Skip to content

Jobs dictionary does not list allocated cpus per node #419

Description

@mrvn

pyslurm version: 25.5.0

When I start a job with 3 cpus and run pyslurm.Jobs().load().to_dict() I get (for the job):

 'allocated_nodes': 'beo-203,node-4',
 'cpus': 3,

The question now is: Is that 2 cpus on beo-203 and 1 on node-4 or the reverse? The old jobs dictionary used to tell the cpu count for each node and that is sometimes important information.

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