From: secher Date: Fri, 11 Jun 2010 09:43:45 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: V1_2_0rc1~11 X-Git-Url: http://git.salome-platform.org/gitweb/?p=tools%2Flibbatch.git;a=commitdiff_plain;h=923e8cc11dd9e2f2b5e75035d97fe73936a0ad40 *** empty log message *** --- diff --git a/src/CCC/Batch_BatchManager_eCCC.cxx b/src/CCC/Batch_BatchManager_eCCC.cxx index ce521ab..c476002 100644 --- a/src/CCC/Batch_BatchManager_eCCC.cxx +++ b/src/CCC/Batch_BatchManager_eCCC.cxx @@ -255,7 +255,7 @@ namespace Batch { if( edt > 0 ) tempOutputFile << "#MSUB -T " << edt << endl ; if( mem > 0 ) - tempOutputFile << "#MSUB -M " << mem/1024 << endl ; + tempOutputFile << "#MSUB -M " << mem << endl ; tempOutputFile << "#MSUB -n " << nbproc << endl ; size_t pos = workDir.find("$HOME"); string baseDir;