Skip to content

Commit

Permalink
[feature/hash_update] Update ush/machine/orion.yaml to allow run_fcst…
Browse files Browse the repository at this point in the history
… task to run on Orion
  • Loading branch information
MichaelLueken committed Oct 24, 2024
1 parent 7da953b commit b01f41f
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion ush/machine/orion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ platform:
QUEUE_FCST: batch
PARTITION_HPSS: service
QUEUE_HPSS: batch
RUN_CMD_FCST: srun --export=ALL -n ${PE_MEMBER01}
RUN_CMD_FCST: srun --export=ALL
RUN_CMD_POST: srun --export=ALL
RUN_CMD_PRDGEN: srun --export=ALL
RUN_CMD_SERIAL: time
Expand Down Expand Up @@ -50,3 +50,14 @@ cpl_aqm_parm:
COMINfire_default: /work/noaa/epic/SRW-AQM_DATA/aqm_data/RAVE_fire
COMINgefs_default: /work/noaa/epic/SRW-AQM_DATA/aqm_data/GEFS_DATA
NEXUS_GFS_SFC_DIR: /work/noaa/epic/SRW-AQM_DATA/aqm_data/GFS_SFC_DATA

rocoto:
tasks:
metatask_run_ensemble:
task_run_fcst_mem#mem#:
cores:
native: '--cpus-per-task {{ task_run_fcst.OMP_NUM_THREADS_RUN_FCST|int }} --exclusive {{ platform.SCHED_NATIVE_CMD }}'
nodes: '{{ task_run_fcst.NNODES_RUN_FCST // 1 }}:ppn={{ task_run_fcst.PPN_RUN_FCST // 1 }}'
nnodes:
nodesize:
ppn:

0 comments on commit b01f41f

Please sign in to comment.