source: IOIPSL/trunk/arch/arch-X64_IRENE.path @ 5233

Last change on this file since 5233 was 4432, checked in by jgipsl, 5 years ago

Added compilation script based on fcm done by Y Meurdesoif and stored in http://forge.ipsl.jussieu.fr/heat/svn/codes/dynamico_lmdz/aquaplanet/IOIPSL revision 336. FCM release 1-2 is also added in tools folder.

Only src folder is currently included in this compilation script.

File size: 236 bytes
Line 
1NETCDF_INCDIR="-I $NETCDFC_INCDIR -I $NETCDFFORTRAN_INCDIR"
2NETCDF_LIBDIR="-L $NETCDFC_LIBDIR -L $NETCDFFORTRAN_LIBDIR"
3NETCDF_LIB="-lnetcdf -lnetcdff"
4
5HDF5_INCDIR=""
6HDF5_LIBDIR=""
7HDF5_LIB=""
8
9MPI_INCDIR=""
10MPI_LIBDIR=""
11MPI_LIB=""
12
Note: See TracBrowser for help on using the repository browser.