Browse Source

causing issues in deployment

Stan Gurtler 2 years ago
parent
commit
3166b4f57b
1 changed files with 5 additions and 5 deletions
  1. 5 5
      prsona/src/experimentQueueMain.cpp

+ 5 - 5
prsona/src/experimentQueueMain.cpp

@@ -108,11 +108,11 @@ int main(int argc, char* argv[])
                         return 1;
                     }
                 }
-                else if (WIFSIGNALED(status))
-                {
-                    std::cerr << "Signal terminated previous run, aborting." << std::endl;
-                    return 1;
-                }
+                // else if (WIFSIGNALED(status))
+                // {
+                //     std::cerr << "Signal terminated previous run, aborting." << std::endl;
+                //     return 1;
+                // }
             }
             currPid = 0;
         }