From: secher Date: Fri, 11 Jan 2008 13:31:15 +0000 (+0000) Subject: debug of batch cases X-Git-Tag: for_M2008_07022008~13 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=553971d9479c412f98c1cd70cc127910aa42a19e;p=modules%2Fkernel.git debug of batch cases --- diff --git a/src/Batch/BatchLight_BatchManager_PBS.cxx b/src/Batch/BatchLight_BatchManager_PBS.cxx index d2856d828..bba030a0c 100644 --- a/src/Batch/BatchLight_BatchManager_PBS.cxx +++ b/src/Batch/BatchLight_BatchManager_PBS.cxx @@ -184,7 +184,7 @@ namespace BatchLight { tempOutputFile << "if test " ; tempOutputFile << _mpiImpl->rank() ; tempOutputFile << " = 0; then" << endl ; - tempOutputFile << " ./runAppli --terminal --batch --modules=" ; + tempOutputFile << " ./runAppli --terminal --modules=" ; for ( int i = 0 ; i < _params.modulesList.size() ; i++ ) { tempOutputFile << _params.modulesList[i] ; if ( i != _params.modulesList.size()-1 ) diff --git a/src/Batch/BatchLight_BatchManager_SLURM.cxx b/src/Batch/BatchLight_BatchManager_SLURM.cxx index 67c1ed6fb..5ad361d66 100644 --- a/src/Batch/BatchLight_BatchManager_SLURM.cxx +++ b/src/Batch/BatchLight_BatchManager_SLURM.cxx @@ -162,7 +162,7 @@ namespace BatchLight { tempOutputFile << _dirForTmpFiles ; tempOutputFile << ":$PYTHONPATH" << endl ; tempOutputFile << "if test $SLURM_PROCID = 0; then" << endl ; - tempOutputFile << " ./runAppli --terminal --batch --modules=" ; + tempOutputFile << " ./runAppli --terminal --modules=" ; for ( int i = 0 ; i < _params.modulesList.size() ; i++ ) { tempOutputFile << _params.modulesList[i] ; if ( i != _params.modulesList.size()-1 )