]> SALOME platform Git repositories - tools/libbatch.git/commitdiff
Salome HOME
WIP
authorAnthony Geay <anthony.geay@edf.fr>
Thu, 23 May 2024 11:24:18 +0000 (13:24 +0200)
committerAnthony Geay <anthony.geay@edf.fr>
Thu, 23 May 2024 11:24:18 +0000 (13:24 +0200)
src/PBS/BatchManager_PBS.cxx

index 7f193ee5ba7df4510b83fdb91a878f6c6a13dbbf..88c1b24892527a2e978a532526ce2972b1bfd81b 100644 (file)
@@ -114,7 +114,7 @@ namespace Batch {
     iss >> id;
 
     // define command to query batch
-    string subCommand = string("qstat -f ") + iss.str();
+    string subCommand = string("qstat -f -x ") + iss.str();
     string command = _protocol.getExecCommand(subCommand, _hostname, _username);
     LOG(command);