You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 27, 2020. It is now read-only.
I have no idea why this did not happen before, but with CAW from master, I get this error message in the standard profile, running on a full milou node:
... in thread "Task submitter" nextflow.exception.ProcessNotRecoverableException: Process requirement exceed available CPUs -- req: 16; avail: 1
I have no idea why this did not happen before, but with CAW from master, I get this error message in the standard profile, running on a full milou node:
According to https://www.nextflow.io/docs/latest/config.html#scope-executor, it seems we need to set
in the configuration to fix this.
I could not find a recent change that would have removed this setting, so I cannot explain why it suddenly stopped working.
The text was updated successfully, but these errors were encountered: