-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated build scripts, config files, and stack yaml files (#518)
* update configuration files for cheyenne, hera, jet, noaacloud * updated build_nceplib.sh for crtm and crtm_fix file installation, and higher version ip build typo correction * Update S4 config and installer info. #518 Co-authored-by: Natalie Perlin <Natalie@MacBook-Pro.local> Co-authored-by: David Huber <david.huber@noaa.gov>
- Loading branch information
1 parent
d2acee7
commit ef2d9ae
Showing
20 changed files
with
256 additions
and
156 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
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
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
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,32 @@ | ||
#!/bin/bash | ||
|
||
# Compiler/MPI combination | ||
export HPC_COMPILER="intel/2021.3.0" | ||
export HPC_MPI="impi/2021.3.0" | ||
export HPC_PYTHON="miniconda3/4.12.0" | ||
|
||
# Build options | ||
export USE_SUDO=N | ||
export PKGDIR=pkg | ||
export LOGDIR=log | ||
export OVERWRITE=N | ||
export NTHREADS=8 | ||
export MAKE_CHECK=N | ||
export MAKE_VERBOSE=Y | ||
export MAKE_CLEAN=N | ||
export DOWNLOAD_ONLY=N | ||
export STACK_EXIT_ON_FAIL=Y | ||
export WGET="wget -nv" | ||
export VENVTYPE="condaenv" | ||
|
||
# Load these basic modules for NOAA Cloud | ||
module purge | ||
module load cmake/3.20.1 | ||
module load intel/2021.3.0 | ||
module load impi/2021.3.0 | ||
module use /contrib/EPIC/miniconda3/modulefiles | ||
module load miniconda3/4.12.0 | ||
|
||
export SERIAL_CC=icc | ||
export SERIAL_CXX=icpc | ||
export SERIAL_FC=ifort |
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
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
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
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
Oops, something went wrong.