Salome HOME
*** empty log message ***
authorsecher <secher>
Fri, 11 Jun 2010 09:43:45 +0000 (09:43 +0000)
committersecher <secher>
Fri, 11 Jun 2010 09:43:45 +0000 (09:43 +0000)
src/CCC/Batch_BatchManager_eCCC.cxx

index ce521ab62f6f9abaa95469ee2c432fe55579d621..c476002de5d843367c5c036e58af70b4389d2f57 100644 (file)
@@ -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;