Changes between Version 1 and Version 2 of Ticket #1645
- Timestamp:
- Dec 20, 2024, 2:02:36 PM (43 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1645 – Description
v1 v2 1 1 It is possible to submit jobs with a specified start time which means that the job will not start earlier than that even if there are nodes available. Currently we only display a queue number for pending jobs. It would be nice if the start time also could be included (if available). 2 2 3 Implementation note: It seems like adding %S to the `-o` option of `squeue` returns the starting time, and %rgives a reason `BeginTime`.3 Implementation note: It seems like adding `%S` to the `-o` option of `squeue` returns the starting time, and `%r` gives a reason `BeginTime`. 4 4