%mem calculation in .command.trace #2107
-
Hello, Is there a reason to have *10 when calculating %mem ? Sometimes, this value is above 100. Thanks ! |
Beta Was this translation helpful? Give feedback.
Answered by
pditommaso
May 12, 2021
Replies: 1 comment 2 replies
-
To prevent floating math, later it's normalised |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
bentsherman
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To prevent floating math, later it's normalised
nextflow/modules/nextflow/src/main/groovy/nextflow/trace/TraceRecord.groovy
Line 439 in 2a5cbac