From 30c05912f43d7abd7db7ed786fd490f475adf92f Mon Sep 17 00:00:00 2001 From: prascle Date: Wed, 20 Feb 2008 12:49:31 +0000 Subject: [PATCH] PR: merge from BR_Dev_For_4_0 --- src/Launcher/BatchLight_BatchManager_SLURM.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2