-
Notifications
You must be signed in to change notification settings - Fork 253
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pin down hera miniconda3 module file version. (#770)
Pin down the version of miniconda3 on Hera, and do not append to the module path.
- Loading branch information
1 parent
28a0fea
commit 2a2f2f8
Showing
3 changed files
with
9 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#%Module | ||
module use -a /contrib/miniconda3/modulefiles | ||
module load miniconda3 | ||
module use /contrib/miniconda3/modulefiles | ||
module load miniconda3/4.5.12 | ||
|
||
setenv SRW_ENV regional_workflow |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters