From 553971d9479c412f98c1cd70cc127910aa42a19e Mon Sep 17 00:00:00 2001 From: secher Date: Fri, 11 Jan 2008 13:31:15 +0000 Subject: [PATCH] debug of batch cases --- src/Batch/BatchLight_BatchManager_PBS.cxx | 2 +- src/Batch/BatchLight_BatchManager_SLURM.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ) -- 2.39.2