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.
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):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.