]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
test on ccrt
authorsecher <secher>
Tue, 15 Jan 2008 15:48:04 +0000 (15:48 +0000)
committersecher <secher>
Tue, 15 Jan 2008 15:48:04 +0000 (15:48 +0000)
src/Batch/BatchLight_BatchManager_SLURM.cxx

index 5ad361d66265c46e2203a61729f4c98272737e6b..9a740e32838dbf8fa7f1ba8d60f76f8df20bccd2 100644 (file)
@@ -173,13 +173,12 @@ namespace BatchLight {
     tempOutputFile << "  do" << endl ;
     tempOutputFile << "    arglist=\"$arglist YACS_Server_\"$ip" << endl ;
     tempOutputFile << "  done" << endl ;
-    tempOutputFile << "  sleep 5" << endl ;
+    tempOutputFile << "  ./runSession waitNS.sh" << endl ;
     tempOutputFile << "  ./runSession waitContainers.py $arglist" << endl ;
     tempOutputFile << "  ./runSession python ~/" << _dirForTmpFiles << "/" << _fileNameToExecute << ".py" << endl;
     tempOutputFile << "  ./runSession killCurrentPort" << endl;
     tempOutputFile << "else" << endl ;
-    tempOutputFile << "  sleep 5" << endl ;
-    tempOutputFile << "  ./runSession waitNS.py" << endl ;
+    tempOutputFile << "  ./runSession waitNS.sh" << endl ;
     tempOutputFile << "  ./runSession SALOME_Container 'YACS_Server_'${SLURM_PROCID}" << endl ;
     tempOutputFile << "fi" << endl ;
     tempOutputFile.flush();
@@ -226,7 +225,7 @@ namespace BatchLight {
 
     tempOutputFile << "#! /bin/sh -f" << endl ;
     tempOutputFile << "#BSUB -n " << nbproc << endl ;
-    tempOutputFile << "#BSUB -o ~/" << _dirForTmpFiles << "/runSalome.log%J" << endl ;
+    tempOutputFile << "#BSUB -o " << _dirForTmpFiles << "/runSalome.log%J" << endl ;
     tempOutputFile << "mpirun -srun ~/" << _dirForTmpFiles << "/runSalome_" << _fileNameToExecute << "_Batch.sh" << endl ;
     tempOutputFile.flush();
     tempOutputFile.close();