Skip to content

Commit

Permalink
Bugfix #2415 main_v11.0 modulefiles (#2416)
Browse files Browse the repository at this point in the history
* Update modulefiles

* Updating modulefiles
  • Loading branch information
jprestop authored Jan 25, 2023
1 parent 681dec5 commit c3b3b9a
Show file tree
Hide file tree
Showing 14 changed files with 75 additions and 345 deletions.
46 changes: 46 additions & 0 deletions internal/scripts/installation/config/install_met_env.wcoss2
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# JY module use /apps/ops/para/libs/modulefiles/compiler/intel/19.1.3.304/
module load intel
# JY add following two
module load craype/2.7.13
module load cray-mpich/8.1.12

module load python/3.8.6
module load netcdf/4.7.4
module load hdf5/1.10.6
module load bufr/11.6.0
module load zlib/1.2.11
module load jasper/2.0.25
module load libpng/1.6.37
module load gsl/2.7
module load g2c/1.6.4

#export TEST_BASE=/apps/ops/para/libs/intel/19.1.3.304/met/11.0.0
export TEST_BASE=$(pwd)
export LIB_DIR=${TEST_BASE}/external_libs
export BIN_DIR_PATH=${TEST_BASE}/bin
export COMPILER=intel_19.1.3.304
export MET_SUBDIR=${TEST_BASE}
export MET_TARBALL=v11.0.0.tar.gz
export USE_MODULES=TRUE
export PYTHON_MODULE=python_3.8.6
export MET_PYTHON=/apps/spack/python/3.8.6/intel/19.1.3.304/pjn2nzkjvqgmjw4hmyz43v5x4jbxjzpk
export MET_PYTHON_CC=-I/apps/spack/python/3.8.6/intel/19.1.3.304/pjn2nzkjvqgmjw4hmyz43v5x4jbxjzpk/include/python3.8
export MET_PYTHON_LD=-L/apps/spack/python/3.8.6/intel/19.1.3.304/pjn2nzkjvqgmjw4hmyz43v5x4jbxjzpk/lib\ -lpython3.8\ -lpthread\ -ldl\ -lutil\ -lm\ -Xlinker\ -export-dynamic
export MET_NETCDF=/apps/prod/hpc-stack/intel-19.1.3.304/netcdf/4.7.4
# JY export MET_HDF5=/apps/prod/hpc-stack/intel-19.1.3.304/hdf5/1.12.2
export MET_HDF5=${HDF5_ROOT}
export MET_BUFRLIB=/apps/ops/prod/libs/intel/19.1.3.304/bufr/11.6.0/lib64
# JY export MET_GRIB2CLIB=/apps/ops/prod/libs/intel/19.1.3.304/g2c/1.6.4/lib64
# JY export MET_GRIB2CINC=/apps/ops/prod/libs/intel/19.1.3.304/g2c/1.6.4/include
export MET_GRIB2CLIB=${g2c_ROOT}/lib64
export MET_GRIB2CINC=${G2C_INC}
export MET_GSL=/apps/spack/gsl/2.7/intel/19.1.3.304/xks7dxbowrdxhjck5zxc4rompopocevb
export BUFRLIB_NAME=-lbufr_4
export GRIB2CLIB_NAME=-lg2c
# JY export LIB_JASPER=/apps/spack/jasper/2.0.25/intel/19.1.3.304/sjib74krrorkyczqpqah4tvewmlnqdx4/lib64
export LIB_JASPER=${JASPER_LIBDIR}
# JY export LIB_LIBPNG=/apps/spack/libpng/1.6.37/intel/19.1.3.304/4ohkronuhlyherusoszzrmur5ewvlwzh/lib
export LIB_LIBPNG=${LIBPNG_LIBDIR}
# JY export LIB_Z=/apps/spack/zlib/1.2.11/intel/19.1.3.304/hjotqkckeoyt6j6tibalwzrlfljcjtdh/lib
export LIB_Z=${ZLIB_LIBDIR}
export SET_D64BIT=FALSE
37 changes: 0 additions & 37 deletions internal/scripts/installation/modulefiles/10.0.0_cray

This file was deleted.

34 changes: 0 additions & 34 deletions internal/scripts/installation/modulefiles/10.1.0_acorn

This file was deleted.

29 changes: 0 additions & 29 deletions internal/scripts/installation/modulefiles/10.1.0_casper

This file was deleted.

29 changes: 0 additions & 29 deletions internal/scripts/installation/modulefiles/10.1.0_cheyenne

This file was deleted.

31 changes: 0 additions & 31 deletions internal/scripts/installation/modulefiles/10.1.0_dell

This file was deleted.

32 changes: 0 additions & 32 deletions internal/scripts/installation/modulefiles/10.1.0_dogwood

This file was deleted.

65 changes: 0 additions & 65 deletions internal/scripts/installation/modulefiles/10.1.0_hera

This file was deleted.

46 changes: 0 additions & 46 deletions internal/scripts/installation/modulefiles/10.1.0_orion

This file was deleted.

24 changes: 0 additions & 24 deletions internal/scripts/installation/modulefiles/10.1.0_stampede

This file was deleted.

Loading

0 comments on commit c3b3b9a

Please sign in to comment.