-
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.
* Updating compile_MET_all.sh for a newer version of NetCDF (4.7.4) * Updating config files * Updating modulefiles
- Loading branch information
Showing
24 changed files
with
331 additions
and
88 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
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
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
27 changes: 27 additions & 0 deletions
27
internal/scripts/installation/config/install_met_env_met_only.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" |
14 changes: 8 additions & 6 deletions
14
internal/scripts/installation/config/install_met_env_met_only.gaea
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
15 changes: 9 additions & 6 deletions
15
internal/scripts/installation/config/install_met_env_met_only.jet
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
7 changes: 3 additions & 4 deletions
7
internal/scripts/installation/config/install_met_env_met_only.orion
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.