Closed ghost closed 3 years ago
You want to tell meryl (the program) to use, say, 16GB memory, but tell the grid that it needs 24GB memory:
merylMemory=16
merylThreads=8
gridOptionsMeryl="--mem-per-cpu=3g"
Check the existing *jobSubmit*sh
scripts in the meryl directory for exactly how to specify memory. It should be of the form --cpus-per-task=THREADS --mem-per-cpu=MEMORY
, and total memory available for the job would then be THREADS * MEMORY.
Idle, no response
Hello,
I'm having an issue with the meryl-count part of the assembly phase. Here is my canu.out:
and the output from meryl-count.*.01.out:
It seems to be a memory issue with meryl but when I added the parameter
merylMemory=45
it didnt change and it also didnt change when I addedmerylThreads=1
. Is there another way to increase the memory that the meryl-count can receive?Also my full canu command is: