Skip to content

NCEP EMC Installations

Hang-Lei-NOAA edited this page Apr 21, 2023 · 3 revisions

Official installations of hpc-stack can be found on NOAA HPC platforms. EMC installations only in supporting global_workflow development on Hera, orion and wcoss2 after 2022.

hpc-stack uses a hierarchical module structure that starts with a generic hpc metamodule that then reveal specific compilers, MPI builds, and libraries.

Any particular stack starts with:

  1. module use \<location of stack listed below\>

  2. module avail

This will then show hpc/x.y.z

  1. module load hpc

  2. module avail

This will show the compiler/version combinations that this stack has been built with

  1. Pick a compiler/version combination such as module load hpc-intel/18.0.5.274

This will load the respective compiler module and reveal libraries built with that compiler (including MPI)

  1. Load any necessary modules

Note that the libraries that have been built using MPI will be shown when the MPI stack is loaded.

Hera

**module use /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack-gfsv16/modulefiles/stack**
(This one is Frozen, passed to EPIC for further installation) _module use /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/modulefiles/stack_

Orion

**module use /apps/contrib/NCEP/hpc-stack/libs/hpc-stack-gfsv16/modulefiles/stack**
(This one is Frozen, passed to EPIC for further installation)_module use /apps/contrib/NCEP/hpc-stack/libs/hpc-stack/modulefiles/stack_

Jet

(This one is Frozen, passed to EPIC for further installation)_module use /lfs4/HFIP/hfv3gfs/nwprod/hpc-stack/libs/modulefiles/stack_

Gaea

(This one is Frozen, passed to EPIC for further installation)_source /lustre/f2/pdata/esrl/gsd/contrib/lua-5.1.4.9/init/init_lmod.sh_
(This one is Frozen, passed to EPIC for further installation)_module use /lustre/f2/pdata/ncep_shared/hpc-stack/modulefiles/stack_

Cheyenne

(This one is Frozen, passed to EPIC for further installation)_module use /glade/p/ral/jntp/GMTB/tools/hpc-stack-v1.1.0/modulefiles/stack_

WCOSS-2 (Acorn only)

**module use /lfs/h1/emc/nceplibs/noscrub/hpc-stack/libs/hpc-stack/modulefiles/stack**
Clone this wiki locally