Skip to content

slurm.py (probably others) access wrong part of the job.config #11

Open
@bloyl

Description

Just bumped into this.

in slurm.py and presumably sge.py etc. the base code seems to look in the job.config for parameters.

ram = job.config.get('slurm-ram', '4G')
cpu = job.config.get('slurm-cpu', '1')

I think this is incorrect since job.config is config.json so the actual parameters are in job.config['config']

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