Last change
on this file since 3454 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 | |
---|
1 | module unload compilerwrappers |
---|
2 | module unload netcdf |
---|
3 | module unload hdf5 |
---|
4 | |
---|
5 | module load intel/2018.2 |
---|
6 | module 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 ...) |
---|
11 | export INCLUDE="" |
---|
12 | export NETCDF_INC_DIR=/smplocal/pub/NetCDF/4.1.3/mpi/include |
---|
13 | export NETCDF_LIB_DIR=/smplocal/pub/NetCDF/4.1.3/mpi/lib |
---|
14 | export HDF5_INC_DIR=/smplocal/pub/HDF5/1.8.9/par/include |
---|
15 | export HDF5_LIB_DIR=/smplocal/pub/HDF5/1.8.9/par/lib |
---|
Note: See
TracBrowser
for help on using the repository browser.