Skip to content

Commit

Permalink
Update install_met_env.acorn_py3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jprestop authored Dec 19, 2023
1 parent 79654f0 commit bca2c83
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ module use /apps/dev/lmodules/intel/19.1.3.304
module load atlas/0.30.0
module load eckit/1.20.2

export FC=ifort
export F77=ifort
export F90=ifort
export CC=icc
export CXX=icpc
export TEST_BASE=/apps/sw_review/emc/MET/12.0.0
export LIB_DIR=${TEST_BASE}/external_libs
export COMPILER=intel_19.1.3.304
Expand All @@ -41,6 +46,5 @@ export GRIB2CLIB_NAME=-lg2c
export LIB_JASPER=/apps/spack/jasper/2.0.25/intel/19.1.3.304/sjib74krrorkyczqpqah4tvewmlnqdx4/lib64
export LIB_LIBPNG=/apps/spack/libpng/1.6.37/intel/19.1.3.304/4ohkronuhlyherusoszzrmur5ewvlwzh/lib
export LIB_Z=/apps/spack/zlib/1.2.11/intel/19.1.3.304/hjotqkckeoyt6j6tibalwzrlfljcjtdh/lib
export SET_D64BIT=FALSE
export export MAKE_ARGS=-j
export CXXFLAGS="-std=c++11"

0 comments on commit bca2c83

Please sign in to comment.