From 923e8cc11dd9e2f2b5e75035d97fe73936a0ad40 Mon Sep 17 00:00:00 2001 From: secher Date: Fri, 11 Jun 2010 09:43:45 +0000 Subject: [PATCH] *** empty log message *** --- src/CCC/Batch_BatchManager_eCCC.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2