pitt-crc / wrappers

User focused command line wrappers around Slurm
https://crc-pages.pitt.edu/wrappers/
GNU General Public License v3.0
1 stars 1 forks source link

Fix crc idle #241

Closed Comeani closed 4 months ago

Comeani commented 4 months ago

https://services.pitt.edu/TDNext/Apps/31/Tickets/TicketDet.aspx?TicketID=118562 A user reported crc-idle running into an error, I found this was due to a check for whether the nodes are in the drain state was too specific.

I generalized it with a regular expression search so any additional special character flags from Slurm won't break it.