Skip to content

Commit

Permalink
Set a memory request for fit2obs. NOAA-EMC#357
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Apr 14, 2023
1 parent ba4f2ee commit 6744f69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion env/JET.env
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,6 @@ elif [[ "${step}" = "fit2obs" ]]; then

export NTHREADS_FIT2OBS=${nth_fit2obs:-1}
[[ ${NTHREADS_FIT2OBS} -gt ${nth_max} ]] && export NTHREADS_FIT2OBS=${nth_max}
export MPIRUN="${launcher} -n ${npe_fit2obs} --mem=0"
export MPIRUN="${launcher} -n ${npe_fit2obs}"

fi
1 change: 1 addition & 0 deletions parm/config/config.resources
Original file line number Diff line number Diff line change
Expand Up @@ -654,6 +654,7 @@ elif [[ "${step}" = "fit2obs" ]]; then
export npe_fit2obs=3
export nth_fit2obs=1
export npe_node_fit2obs=1
export memory_fit2obs="20G"
if [[ ${machine} == "WCOSS2" ]]; then export npe_node_fit2obs=3 ; fi

elif [[ "${step}" = "metp" ]]; then
Expand Down

0 comments on commit 6744f69

Please sign in to comment.