Skip to content
Snippets Groups Projects
Commit 7edeb268 authored by Veronique Legrand's avatar Veronique Legrand
Browse files

ROCKparams.cpp

parent 114aa5a8
No related branches found
No related tags found
No related merge requests found
...@@ -84,7 +84,7 @@ void ROCKparams::optArgConsistency(const string& input_file,const string& output ...@@ -84,7 +84,7 @@ void ROCKparams::optArgConsistency(const string& input_file,const string& output
computeLambda(); computeLambda();
parms.lambda=min(parms.lambda,proposedLambda); parms.lambda=min(parms.lambda,proposedLambda);
if (parms.lambda==0) { if (parms.lambda==0) {
cout<<"Not enough RAM on the machine. TotalRAM -1GB must be bigger than INT_MAX to allow at least 1 array in the CMS."<<endl; cout<<"Not enough RAM on the machine. Total RAM in GB must be bigger than INT_MAX to allow at least 1 array in the CMS."<<endl;
exit(EXIT_FAILURE); exit(EXIT_FAILURE);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment