From: prascle Date: Wed, 20 Feb 2008 12:49:31 +0000 (+0000) Subject: PR: merge from BR_Dev_For_4_0 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=30c05912f43d7abd7db7ed786fd490f475adf92f;p=modules%2Fkernel.git PR: merge from BR_Dev_For_4_0 --- diff --git a/src/Launcher/BatchLight_BatchManager_SLURM.cxx b/src/Launcher/BatchLight_BatchManager_SLURM.cxx index 2dbf01fff..d184ca6bb 100644 --- a/src/Launcher/BatchLight_BatchManager_SLURM.cxx +++ b/src/Launcher/BatchLight_BatchManager_SLURM.cxx @@ -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);