-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
GPU jobs were handled correctly UNLESS they were running on the last node reported in qstat. The last node does not have the line of separation that the script searchers for to properly deliminate different nodes in qstat's output. This would cause the last node to grab all of the pending jobs and screw up formatting etc and toss the last node into the pending jobs list and have it be lost for eternity. To mend this, the script now checks if a node is found within the pending jobs and parses it out to be added to the node list.
- Loading branch information
Showing
2 changed files
with
22 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters