Skip to content

Commit

Permalink
Add some notes to success message in generate workflow script specifi…
Browse files Browse the repository at this point in the history
…c to Cheyenne
  • Loading branch information
mkavulich committed Apr 9, 2020
1 parent 776a51f commit 551b4a5
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions ush/generate_FV3SAR_wflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -600,13 +600,36 @@ The experiment directory is:
> EXPTDIR=\"$EXPTDIR\"
To launch the workflow, first ensure that you have a compatible version
"
case $MACHINE in

"CHEYENNE")
print_info_msg "To launch the workflow, first ensure that you have a compatible version
of rocoto in your \$PATH. On Cheyenne, version 1.3.1 has been pre-built; you can load it
in your \$PATH with one of the following commands, depending on your default shell:
bash:
> export PATH=\${PATH}:/glade/p/ral/jntp/tools/rocoto/rocoto-1.3.1/bin/
tcsh:
> setenv PATH \${PATH}:/glade/p/ral/jntp/tools/rocoto/rocoto-1.3.1/bin/
"
;;

*)
print_info_msg "To launch the workflow, first ensure that you have a compatible version
of rocoto loaded. For example, to load version 1.3.1 of rocoto, use
> module load rocoto/1.3.1
(This version has been tested on hera; later versions may also work but
have not been tested.) To launch the workflow, change location to the
have not been tested.)
"
;;

esac
print_info_msg "
To launch the workflow, change location to the
experiment directory (EXPTDIR) and issue the rocotrun command, as fol-
lows:
Expand Down

0 comments on commit 551b4a5

Please sign in to comment.