We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e54d216 commit a06de0fCopy full SHA for a06de0f
env/HERCULES.env
@@ -214,6 +214,7 @@ case ${step} in
214
"fcst" | "efcs")
215
216
export OMP_STACKSIZE=512M
217
+ export FI_MLX_INJECT_LIMIT=0
218
219
(( nnodes = (ntasks+tasks_per_node-1)/tasks_per_node ))
220
(( ufs_ntasks = nnodes*tasks_per_node ))
env/ORION.env
@@ -208,6 +208,8 @@ elif [[ "${step}" = "eupd" ]]; then
208
209
elif [[ "${step}" = "fcst" ]] || [[ "${step}" = "efcs" ]]; then
210
211
212
+
213
# With ESMF threading, the model wants to use the full node
0 commit comments