Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
bloyl opened this issue Dec 11, 2021 · 1 comment
Open

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

bloyl opened this issue Dec 11, 2021 · 1 comment

Comments

@bloyl
Copy link

bloyl commented Dec 11, 2021

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']

@jiavila
Copy link
Contributor

jiavila commented Aug 7, 2023

Being resolved in 2.0.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants