From 15bf39b23d70ff09d5d06b554c9ccda0b4106df0 Mon Sep 17 00:00:00 2001 From: jeff beck Date: Fri, 5 Feb 2021 23:06:39 +0000 Subject: [PATCH] Source bash utils in the workflow launch script and set the workflow manager as Rocoto. --- ush/launch_FV3LAM_wflow.sh | 8 ++++++++ ush/setup.sh | 1 + 2 files changed, 9 insertions(+) diff --git a/ush/launch_FV3LAM_wflow.sh b/ush/launch_FV3LAM_wflow.sh index ebf1336df..5dfa65ae8 100755 --- a/ush/launch_FV3LAM_wflow.sh +++ b/ush/launch_FV3LAM_wflow.sh @@ -87,6 +87,14 @@ fi # #----------------------------------------------------------------------- # +# Source bash utility functions. +# +#----------------------------------------------------------------------- +# +. $USHDIR/source_util_funcs.sh +# +#----------------------------------------------------------------------- +# # Set the name of the experiment. We take this to be the name of the # experiment subdirectory (i.e. the string after the last "/" in the # full path to the experiment directory). diff --git a/ush/setup.sh b/ush/setup.sh index fc9d3c20c..d351f9ed6 100755 --- a/ush/setup.sh +++ b/ush/setup.sh @@ -450,6 +450,7 @@ case $MACHINE in ;; "GAEA") + WORKFLOW_MANAGER="rocoto" NCORES_PER_NODE=36 SCHED="slurm" CLUSTERS_DEFAULT=${CLUSTERS_DEFAULT:-"c4"}