]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
PR: merge from BR_Dev_For_4_0
authorprascle <prascle>
Wed, 20 Feb 2008 12:49:31 +0000 (12:49 +0000)
committerprascle <prascle>
Wed, 20 Feb 2008 12:49:31 +0000 (12:49 +0000)
src/Launcher/BatchLight_BatchManager_SLURM.cxx

index 2dbf01fffbe7495e4206aa5a9cf6bd611a73a25f..d184ca6bbc435d5960cb9d112162a37d91230f8c 100644 (file)
@@ -234,7 +234,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);