source: trunk/ARCH/arch-X64_ADA.env @ 3488

Last change on this file since 3488 was 2063, checked in by emillour, 6 years ago

Update general arch files. Only really matters for XIOS (the latest versions need recent gnu c++11 standard libraries).
EM

File size: 398 bytes
Line 
1module unload compilerwrappers
2module unload netcdf
3module unload hdf5
4module unload gcc
5
6module load gcc/6.4.0
7module load netcdf/mpi/4.1.3
8#module load hdf5/mpi/1.8.9
9
10export NETCDF_INC_DIR=/smplocal/pub/NetCDF/4.1.3/mpi/include
11export NETCDF_LIB_DIR=/smplocal/pub/NetCDF/4.1.3/mpi/lib
12export HDF5_INC_DIR=/smplocal/pub/HDF5/1.8.9/par/include
13export HDF5_LIB_DIR=/smplocal/pub/HDF5/1.8.9/par/lib
Note: See TracBrowser for help on using the repository browser.