From: secher Date: Wed, 13 Feb 2008 11:13:08 +0000 (+0000) Subject: porting on platine CCRT machine X-Git-Tag: V4_1_1rc1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1c33428936f106a0f3b4470953f756885f9c9f4e;hp=eba150bfff2d6c2712721083270c08f1e8f2c09f;p=modules%2Fkernel.git porting on platine CCRT machine --- diff --git a/src/Launcher/BatchLight_BatchManager_SLURM.cxx b/src/Launcher/BatchLight_BatchManager_SLURM.cxx index 9a740e328..57019f37c 100644 --- a/src/Launcher/BatchLight_BatchManager_SLURM.cxx +++ b/src/Launcher/BatchLight_BatchManager_SLURM.cxx @@ -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);