Skip to content

Commit

Permalink
Fix analysis tasks/node variable name for S4
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Sep 16, 2024
1 parent 9db6eea commit 6f21ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parm/config/gfs/config.resources.S4
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ case ${step} in
*)
;;
esac
export tasks_node=$(( max_tasks_per_node / threads_per_task ))
export tasks_per_node=$(( max_tasks_per_node / threads_per_task ))
;;

"eobs")
Expand Down

0 comments on commit 6f21ec5

Please sign in to comment.