-
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
Co-authored-by: MET Tools Test Account <met_test@seneca.rap.ucar.edu> Co-authored-by: jprestop <jpresto@ucar.edu> Co-authored-by: Howard Soh <hsoh@seneca.rap.ucar.edu> Co-authored-by: hsoh-u <hsoh@ucar.edu> Co-authored-by: George McCabe <23407799+georgemccabe@users.noreply.github.com>
- Loading branch information
1 parent
caefb41
commit 832d42c
Showing
58 changed files
with
1,005 additions
and
555 deletions.
There are no files selected for viewing
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
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
17 changes: 9 additions & 8 deletions
17
...llation/config/install_met_env_all.casper → ...nstallation/config/install_met_env.casper
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
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
27 changes: 27 additions & 0 deletions
27
internal/scripts/installation/config/install_met_env.frontera
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,27 @@ | ||
module load intel/19.1.1 | ||
module load hdf5/1.12.0 | ||
module load netcdf/4.7.4 | ||
|
||
export TEST_BASE=/work2/06612/tg859120/frontera/MET/11.0.0 | ||
export COMPILER=intel_19.1.1 | ||
export MET_SUBDIR=${TEST_BASE}/ | ||
export MET_TARBALL=v11.0.0.tar.gz | ||
export USE_MODULES=TRUE | ||
export MET_PYTHON=/work2/06612/tg859120/frontera/miniconda/miniconda3/envs/metplus_v5.0_py3.8 | ||
export MET_PYTHON_CC=-I${MET_PYTHON}/include/python3.8 | ||
export MET_PYTHON_LD=-L${MET_PYTHON}/lib\ -lpython3.8\ -lcrypt\ -lpthread\ -ldl\ -lutil\ -lm | ||
export MET_HDF5=/opt/apps/intel19/hdf5/1.12.0/x86_64/ | ||
export MET_NETCDF=/opt/apps/intel19/netcdf/4.7.4/x86_64/ | ||
export EXTERNAL_LIBS=${TEST_BASE}/external_libs | ||
#export MET_GSL=${EXTERNAL_LIBS} | ||
#export MET_BUFRLIB=${EXTERNAL_LIBS} | ||
#export BUFRLIB_NAME=-lbufr | ||
#export MET_GRIB2CLIB=${EXTERNAL_LIBS}/lib | ||
#export MET_GRIB2CINC=${EXTERNAL_LIBS}/include | ||
#export GRIB2CLIB_NAME=-lgrib2c | ||
#export LIB_JASPER=${EXTERNAL_LIBS}/lib | ||
#export LIB_LIBPNG=${EXTERNAL_LIBS}/lib | ||
#export LIB_Z=${EXTERNAL_LIBS}/lib | ||
export SET_D64BIT=FALSE | ||
#export CFLAGS="-Wall -g" | ||
#export CXXFLAGS="-Wall -g" |
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 |
---|---|---|
@@ -1,8 +1,12 @@ | ||
export TEST_BASE=/usw/met/10.1.2 | ||
module load intel/19.0.5.281 | ||
|
||
export TEST_BASE=/usw/met/11.0.0 | ||
export COMPILER=intel_19.0.5.281 | ||
export MET_SUBDIR=${TEST_BASE} | ||
export MET_TARBALL=met-10.1.2.20220516.tar.gz | ||
export MET_TARBALL=v11.0.0.tar.gz | ||
export USE_MODULES=TRUE | ||
export MET_PYTHON=/lustre/f2/dev/esrl/Julie.Prestopnik/projects/miniconda/miniconda3/envs/metplus_v4.1_py3.6/ | ||
export MET_PYTHON_CC=-I${MET_PYTHON}/include/python3.6m | ||
export MET_PYTHON_LD=-L${MET_PYTHON}/lib/python3.6/config-3.6m-x86_64-linux-gnu\ -L${MET_PYTHON}/lib\ -lpython3.6m\ -lcrypt\ -lpthread\ -ldl\ -lutil\ -lm | ||
export MET_PYTHON=/lustre/f2/dev/esrl/Julie.Prestopnik/projects/miniconda/miniconda3/envs/metplus_v5.0_py3.8/ | ||
export MET_PYTHON_CC=-I${MET_PYTHON}/include/python3.8 | ||
export MET_PYTHON_LD=-L${MET_PYTHON}/lib/python3.8/config-3.8-x86_64-linux-gnu\ -L${MET_PYTHON}/lib\ -lpython3.8\ -lcrypt\ -lpthread\ -ldl\ -lutil\ -lm | ||
export EXTERNAL_LIBS=/usw/met/11.0.0/external_libs | ||
export LIB_Z=${EXTERNAL_LIBS}/lib |
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,28 @@ | ||
module use -a /contrib/anaconda/modulefiles | ||
module load intel/2022.1.2 | ||
module load anaconda/latest | ||
export TEST_BASE=/contrib/met/11.0.0 | ||
export COMPILER=intel_2022.1.2 | ||
export MET_SUBDIR=${TEST_BASE} | ||
export MET_TARBALL=v11.0.0.tar.gz | ||
export USE_MODULES=TRUE | ||
export PYTHON_MODULE=anaconda_latest | ||
export MET_PYTHON=/contrib/anaconda/anaconda3/latest/ | ||
export MET_PYTHON_CC=-I${MET_PYTHON}/include/python3.7m | ||
export MET_PYTHON_LD=-L${MET_PYTHON}/lib/python3.7/config-3.7m-x86_64-linux-gnu\ -L${MET_PYTHON}/lib\ -lpython3.7m\ -lcrypt\ -lpthread\ -ldl\ -lutil\ -lrt\ -lm\ -Xlinker\ -export-dynamic | ||
export SET_D64BIT=FALSE | ||
export EXTERNAL_LIBS=/contrib/met/11.0.0/external_libs/ | ||
#export MET_NETCDF=${EXTERNAL_LIBS} | ||
export MET_GSL=${EXTERNAL_LIBS} | ||
export MET_BUFRLIB=${EXTERNAL_LIBS} | ||
export BUFRLIB_NAME=-lbufr | ||
#export MET_HDF5=${EXTERNAL_LIBS} | ||
export MET_GRIB2CLIB=${EXTERNAL_LIBS}/lib | ||
export MET_GRIB2CINC=${EXTERNAL_LIBS}/include | ||
export GRIB2CLIB_NAME=-lgrib2c | ||
export LIB_JASPER=${EXTERNAL_LIBS}/lib | ||
export LIB_LIBPNG=${EXTERNAL_LIBS}/lib | ||
export LIB_Z=${EXTERNAL_LIBS}/lib | ||
#export SET_D64BIT=FALSE | ||
#export CFLAGS="-Wall -g" | ||
#export CXXFLAGS="-Wall -g -lcurl" |
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 |
---|---|---|
@@ -1,11 +1,25 @@ | ||
module load intel/2022.1.2 | ||
module load netcdf/4.7.0 | ||
module load hdf5/1.10.5 | ||
|
||
export TEST_BASE=/contrib/met/11.0.0 | ||
export COMPILER=intel_18.0.5.274 | ||
export MET_SUBDIR=${TEST_BASE} | ||
export MET_TARBALL=v11.0.0.tar.gz | ||
export USE_MODULES=TRUE | ||
export PYTHON_MODULE=intelpython_3.6.5 | ||
export MET_PYTHON=/apps/intel/intelpython3 | ||
export MET_PYTHON_CC=-I/apps/intel/intelpython3/include/python3.6m | ||
export MET_PYTHON_LD=-L/apps/intel/intelpython3/lib\ -lpython3.6m\ -lpthread\ -ldl\ -lutil\ -lrt\ -lm\ -Xlinker\ -export-dynamic | ||
export MET_NETCDF=/apps/netcdf/4.6.1/intel/18.0.5.274 | ||
export MET_HDF5=/apps/hdf5/1.10.4/intel_seq/18.0.5.274 | ||
export MET_PYTHON=/mnt/lfs1/HFIP/dtc-hurr/METplus/miniconda/miniconda3/envs/metplus_v5.0_py3.8 | ||
export MET_PYTHON_CC=-I${MET_PYTHON}/include/python3.8 | ||
export MET_PYTHON_LD=-L${MET_PYTHON}/lib\ -L${MET_PYTHON}/lib/python3.8/config-3.8-x86_64-linux-gnu\ -lpython3.8\ -lpthread\ -ldl\ -lutil\ -lrt\ -lm\ -Xlinker\ -export-dynamic | ||
export MET_NETCDF=/apps/netcdf/4.7.0/intel/18.0.5.274 | ||
export MET_HDF5=/apps/hdf5/1.10.5/intel/18.0.5.274 | ||
export EXTERNAL_LIBS=/contrib/met/11.0.0/external_libs/ | ||
#export MET_GSL=${EXTERNAL_LIBS} | ||
#export MET_BUFRLIB=${EXTERNAL_LIBS} | ||
#export BUFRLIB_NAME=-lbufr | ||
#export MET_GRIB2CLIB=${EXTERNAL_LIBS}/lib | ||
#export MET_GRIB2CINC=${EXTERNAL_LIBS}/include | ||
#export GRIB2CLIB_NAME=-lgrib2c | ||
#export LIB_JASPER=${EXTERNAL_LIBS}/lib | ||
#export LIB_LIBPNG=${EXTERNAL_LIBS}/lib | ||
#export LIB_Z=${EXTERNAL_LIBS}/lib | ||
export SET_D64BIT=FALSE |
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
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 |
13 changes: 0 additions & 13 deletions
13
internal/scripts/installation/config/install_met_env_all.hera
This file was deleted.
Oops, something went wrong.
27 changes: 15 additions & 12 deletions
27
internal/scripts/installation/config/install_met_env_met_only.casper
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
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
Oops, something went wrong.