Last change
on this file since 1700 was
1695,
checked in by emillour, 8 years ago
|
Common dynamics/framework:
Removed some obsolete arch files.
Reorganization of the way paths to external libraries are handles by makelmdz_fcm and makelmdz. This will ease interfacing with Dynamico which follows simillar rules with respect to a given external library ,e.g. for SOMELIBRARY, in the arch.path file:
SOMELIBRARY_LIBDIR="-L/path/to/the/library/libdir -L/possible/other/required/path"
SOMELIBRARY_LIB"-lsomelib -lsomeotherrequiredlib"
SOMELIBRARY_INCDIR"-I/path/to/the/library/incdir -I/possible/other/required/include/path"
EM
|
File size:
358 bytes
|
Line | |
---|
1 | module unload compilerwrappers |
---|
2 | module unload netcdf |
---|
3 | module unload hdf5 |
---|
4 | |
---|
5 | module load netcdf/mpi/4.1.3 |
---|
6 | #module load hdf5/mpi/1.8.9 |
---|
7 | |
---|
8 | export NETCDF_INC_DIR=/smplocal/pub/NetCDF/4.1.3/mpi/include |
---|
9 | export NETCDF_LIB_DIR=/smplocal/pub/NetCDF/4.1.3/mpi/lib |
---|
10 | export HDF5_INC_DIR=/smplocal/pub/HDF5/1.8.9/par/include |
---|
11 | export HDF5_LIB_DIR=/smplocal/pub/HDF5/1.8.9/par/lib |
---|
Note: See
TracBrowser
for help on using the repository browser.