Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update hash of regional workflow #247

Merged
merged 1 commit into from
May 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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