Skip to content

Commit

Permalink
Request 100G memory for init task
Browse files Browse the repository at this point in the history
  • Loading branch information
jkhender committed Feb 27, 2022
1 parent b9e3412 commit 06981c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion FV3GFSwfm/rt_ufscam_l127_dev1/rt_ufscam_l127_icsonly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
<!ENTITY QUEUE_INIT_GFS "&QUEUE_URG;">
<!ENTITY WALLTIME_INIT_GFS "00:15:00">
<!ENTITY RESOURCES_INIT_GFS "<nodes>4:ppn=6:tpp=1</nodes>">
<!ENTITY MEMORY_INIT_GFS "100GB">
<!ENTITY NATIVE_INIT_GFS "--export=NONE">

<!-- END: Resource requirements for the workflow -->
Expand Down Expand Up @@ -142,7 +143,7 @@
<queue>&QUEUE_INIT_GFS;</queue>
&RESOURCES_INIT_GFS;
<walltime>&WALLTIME_INIT_GFS;</walltime>

<memory>&MEMORY_INIT_GFS;</memory>
<native>&NATIVE_INIT_GFS;</native>

<join><cyclestr>&ROTDIR;/logs/@Y@m@d@H/gfsinit.log</cyclestr></join>
Expand Down

0 comments on commit 06981c8

Please sign in to comment.