-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add gaea to supported platforms (#236)
* fixes for gaea * updates for gaea * tweak for build env * 2nd tweak for build env * Fixes for slurm * another fix for env * added version for cmake * Update Externals.cfg * Update wflow_gaea.env * tweak * pulling Externals.cfg explicitly from develop * temporarily removing externals * Checked out directly from develop
- Loading branch information
1 parent
0ced837
commit 3e2b634
Showing
2 changed files
with
26 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,18 @@ | ||
#Setup instructions for NOAA RDHPC Gaea using Intel-18.0.6.288 (bash shell) | ||
source /lustre/f2/pdata/esrl/gsd/contrib/lua-5.1.4.9/init/init_lmod.sh | ||
module use /lustre/f2/pdata/ncep_shared/hpc-stack/modulefiles/stack | ||
module load hpc hpc-intel hpc-cray-mpich | ||
module load srw_common | ||
|
||
module use /lustre/f2/pdata/esrl/gsd/contrib/modulefiles | ||
module load rocoto | ||
module load cmake/3.20.1 | ||
|
||
export CC=cc | ||
export FC=ftn | ||
export CXX=CC | ||
export CMAKE_C_COMPILER=cc | ||
export CMAKE_CXX_COMPILER=CC | ||
export CMAKE_Fortran_COMPILER=ftn | ||
export CMAKE_Platform=gaea.intel | ||
|
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,8 @@ | ||
#Setup instructions for NOAA RDHPC Hera using Intel-18.0.5.274 (bash shell) | ||
|
||
module use /lustre/f2/pdata/esrl/gsd/contrib/modulefiles | ||
module load rocoto | ||
module load miniconda3 | ||
|
||
export CONDA_DEFAULT_ENV=regional_workflow | ||
|