]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
debug of batch cases
authorsecher <secher>
Fri, 11 Jan 2008 13:31:15 +0000 (13:31 +0000)
committersecher <secher>
Fri, 11 Jan 2008 13:31:15 +0000 (13:31 +0000)
src/Batch/BatchLight_BatchManager_PBS.cxx
src/Batch/BatchLight_BatchManager_SLURM.cxx

index d2856d828ce0db54781ac3cadb0ce1b655bb7509..bba030a0c69177070ca2ae90167359cf6826e9e9 100644 (file)
@@ -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 )
index 67c1ed6fbce78bb25e2c079946b5bbfc4e0008f3..5ad361d66265c46e2203a61729f4c98272737e6b 100644 (file)
@@ -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 )