# generic ifort compiler options for linux # 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 %mnp /RHM-GPFS/users/ocean/bstrukov/str %NCDF_INC -I%mnp/include #%XIOS_INC -I%mnp/xios-2.0/inc #%XIOS_LIB -L%mnp/xios-2.0/lib -lxios %XIOS_INC -I%mnp/xios-1.0/inc %XIOS_LIB -L%mnp/xios-1.0/lib -lxios %NCDF_LIB -L%mnp/lib -lnetcdff -lnetcdf -lmpi -lhdf5_hl -lhdf5 -lz -lstdc++ %CPP cpp %FC mpiifort %FCFLAGS -r8 -O3 -traceback %FFLAGS -r8 -O3 -traceback %LD mpiifort %FPPFLAGS -P -C -traditional %LDFLAGS %AR ar %ARFLAGS -r %MK gmake %USER_INC %XIOS_INC %NCDF_INC %USER_LIB %XIOS_LIB %NCDF_LIB #%USER_INC %NCDF_INC #%USER_LIB %NCDF_LIB #%USER_INC %NCDF_INC %HDF5_INC #%USER_LIB %NCDF_LIB %HDF5_LIB