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

The local executor wants to use only one CPU #475

@marcelm

Description

@marcelm

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions