source: LMDZ5/trunk/arch/arch-X64_ADA.path @ 1705

Last change on this file since 1705 was 1705, checked in by Ehouarn Millour, 11 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 
1NETCDF_LIBDIR="${NETCDF_LDFLAGS:--L/smplocal/pub/NetCDF/4.1.3/lib -lnetcdff -lnetcdf}"
2NETCDF_INCDIR="${NETCDF_FFLAGS:--I/smplocal/pub/HDF5/1.8.9/seq/include -I/smplocal/pub/NetCDF/4.1.3/include}"
3IOIPSL_INCDIR=$LMDGCM/../../lib
4IOIPSL_LIBDIR=$LMDGCM/../../lib
5ORCH_INCDIR=$LMDGCM/../../lib
6ORCH_LIBDIR=$LMDGCM/../../lib
7OASIS_INCDIR=$LMDGCM/../../prism/X64/build/lib/psmile.$couple
8OASIS_LIBDIR=$LMDGCM/../../prism/X64/lib
9INCA_LIBDIR=$LMDGCM/../INCA/config/lib
10INCA_INCDIR=$LMDGCM/../INCA/config/lib
11
Note: See TracBrowser for help on using the repository browser.