-
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.
Bugfix 1395 main_v10.0 comp script (#1796)
* Updating compile script and associated config files for met-10.0.0 * Removing old config files * install_met_env.het * Updated orion file * Added stampede2 config file * Adding modulefiles for various machines
- Loading branch information
Showing
21 changed files
with
435 additions
and
61 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
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 was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,11 @@ | ||
module load intel/18.0.5.274 | ||
module load intelpython/3.6.5 | ||
module load netcdf/4.6.1 | ||
module load hdf5/1.10.4 | ||
export TEST_BASE=/contrib/met/9.0 | ||
export TEST_BASE=/contrib/met/10.0.0 | ||
export COMPILER=intel_18.0.5.274 | ||
export MET_SUBDIR=${TEST_BASE} | ||
export MET_TARBALL=met-9.0.1.20200423.tar.gz | ||
export MET_TARBALL=met-10.0.0.20210510.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/18.0.5.274 | ||
export MET_HDF5=/apps/hdf5/1.10.4/intel_seq/18.0.5.274 |
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,14 +1,14 @@ | ||
module load intel/2020 | ||
module load intelpython3/2020 | ||
module load intel/2020.2 | ||
module load intelpython3/2020.2 | ||
|
||
export TEST_BASE=/apps/contrib/MET/9.1 | ||
export TEST_BASE=/apps/contrib/MET/10.0.0 | ||
export COMPILER=intel_2020 | ||
export MET_SUBDIR=${TEST_BASE}/ | ||
export MET_TARBALL=met-9.1.20200810.tar.gz | ||
export MET_TARBALL=met-10.0.0.20210510.tar.gz | ||
export USE_MODULES=TRUE | ||
export MET_PYTHON=/apps/intel-2020/intel-2020/intelpython3/ | ||
export MET_PYTHON_CC=-I/apps/intel-2020/intel-2020/intelpython3/include/python3.7m | ||
export MET_PYTHON_LD=-L/apps/intel-2020/intel-2020/intelpython3/lib\ -lpython3.7m\ -lcrypt\ -lpthread\ -ldl\ -lutil\ -lrt\ -lm | ||
export MET_PYTHON=/apps/intel-2020.2/intel-2020.2/intelpython3 | ||
export MET_PYTHON_CC=-I${MET_PYTHON}/include/python3.7m | ||
export MET_PYTHON_LD=-L${MET_PYTHON}/lib\ -lpython3.7m\ -lcrypt\ -lpthread\ -ldl\ -lutil\ -lrt\ -lm | ||
export SET_D64BIT=FALSE | ||
export CFLAGS="-Wall -g" | ||
export CXXFLAGS="-Wall -g" |
10 changes: 5 additions & 5 deletions
10
...nstallation/config/install_met_env.casper → ...llation/config/install_met_env_all.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
module load intel/19.0.5 | ||
module load python/3.7.5 | ||
module load netcdf/4.7.3 | ||
module load netcdf/4.7.4 | ||
ncar_pylib | ||
|
||
export TEST_BASE=/glade/p/ral/jntp/MET/MET_releases/casper/9.1 | ||
export TEST_BASE=/glade/p/ral/jntp/MET/MET_releases/casper/10.0.0 | ||
export COMPILER=intel_19.0.5 | ||
export MET_SUBDIR=${TEST_BASE} | ||
export MET_TARBALL=met-9.1.20200810.tar.gz | ||
export MET_TARBALL=met-10.0.0.20210510.tar.gz | ||
export USE_MODULES=TRUE | ||
export MET_PYTHON=/glade/u/apps/dav/opt/python/3.7.5/gnu/8.3.0/ | ||
export MET_PYTHON_CC=-I${MET_PYTHON}/include/python3.7m | ||
export MET_PYTHON_LD=-L${MET_PYTHON}/lib\ -lpython3.7m\ -lcrypt\ -lpthread\ -ldl\ -lutil\ -lm | ||
export MET_NETCDF=/glade/u/apps/dav/opt/netcdf/4.7.3/intel/19.0.5 | ||
export SET_D64BIT=FALSE | ||
export CFLAGS="-Wall -g" | ||
export CXXFLAGS="-Wall -g" | ||
#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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
module load ncarenv/1.3 | ||
module load intel/19.0.5 | ||
module load python/3.7.9 | ||
module load netcdf/4.7.4 | ||
ncar_pylib | ||
|
||
export TEST_BASE=/glade/p/ral/jntp/MET/MET_releases/10.0.0 | ||
export COMPILER=intel_19.0.5 | ||
export MET_SUBDIR=${TEST_BASE} | ||
export MET_TARBALL=met-10.0.0.20210510.tar.gz | ||
export USE_MODULES=TRUE | ||
export MET_PYTHON=/glade/u/apps/ch/opt/python/3.7.9/gnu/9.1.0 | ||
export MET_PYTHON_CC=-I${MET_PYTHON}/include/python3.7m | ||
export MET_PYTHON_LD=-L${MET_PYTHON}/lib\ -lpython3.7m\ -lcrypt\ -lpthread\ -ldl\ -lutil\ -lm | ||
export MET_NETCDF=/glade/u/apps/ch/opt/netcdf/4.7.4/intel/19.0.5/ | ||
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
module use -a /contrib/anaconda/modulefiles | ||
module load intel/18.0.5.274 | ||
module load anaconda/latest | ||
export TEST_BASE=/contrib/met/10.0.0 | ||
export COMPILER=intel_18.0.5.274 | ||
export MET_SUBDIR=${TEST_BASE} | ||
export MET_TARBALL=met-10.0.0.20210510.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 |
28 changes: 28 additions & 0 deletions
28
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
module load intel/19.0.5 | ||
module load python/3.7.5 | ||
module load netcdf/4.7.4 | ||
ncar_pylib | ||
|
||
export TEST_BASE=/glade/p/ral/jntp/MET/MET_releases/casper/10.0.0 | ||
export COMPILER=intel_19.0.5 | ||
export MET_SUBDIR=${TEST_BASE} | ||
export MET_TARBALL=met-10.0.0.20210510.tar.gz | ||
export USE_MODULES=TRUE | ||
export MET_PYTHON=/glade/u/apps/dav/opt/python/3.7.5/gnu/8.3.0/ | ||
export MET_PYTHON_CC=-I${MET_PYTHON}/include/python3.7m | ||
export MET_PYTHON_LD=-L${MET_PYTHON}/lib\ -lpython3.7m\ -lcrypt\ -lpthread\ -ldl\ -lutil\ -lm | ||
export MET_NETCDF=/glade/u/apps/dav/opt/netcdf/4.7.4/intel/19.0.5 | ||
export EXTERNAL_LIBS=/glade/p/ral/jntp/MET/MET_releases/casper/10.0.0/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" |
30 changes: 30 additions & 0 deletions
30
scripts/installation/config/install_met_env_met_only.cheyenne
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,30 @@ | ||
module load ncarenv/1.3 | ||
module load intel/19.0.5 | ||
module load python/3.7.9 | ||
module load netcdf/4.7.4 | ||
ncar_pylib | ||
|
||
export TEST_BASE=/glade/p/ral/jntp/MET/MET_releases/10.0.0 | ||
export COMPILER=intel_19.0.5 | ||
export MET_SUBDIR=${TEST_BASE} | ||
export MET_TARBALL=met-10.0.0.20210510.tar.gz | ||
export USE_MODULES=TRUE | ||
export MET_PYTHON=/glade/u/apps/ch/opt/python/3.7.9/gnu/9.1.0 | ||
export MET_PYTHON_CC=-I${MET_PYTHON}/include/python3.7m | ||
export MET_PYTHON_LD=-L${MET_PYTHON}/lib\ -lpython3.7m\ -lcrypt\ -lpthread\ -ldl\ -lutil\ -lm | ||
export MET_NETCDF=/glade/u/apps/ch/opt/netcdf/4.7.4/intel/19.0.5/ | ||
export | ||
EXTERNAL_LIBS=/glade/p/ral/jntp/MET/MET_releases/10.0.0/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" |
17 changes: 10 additions & 7 deletions
17
.../installation/config/install_met_env.hera → ...tion/config/install_met_env_met_only.hera
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,25 +1,28 @@ | ||
module use -a /contrib/anaconda/modulefiles | ||
module load intel/18.0.5.274 | ||
module load anaconda/latest | ||
export TEST_BASE=/contrib/met/9.1 | ||
export TEST_BASE=/contrib/met/10.0.0 | ||
export COMPILER=intel_18.0.5.274 | ||
export MET_SUBDIR=${TEST_BASE} | ||
export MET_TARBALL=met-9.1.1.20201118.tar.gz | ||
export MET_TARBALL=met-10.0.0.20210510.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 EXTERNAL_LIBS=/contrib/met/9.1/external_libs | ||
export MET_NETCDF=/contrib/met/9.1/external_libs | ||
export EXTERNAL_LIBS=/contrib/met/10.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_BUFRLIB=${EXTERNAL_LIBS}/lib | ||
export MET_GRIB2CLIB=${EXTERNAL_LIBS}/lib | ||
export MET_GRIB2CINC=${EXTERNAL_LIBS}/include | ||
export MET_GSL=${EXTERNAL_LIBS} | ||
export BUFRLIB_NAME=-lbufr | ||
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" | ||
|
28 changes: 28 additions & 0 deletions
28
scripts/installation/config/install_met_env_met_only.stampede
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 load intel/18.0.2 | ||
module load python3/3.7.0 | ||
module load hdf5/1.10.4 | ||
module load netcdf/4.6.2 | ||
|
||
export TEST_BASE=/work2/06612/tg859120/stampede2/met/10.0.0 | ||
export COMPILER=intel_18.0.2 | ||
export MET_SUBDIR=${TEST_BASE}/ | ||
export MET_TARBALL=met-10.0.0.20210510.tar.gz | ||
export USE_MODULES=TRUE | ||
export MET_PYTHON=/opt/apps/intel18/python3/3.7.0 | ||
export MET_PYTHON_CC=-I${MET_PYTHON}/include/python3.7m | ||
export MET_PYTHON_LD=-L${MET_PYTHON}/lib\ -lpython3.7m\ -lcrypt\ -lpthread\ -ldl\ -lutil\ -lrt\ -lm | ||
export MET_HDF5=/opt/apps/intel18/hdf5/1.10.4/x86_64/ | ||
export MET_NETCDF=/opt/apps/intel18/netcdf/4.6.2/x86_64/ | ||
export EXTERNAL_LIBS=/work2/06612/tg859120/stampede2/met/10.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 | ||
#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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
#%Module###################################################################### | ||
## | ||
## Model Evaluation Tools | ||
## | ||
proc ModulesHelp { } { | ||
puts stderr "Sets up the paths and environment variables to use the Model Evaluation Tools v10.0.0 *** For help see the official MET webpage at http://www.dtcenter.org/met/users ***" | ||
} | ||
|
||
# The intel compiler is required to run MET | ||
module load intel/19.0.5 | ||
module load python/3.7.5 | ||
module load netcdf/4.7.4 | ||
|
||
set base /glade/p/ral/jntp/MET/MET_releases/casper/10.0.0 | ||
set ver 10.0.0 | ||
set share $base/share/met | ||
|
||
prepend-path PATH $base/bin:/glade/p/ral/jntp/MET/MET_releases/casper/10.0.0/external_libs/bin | ||
|
||
setenv METversion V$ver |
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,29 @@ | ||
#%Module###################################################################### | ||
## | ||
## Model Evaluation Tools | ||
## | ||
proc ModulesHelp { } { | ||
puts stderr "Sets up the paths and environment variables to use the Model Evaluation Tools v10.0.0 | ||
*** For help see the official MET webpage at http://www.dtcenter.org/met/users ***" | ||
} | ||
|
||
# If they exist, remove ncdump and ncgen from /glade/p/ral/jntp/MET/MET_releases/10.0.0/external_libs/bin | ||
|
||
# The intel compiler is required to run MET | ||
module load ncarenv/1.3 | ||
module load intel/19.0.5 | ||
module load python/3.7.9 | ||
module load netcdf/4.7.4 | ||
|
||
set base /glade/p/ral/jntp/MET/MET_releases/10.0.0 | ||
set ver 10.0.0 | ||
set share $base/share/met | ||
|
||
prepend-path PATH $base/bin:/glade/p/ral/jntp/MET/MET_releases/10.0.0/external_libs/bin | ||
|
||
|
||
setenv METversion V$ver | ||
|
||
# setenv MET_BUFRLIB /glade/p/ral/jntp/MET/MET_releases/10.0.0/external_libs/libs | ||
# setenv MET_GRIB2C /glade/p/ral/jntp/MET/MET_releases/10.0.0/external_libs | ||
# setenv MET_GSL /glade/p/ral/jntp/MET/MET_releases/10.0.0/external_libs |
Oops, something went wrong.