Skip to content

Commit

Permalink
Update build and workflow environment for Orion (#183)
Browse files Browse the repository at this point in the history
* Modify workflow environment for orion

* update build env for orion

* Update env scripts

* Update hash of regional workflow

Co-authored-by: Chan-Hoo Jeon <chjeon@Orion-login-1.HPC.MsState.Edu>
Co-authored-by: Chan-Hoo Jeon <chjeon@Orion-login-2.HPC.MsState.Edu>
  • Loading branch information
3 people authored Oct 22, 2021
1 parent 453e195 commit ca1a12b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Externals.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ protocol = git
repo_url = https://github.com/NOAA-EMC/regional_workflow
# Specify either a branch name or a hash but not both.
#branch = develop
hash = 9bac8563
hash = 7da0c46
local_path = regional_workflow
required = True

Expand Down
25 changes: 13 additions & 12 deletions env/build_orion_intel.env
Original file line number Diff line number Diff line change
Expand Up @@ -3,35 +3,36 @@
module load contrib noaatools

module load cmake/3.18.1
module load python/3.7.5
module load python/3.9.2

module use /apps/contrib/NCEP/libs/hpc-stack/modulefiles/stack

module load hpc/1.1.0
module load hpc-intel/2018.4
module load hpc-impi/2018.4

module load jasper/2.0.22
module load bacio/2.4.1
module load g2/3.4.3
module load g2tmpl/1.10.0
module load ip/3.3.3
module load sp/2.3.3
module load w3nco/2.4.1
module load w3emc/2.9.1
module load crtm/2.3.0
module load upp/10.0.10

module load jasper/2.0.25
module load zlib/1.2.11
module load png/1.6.35
module load hdf5/1.10.6
module load netcdf/4.7.4
module load pio/2.5.2
module load esmf/8_1_1
module load fms/2020.04.03
module load bacio/2.4.1
module load crtm/2.3.0
module load g2/3.4.1
module load g2tmpl/1.9.1
module load ip/3.3.3
module load nemsio/2.5.2
module load sp/2.3.3
module load w3emc/2.7.3
module load w3nco/2.4.1
module load upp/10.0.6

module load gfsio/1.4.1
module load sfcio/1.4.1
module load sigio/2.3.2
module load landsfcutil/2.4.1
module load nemsiogfs/2.5.3
module load wgrib2/2.0.8
Expand Down
2 changes: 1 addition & 1 deletion env/wflow_orion.env
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
module load contrib rocoto

module use -a /apps/contrib/miniconda3-noaa-gsl/modulefiles
module load miniconda3
module load miniconda3/3.8
conda activate regional_workflow

0 comments on commit ca1a12b

Please sign in to comment.