Salome HOME
porting on platine CCRT machine V4_1_1rc1
authorsecher <secher>
Wed, 13 Feb 2008 11:13:08 +0000 (11:13 +0000)
committersecher <secher>
Wed, 13 Feb 2008 11:13:08 +0000 (11:13 +0000)
src/Launcher/BatchLight_BatchManager_SLURM.cxx

index 9a740e32838dbf8fa7f1ba8d60f76f8df20bccd2..57019f37c275d3c4c6c91708627d643799d1aaef 100644 (file)
@@ -226,7 +226,7 @@ namespace BatchLight {
     tempOutputFile << "#! /bin/sh -f" << endl ;
     tempOutputFile << "#BSUB -n " << nbproc << endl ;
     tempOutputFile << "#BSUB -o " << _dirForTmpFiles << "/runSalome.log%J" << endl ;
-    tempOutputFile << "mpirun -srun ~/" << _dirForTmpFiles << "/runSalome_" << _fileNameToExecute << "_Batch.sh" << endl ;
+    tempOutputFile << "srun ~/" << _dirForTmpFiles << "/runSalome_" << _fileNameToExecute << "_Batch.sh" << endl ;
     tempOutputFile.flush();
     tempOutputFile.close();
     chmod(_TmpFileName.c_str(), 0x1ED);