source: XIOS/trunk/arch/arch-X64_ADA.env @ 1205

Last change on this file since 1205 was 986, checked in by ymipsl, 7 years ago

Fix ADA compiling environment

YM

File size: 358 bytes
RevLine 
[986]1module unload compilerwrappers
[442]2module unload netcdf
3module unload hdf5
[986]4
5module load netcdf/mpi/4.1.3
[441]6#module load hdf5/mpi/1.8.9
[986]7
8export NETCDF_INC_DIR=/smplocal/pub/NetCDF/4.1.3/mpi/include
9export NETCDF_LIB_DIR=/smplocal/pub/NetCDF/4.1.3/mpi/lib
10export HDF5_INC_DIR=/smplocal/pub/HDF5/1.8.9/par/include
11export HDF5_LIB_DIR=/smplocal/pub/HDF5/1.8.9/par/lib
Note: See TracBrowser for help on using the repository browser.