forked from ufs-community/UFS_UTILS
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update machine-setup.sh for wcoss2. Baseline initial
build module for that machine. Fixes ufs-community#559.
- Loading branch information
1 parent
e67789f
commit 7e87be1
Showing
2 changed files
with
27 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
#%Module##################################################### | ||
## Build and run module for WCOSS2-Cray | ||
############################################################# | ||
|
||
module load envvar/1.0 | ||
module load cmake/3.20.2 | ||
|
||
module load PrgEnv-intel/8.1.0 | ||
module load craype/2.7.8 | ||
module load intel/19.1.3.304 | ||
module load cray-mpich/8.1.7 | ||
|
||
module load netcdf/4.7.4 | ||
module load esmf/8_1_0_beta_snapshot_27 | ||
|
||
module load bacio/2.4.1 | ||
module load sfcio/1.4.1 | ||
module load w3nco/2.4.1 | ||
module load nemsio/2.5.2 | ||
module load sigio/2.3.2 | ||
module load sp/2.3.3 | ||
module load ip/3.3.3 | ||
module load g2/3.4.1 | ||
module load wgrib2/2.0.8 |
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