Last change
on this file since 3518 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 | |
---|
1 | module unload compilerwrappers |
---|
2 | module unload netcdf |
---|
3 | module unload hdf5 |
---|
4 | module unload gcc |
---|
5 | |
---|
6 | module load gcc/6.4.0 |
---|
7 | module load netcdf/mpi/4.1.3 |
---|
8 | #module load hdf5/mpi/1.8.9 |
---|
9 | |
---|
10 | export NETCDF_INC_DIR=/smplocal/pub/NetCDF/4.1.3/mpi/include |
---|
11 | export NETCDF_LIB_DIR=/smplocal/pub/NetCDF/4.1.3/mpi/lib |
---|
12 | export HDF5_INC_DIR=/smplocal/pub/HDF5/1.8.9/par/include |
---|
13 | export HDF5_LIB_DIR=/smplocal/pub/HDF5/1.8.9/par/lib |
---|
Note: See
TracBrowser
for help on using the repository browser.