Replies: 2 comments
-
Hi @fa2k , there is actually a PR #4023 in the works to add a config option for |
Beta Was this translation helpful? Give feedback.
0 replies
-
That's fantastic! Thanks for the reply. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm working on a SLURM cluster that requires
--mem-per-cpu
, and does not allow--mem
.Can I force nextflow to use a modified copy of SlurmExecutor.groovy (https://github.com/nextflow-io/nextflow/blob/master/modules/nextflow/src/main/groovy/nextflow/executor/SlurmExecutor.groovy) or otherwise override the SLURM executor?
I can of course set clusterOptions to set
--mem-per-cpu
, but many processes rely on the value ofmemory
, so they won't work well if I setmemory
tonull
.Or is there maybe an alternative solution? I'm also going to get in touch with the cluster admins and see if they allow to use
--mem
instead.Beta Was this translation helpful? Give feedback.
All reactions