# ifort compiler options for CINES SGI-ALTIX Jade, http://www.cines.fr/spip.php?rubrique291 # NCDF_INC netcdf include file # NCDF_LIB netcdf library # FC Fortran compiler command # FCFLAGS Fortran compiler flags # FFLAGS Fortran 77 compiler flags # LD linker # LDFLAGS linker flags, e.g. -L if you have libraries in a # FPPFLAGS pre-processing flags # AR assembler # ARFLAGS assembler flags # MK make # USER_INC additional include files for the compiler, e.g. -I # USER_LIB additional libraries to pass to the linker, e.g. -l %NCDF_INC -I/opt/software/SGI/netcdf/4.1.3/include %NCDF_LIB -L/opt/software/SGI/netcdf/4.1.3/lib -lnetcdf -lnetcdff %FC ifort -lmpi %FCFLAGS -r8 -O3 -xSSE4.2 -automatic -static %FFLAGS %FCFLAGS %LD %FC %FPPFLAGS -P -C -traditional %LDFLAGS %AR ar %ARFLAGS -ruv %MK gmake %USER_INC %NCDF_INC %USER_LIB %NCDF_LIB # Flags only needed for IOSERVER %CC icc %XIO_CFLAGS -ansi -O3 -DNONE -DXIOS_LIBRARY -diag-disable 1125 -diag-disable 279 -D BOOST_DISABLE_ASSERTS -DMPI_NO_CPPBIND %XIO_FFLAGS -O3 -DXIOS_LIBRARY %XIO_LD ifort %XIO_LDFLAGS -lstdc++ -lifcore -lintlc -lmpi %XIO_INC %XIO_CINC -I/opt/software/SGI/hdf5/1.8.6/include -I/opt/software/SGI/netcdf/4.1.3/include %XIO_FINC %XIO_LDINC -L/opt/software/SGI/netcdf/4.1.3/lib -L/opt/software/SGI/hdf5/1.8.6/lib -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lhdf5 -lz