Changes between Initial Version and Version 1 of Ticket #1645
- Timestamp:
- Dec 20, 2024, 2:02:15 PM (44 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1645 – Description
initial v1 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 .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