Skip to content
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
5 changes: 4 additions & 1 deletion parm/config/config.resources
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,10 @@ elif [[ ${step} = "arch" || ${step} = "earc" || ${step} = "getic" ]]; then
eval "export npe_${step}=1"
eval "export npe_node_${step}=1"
eval "export nth_${step}=1"
eval "export memory_${step}=50GB"
eval "export memory_${step}=2048M"
if [[ "${machine}" = "WCOSS2" ]]; then
eval "export memory_${step}=50GB"
fi

elif [ ${step} = "coupled_ic" ]; then

Expand Down