Skip to content
This repository has been archived by the owner on Jan 27, 2020. It is now read-only.

The local executor wants to use only one CPU #475

Closed
marcelm opened this issue Oct 5, 2017 · 1 comment
Closed

The local executor wants to use only one CPU #475

marcelm opened this issue Oct 5, 2017 · 1 comment

Comments

@marcelm
Copy link
Member

marcelm commented Oct 5, 2017

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

According to https://www.nextflow.io/docs/latest/config.html#scope-executor, it seems we need to set

executor.$local.cpus = 16

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.

@marcelm
Copy link
Member Author

marcelm commented Oct 17, 2017

This has been fixed in #476

@marcelm marcelm closed this as completed Oct 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant