We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Just bumped into this.
in slurm.py and presumably sge.py etc. the base code seems to look in the job.config for parameters.
slurm.py
sge.py
job.config
hpc-client/code/cluster/slurm.py
Lines 29 to 30 in 88f61e1
I think this is incorrect since job.config is config.json so the actual parameters are in job.config['config']
config.json
job.config['config']
The text was updated successfully, but these errors were encountered:
Being resolved in 2.0.0.
Sorry, something went wrong.
No branches or pull requests
Just bumped into this.
in
slurm.py
and presumablysge.py
etc. the base code seems to look in thejob.config
for parameters.hpc-client/code/cluster/slurm.py
Lines 29 to 30 in 88f61e1
I think this is incorrect since
job.config
isconfig.json
so the actual parameters are injob.config['config']
The text was updated successfully, but these errors were encountered: