Skip to content

Commit

Permalink
Merge pull request #413 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 committed Oct 13, 2023
2 parents 8038372 + 493a9b9 commit 04e2f6b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions cime_config/config_component.xml
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,15 @@
<desc>List of job ids for most recent case.submit</desc>
</entry>

<entry id="JOB_PRIORITY">
<type>char</type>
<default_value>regular</default_value>
<valid_values>regular,premium,economy</valid_values>
<group>run_begin_stop_restart</group>
<file>env_run.xml</file>
<desc>job priority for systems supporting this option</desc>
</entry>

<!-- ===================================================================== -->
<!-- definitions archive -->
<!-- ===================================================================== -->
Expand Down

0 comments on commit 04e2f6b

Please sign in to comment.