Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct typos in GFS config.resources #2267

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions parm/config/gfs/config.resources
Original file line number Diff line number Diff line change
Expand Up @@ -813,15 +813,15 @@ case ${step} in
export npe_cleanup=1
export npe_node_cleanup=1
export nth_cleanup=1
export memory_cleanu="4096M"
export memory_cleanup="4096M"
;;

"stage_ic")
export wtime_stage_ic="00:15:00"
export npe_stage_ic=1
export npe_node_stage_ic=1
export nth_stage_ic=1
export is_exclusive=Tue
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure why the stage job needs exclusive node.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When I initially introduced the is_exclusive=True setting into config.resources, I added it for any job that did not specify memory so the job would get the place=exclhost setting on WCOSS2. I see some jobs have been added since then that don't specify memory and don't specify exclusive. Looks like stage_ic was added but was given the exclusive flag and no memory. Since WCOSS2 now also needs place=shared set, we may want to rethink is_exclusive. Perhaps we don't need it? Perhaps assume even more than it's exclusive when memory isn't set on WCOSS2? We aren't using the is_exclusive flag outside of WCOSS2 yet.

export is_exclusive=True
;;

"atmensanlinit")
Expand Down Expand Up @@ -956,7 +956,7 @@ case ${step} in
export npe_node_esfc=$(( npe_node_max / nth_esfc ))
export nth_cycle=${nth_esfc}
export npe_node_cycle=$(( npe_node_max / nth_cycle ))
export memory_esfc="8GB"
export memory_esfc="80GB"
;;

"epos")
Expand Down Expand Up @@ -986,15 +986,15 @@ case ${step} in
export npe_awips=1
export npe_node_awips=1
export nth_awips=1
export memory_awip="3GB"
export memory_awips="3GB"
;;

"npoess")
export wtime_npoess="03:30:00"
export npe_npoess=1
export npe_node_npoess=1
export nth_npoess=1
export memory_npoes="3GB"
export memory_npoess="3GB"
;;

"gempak")
Expand All @@ -1015,7 +1015,7 @@ case ${step} in
export nth_mos_stn_prep=1
export memory_mos_stn_prep="5GB"
export NTASK="${npe_mos_stn_prep}"
export PTILE="${npe_node_mos_stn_pep}"
export PTILE="${npe_node_mos_stn_prep}"
;;

"mos_grd_prep")
Expand All @@ -1025,7 +1025,7 @@ case ${step} in
export nth_mos_grd_prep=1
export memory_mos_grd_prep="16GB"
export NTASK="${npe_mos_grd_prep}"
export PTILE="${npe_node_mos_grd_pep}"
export PTILE="${npe_node_mos_grd_prep}"
;;

"mos_ext_stn_prep")
Expand All @@ -1035,7 +1035,7 @@ case ${step} in
export nth_mos_ext_stn_prep=1
export memory_mos_ext_stn_prep="5GB"
export NTASK="${npe_mos_ext_stn_prep}"
export PTILE="${npe_node_mos_ext_stn_pep}"
export PTILE="${npe_node_mos_ext_stn_prep}"
;;

"mos_ext_grd_prep")
Expand All @@ -1045,7 +1045,7 @@ case ${step} in
export nth_mos_ext_grd_prep=1
export memory_mos_ext_grd_prep="3GB"
export NTASK="${npe_mos_ext_grd_prep}"
export PTILE="${npe_node_mos_ext_grd_pep}"
export PTILE="${npe_node_mos_ext_grd_prep}"
;;

"mos_stn_fcst")
Expand All @@ -1055,7 +1055,7 @@ case ${step} in
export nth_mos_stn_fcst=1
export memory_mos_stn_fcst="40GB"
export NTASK="${npe_mos_stn_fcst}"
export PTILE="${npe_node_mos_stn_fst}"
export PTILE="${npe_node_mos_stn_fcst}"
;;

"mos_grd_fcst")
Expand All @@ -1065,7 +1065,7 @@ case ${step} in
export nth_mos_grd_fcst=1
export memory_mos_grd_fcst="50GB"
export NTASK="${npe_mos_grd_fcst}"
export PTILE="${npe_node_mos_grd_fst}"
export PTILE="${npe_node_mos_grd_fcst}"
;;

"mos_ext_stn_fcst")
Expand All @@ -1086,7 +1086,7 @@ case ${step} in
export nth_mos_ext_grd_fcst=1
export memory_mos_ext_grd_fcst="50GB"
export NTASK="${npe_mos_ext_grd_fcst}"
export PTILE="${npe_node_mos_ext_grd_fst}"
export PTILE="${npe_node_mos_ext_grd_fcst}"
;;

"mos_stn_prdgen")
Expand All @@ -1108,7 +1108,7 @@ case ${step} in
export memory_mos_grd_prdgen="20GB"
export NTASK="${npe_mos_grd_prdgen}"
export PTILE="${npe_node_mos_grd_prdgen}"
export OMP_NUM_THREADS="${nth_mos_grd_prden}"
export OMP_NUM_THREADS="${nth_mos_grd_prdgen}"
;;

"mos_ext_stn_prdgen")
Expand All @@ -1130,7 +1130,7 @@ case ${step} in
export memory_mos_ext_grd_prdgen="30GB"
export NTASK="${npe_mos_ext_grd_prdgen}"
export PTILE="${npe_node_mos_ext_grd_prdgen}"
export OMP_NUM_THREADS="${nth_mos_ext_grd_prden}"
export OMP_NUM_THREADS="${nth_mos_ext_grd_prdgen}"
;;

"mos_wx_prdgen")
Expand All @@ -1141,7 +1141,7 @@ case ${step} in
export memory_mos_wx_prdgen="10GB"
export NTASK="${npe_mos_wx_prdgen}"
export PTILE="${npe_node_mos_wx_prdgen}"
export OMP_NUM_THREADS="${nth_mos_wx_prden}"
export OMP_NUM_THREADS="${nth_mos_wx_prdgen}"
;;

"mos_wx_ext_prdgen")
Expand Down
Loading