Skip to content

Commit

Permalink
update hash of regional workflow (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
chan-hoo authored May 2, 2022
1 parent 74d9249 commit d0532b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Externals.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ protocol = git
repo_url = https://github.com/ufs-community/regional_workflow
# Specify either a branch name or a hash but not both.
#branch = develop
hash = 3f83cde
hash = 6800643
local_path = regional_workflow
required = True

Expand Down
8 changes: 4 additions & 4 deletions docs/UsersGuide/source/ConfigWorkflow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ Platform Environment
``LMOD_PATH``: (Default: "")
Path to the LMOD shell file on the user's Linux system. It is set automatically for supported machines.

``BUILD_ENV_FN``: (Default: "")
Name of alternative build environment file to use if running on an unsupported platform. Is set automatically for supported machines.
``BUILD_MOD_FN``: (Default: "")
Name of alternative build module file to use if running on an unsupported platform. Is set automatically for supported machines.

``WFLOW_ENV_FN``: (Default: "")
Name of alternative workflow environment file to use if running on an unsupported platform. Is set automatically for supported machines.
``WFLOW_MOD_FN``: (Default: "")
Name of alternative workflow module file to use if running on an unsupported platform. Is set automatically for supported machines.

``SCHED``: (Default: "")
The job scheduler to use (e.g., Slurm) on the specified ``MACHINE``. Set this to an empty string in order for the experiment generation script to set it automatically depending on the machine the workflow is running on. Valid values: "slurm" "pbspro" "lsf" "lsfcray" "none"
Expand Down

0 comments on commit d0532b5

Please sign in to comment.