-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Update modulefiles * Updating modulefiles
- Loading branch information
Showing
14 changed files
with
75 additions
and
345 deletions.
There are no files selected for viewing
46 changes: 46 additions & 0 deletions
46
internal/scripts/installation/config/install_met_env.wcoss2
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,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 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.