Skip to content

Commit

Permalink
fix job priority
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Nov 30, 2023
1 parent e7fbdcf commit cf0ccbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/cesm/machines/config_batch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@
<batch_system MACH="derecho" type="pbs" >
<batch_submit>qsub</batch_submit>
<submit_args>
<argument> -l job_priority=$JOB_PRIORITY </argument>
<arg name="-l job_priority=" flag="$JOB_PRIORITY"/>
</submit_args>
<directives>
<directive default="/bin/bash" > -S {{ shell }} </directive>
Expand Down

0 comments on commit cf0ccbe

Please sign in to comment.