Skip to content

Commit

Permalink
Add gaea to supported platforms (#236)
Browse files Browse the repository at this point in the history
* 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
mark-a-potts authored Apr 28, 2022
1 parent 0ced837 commit 3e2b634
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
18 changes: 18 additions & 0 deletions env/build_gaea_intel.env
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

8 changes: 8 additions & 0 deletions env/wflow_gaea.env
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

0 comments on commit 3e2b634

Please sign in to comment.