Last change
on this file since 5382 was
5382,
checked in by smasson, 6 years ago
|
dev_r5218_CNRS17_coupling: merge with trunk rev 5381
|
-
Property svn:executable set to
*
|
File size:
1.4 KB
|
Rev | Line | |
---|
[4237] | 1 | # EKMAN IBM Intel Sandy Bridge at INGV |
---|
| 2 | # NCDF_INC netcdf include file |
---|
| 3 | # NCDF_LIB netcdf library |
---|
| 4 | # XIOS_ROOT root directory containing lib for XIOS |
---|
| 5 | # MPI_INTEL directory for intel mpi library |
---|
| 6 | # FC Fortran compiler command |
---|
| 7 | # FCFLAGS Fortran compiler flags |
---|
| 8 | # FFLAGS Fortran 77 compiler flags |
---|
| 9 | # LD linker |
---|
| 10 | # LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a |
---|
| 11 | # FPPFLAGS pre-processing flags |
---|
| 12 | # AR assembler |
---|
| 13 | # ARFLAGS assembler flags |
---|
| 14 | # MK make |
---|
| 15 | # USER_INC additional include files for the compiler, e.g. -I<include dir> |
---|
| 16 | # USER_LIB additional libraries to pass to the linker, e.g. -l<library> |
---|
| 17 | |
---|
| 18 | %NCDF_INC -I/srv/lib/netcdf-x/include |
---|
| 19 | %NCDF_LIB -L/srv/lib/netcdf-x/lib -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lcurl -lstdc++ |
---|
[5382] | 20 | %XIOS_ROOT /home/delrosso/XIOS_1.0/xios-1.0 |
---|
[4237] | 21 | %MPI_INTEL -I/srv/intel/impi/4.1.0.024/include |
---|
[4865] | 22 | %CPP cpp |
---|
[4237] | 23 | %FC mpiifort |
---|
[5094] | 24 | %FCFLAGS -r8 -O1 -g -traceback -fp-model precise |
---|
[4237] | 25 | %FFLAGS %FCFLAGS |
---|
| 26 | %LD mpiifort |
---|
[5094] | 27 | %LDFLAGS |
---|
[4237] | 28 | %FPPFLAGS -P -C -traditional |
---|
| 29 | %AR ar |
---|
| 30 | %ARFLAGS rs |
---|
| 31 | %MK gmake |
---|
| 32 | %USER_INC -I%XIOS_ROOT/inc %NCDF_INC %MPI_INTEL -I/srv/lib/zlib-last/include |
---|
| 33 | %USER_LIB -L%XIOS_ROOT/lib -lxios %NCDF_LIB -L/srv/lib/zlib-last/lib -lz |
---|
Note: See
TracBrowser
for help on using the repository browser.