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

index 309e7da76c87615fe711286002027dc0ed5859e2..f06753c985c6bfc0c80271ad6317896a68813e29 100644 (file)
@@ -64,7 +64,7 @@ namespace Batch {
       iss >> status;
       iss >> status;
 
-      if (status == "C") {        // Completed
+      if (status == "F") {        // Completed
         _param[STATE] = FINISHED;
       } else if (status == "E") { // Exiting
         _param[STATE] = RUNNING;