]> SALOME platform Git repositories - tools/libbatch.git/commitdiff
Salome HOME
Memory is in kilobytes
authorribes <ribes>
Wed, 18 Nov 2009 14:57:53 +0000 (14:57 +0000)
committerribes <ribes>
Wed, 18 Nov 2009 14:57:53 +0000 (14:57 +0000)
src/PBS/Batch_BatchManager_ePBS.cxx

index 9d4d0ed49391af081d27d09a424c3e6f02ef6c3c..994c7218cfed41458873b64ebebededaab9771e8 100644 (file)
@@ -262,7 +262,7 @@ namespace Batch {
     if( edt > 0 )
       tempOutputFile << "#PBS -l walltime=" << edt*60 << endl;
     if( mem > 0 )
-      tempOutputFile << "#PBS -l mem=" << mem << "mb" << endl;
+      tempOutputFile << "#PBS -l mem=" << mem << "kb" << endl;
     tempOutputFile << "#PBS -o " << workDir << "/logs/output.log." << rootNameToExecute << endl;
     tempOutputFile << "#PBS -e " << workDir << "/logs/error.log."  << rootNameToExecute << endl;