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 Slurm example backend uses cpus and requested_memory_mb_per_core.
cpus
requested_memory_mb_per_core
cromwell/cromwell.example.backends/slurm.conf
Lines 21 to 22 in cd05fa2
But the Recognized Runtime attributes for slurm is cpu and memory_mb/memory_gb
cpu
memory_mb
memory_gb
This example backend as well as the singularity.slurm.conf file would be more helpful if they used the recognized attributes.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The Slurm example backend uses
cpus
andrequested_memory_mb_per_core
.cromwell/cromwell.example.backends/slurm.conf
Lines 21 to 22 in cd05fa2
But the Recognized Runtime attributes for slurm is
cpu
andmemory_mb
/memory_gb
This example backend as well as the singularity.slurm.conf file would be more helpful if they used the recognized attributes.
The text was updated successfully, but these errors were encountered: