source: trunk/LMDZ.COMMON/arch/arch-X64_ADA.env @ 2797

Last change on this file since 2797 was 1975, checked in by emillour, 6 years ago

Update ADA arch files to use a more recent version of Intel compiler.
EM

File size: 564 bytes
Line 
1module unload compilerwrappers
2module unload netcdf
3module unload hdf5
4
5module load intel/2018.2
6module load netcdf/mpi/4.1.3
7#module load hdf5/mpi/1.8.9
8
9#NB: module load intel/*** adds "/smplocal/intel/compilers_and_libraries_2018.2.199/linux/mkl/include"
10# to "INCLUDE" env variable (also used by makelmdz_fcm ...)
11export INCLUDE=""
12export NETCDF_INC_DIR=/smplocal/pub/NetCDF/4.1.3/mpi/include
13export NETCDF_LIB_DIR=/smplocal/pub/NetCDF/4.1.3/mpi/lib
14export HDF5_INC_DIR=/smplocal/pub/HDF5/1.8.9/par/include
15export HDF5_LIB_DIR=/smplocal/pub/HDF5/1.8.9/par/lib
Note: See TracBrowser for help on using the repository browser.