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
The type attribute is missing in some batch_system elements. Type is required otherwise element will be ignored.
<batch_system MACH="MASCHINE" type="BATCHSYSTEMNAME" version="x.y">
(batch.py -> set_batch_system)
The text was updated successfully, but these errors were encountered:
Some changes (adding type attribute in config_batch.xml for many machines - including titan) related to this Issue is being updated in PR #258 .
Please see 2a5e2b0
Sorry, something went wrong.
You mean the batch_system entry for a specific machine must have a "type="? e.g. <batch_system MACH="edison" type="slurm" version="x.y">
Then what is the <BATCH_SYSTEM> key in config_machines for?
rljacob
No branches or pull requests
The type attribute is missing in some batch_system elements. Type is required otherwise element will be ignored.
<batch_system MACH="MASCHINE" type="BATCHSYSTEMNAME" version="x.y">
(batch.py -> set_batch_system)
The text was updated successfully, but these errors were encountered: