]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
just a little modification
authorsecher <secher>
Mon, 17 Sep 2007 14:00:33 +0000 (14:00 +0000)
committersecher <secher>
Mon, 17 Sep 2007 14:00:33 +0000 (14:00 +0000)
src/Batch/BatchLight_BatchManager_PBS.cxx

index b8f11c0d7c36ef4ee21dc7bfa32ba72165a72776..9a59c4f67e32e52f95ed685c3a6eff85b58217e3 100644 (file)
@@ -273,7 +273,7 @@ namespace BatchLight {
 
     tempOutputFile << "#! /bin/sh -f" << endl ;
     tempOutputFile << "#PBS -l nodes=" << nbnodes << endl ;
-    tempOutputFile << "#PBS -o ~/" << _dirForTmpFiles << "/runSalome.log" << endl ;
+    tempOutputFile << "#PBS -o ~/" << _dirForTmpFiles << "/runSalome.log${PBS_JOBID}" << endl ;
     tempOutputFile << _mpiImpl->boot("${PBS_NODEFILE}",nbnodes);
     tempOutputFile << _mpiImpl->run("${PBS_NODEFILE}",nbproc,filenameToExecute.str());
     tempOutputFile << _mpiImpl->halt();