-
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.
* Cleaned bash comparison operators; Made changes for MET to compile using GNU 10.1.0 compilers * Updated documentation for new flag for BUFRLIB compilation
- Loading branch information
Showing
3 changed files
with
56 additions
and
17 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
module load ncarenv/1.3 | ||
module load gnu/10.1.0 | ||
module load python/3.7.9 | ||
module load netcdf/4.7.4 | ||
ncar_pylib | ||
|
||
export TEST_BASE=/glade/p/ral/jntp/MET/MET_cross_platform_testing/met-10.0.0-beta4/gcc | ||
export COMPILER=gnu_10.1.0 | ||
export MET_SUBDIR=${TEST_BASE} | ||
export MET_TARBALL=met-10.0.0-beta4.20210302.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/gnu/10.1.0/ | ||
export EXTERNAL_LIBS=/glade/p/ral/jntp/MET/MET_cross_platform_testing/met-10.0.0-beta4/gcc/external_libs/ | ||
export MET_GSL=${EXTERNAL_LIBS} | ||
export MET_BUFRLIB=${EXTERNAL_LIBS} | ||
export BUFRLIB_NAME=-lbufr | ||
export MET_HDF5=/glade/u/apps/ch/opt/netcdf/4.7.4/gnu/10.1.0/ | ||
export MET_GRIB2CLIBS=${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" |