Skip to content

Commit

Permalink
support for job_priority on derecho
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Oct 12, 2023
1 parent 8038372 commit 493a9b9
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 493a9b9

Please sign in to comment.