Last change
on this file since 1705 was
1705,
checked in by Ehouarn Millour, 12 years ago
|
Added arch files for ADA (IDRIS IBMx3750) and made the following code modifications:
phylmd/printflag.F : removed "print" of unset variable (radpas0)
dyn3dmem/integrd_loc.F : removed unecessary "include mpif.h"
dyn3dmem/leapfrog_loc.F : removed unecessary "include mpif.h" and allocate saved variables at first call
dyn3dmem/mod_filtreg_p.F : added matmul() alternatives to call to BLAS routine SGEMM (which was incorectly set as DGEMM; which would fail if running with -r4)
filtrez/filtreg.F: changed calls to DGEMM into calls to SGEMM, so that code works with either -r4 or -r8 (the later being used in conjunction with "BLAS SGEMV=DGEMV SGEMM=DGEMM" preprocessing statements)
EM
|
File size:
503 bytes
|
Line | |
---|
1 | NETCDF_LIBDIR="${NETCDF_LDFLAGS:--L/smplocal/pub/NetCDF/4.1.3/lib -lnetcdff -lnetcdf}" |
---|
2 | NETCDF_INCDIR="${NETCDF_FFLAGS:--I/smplocal/pub/HDF5/1.8.9/seq/include -I/smplocal/pub/NetCDF/4.1.3/include}" |
---|
3 | IOIPSL_INCDIR=$LMDGCM/../../lib |
---|
4 | IOIPSL_LIBDIR=$LMDGCM/../../lib |
---|
5 | ORCH_INCDIR=$LMDGCM/../../lib |
---|
6 | ORCH_LIBDIR=$LMDGCM/../../lib |
---|
7 | OASIS_INCDIR=$LMDGCM/../../prism/X64/build/lib/psmile.$couple |
---|
8 | OASIS_LIBDIR=$LMDGCM/../../prism/X64/lib |
---|
9 | INCA_LIBDIR=$LMDGCM/../INCA/config/lib |
---|
10 | INCA_INCDIR=$LMDGCM/../INCA/config/lib |
---|
11 | |
---|
Note: See
TracBrowser
for help on using the repository browser.