Skip to content

Torque empty queue fix

Ralf Gugel requested to merge torqueEmptyQueueFix into master

Release notes

Adding check to prevent errors when the queue is empty in case of torqueController, resolving #66 (closed)

Details

Instead of plainly passing the stdout of 'qstat -x' to the xml parser, added a check if the string is empty and simply set the queueCache to be empty in this case.

Edited by Ralf Gugel

Merge request reports