Skip to content

Consider mechanism to specify multiple tasks per core #140

@hategan

Description

@hategan

Currently, the spec supports binding processes to cores using job.spec.resources.cpu_cores_per_process, which is assumed to be an integer. However, this does not allow one to specify jobs that can put multiple processes per core, as the --ntasks-per-core SLURM option would allow. We should consider a mechanism to allow either multiple cores per task or multiple tasks per core, such as specifying a task-to-core ratio, in the form n/m.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions