Skip to content

Commit

Permalink
Merge pull request #124 from jedwards4b/derecho_priority
Browse files Browse the repository at this point in the history
support for job priority on derecho
  • Loading branch information
jedwards4b authored Oct 13, 2023
2 parents 1c5e9ae + 6f1058e commit b4f4d3f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions machines/config_batch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,9 @@

<batch_system MACH="derecho" type="pbs" >
<batch_submit>qsub</batch_submit>
<submit_args>
<argument> -l job_priority=$JOB_PRIORITY </argument>
</submit_args>
<directives gpu_enabled="false">
<directive default="/bin/bash" > -S {{ shell }} </directive>
<directive> -l select={{ num_nodes }}:ncpus={{ max_tasks_per_node }}:mpiprocs={{ tasks_per_node }}:ompthreads={{ thread_count }}:mem=230GB</directive>
Expand Down

0 comments on commit b4f4d3f

Please sign in to comment.