# Ada IBM x3750 at french IDRIS, http://www.idris.fr/ada/ada-hw-ada.html # 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/smplocal/pub/NetCDF/4.1.3/include %NCDF_LIB -L/smplocal/pub/NetCDF/4.1.3/lib -lnetcdff -lnetcdf -lnetcdf_c++ -L/smplocal/pub/HDF5/1.8.9/seq/lib -lhdf5hl_fortran -lhdf5_hl -lhdf5_fortran -lhdf5 -Bdynamic -lz %FC mpiifort -c -cpp %FCFLAGS -DCPP_PARA -i4 -r8 -O3 -xAVX -fp-model precise %FFLAGS %FCFLAGS %LD mpiifort %LDFLAGS %FPPFLAGS -P -C -traditional %AR ar %ARFLAGS rs %MK gmake %USER_INC %NCDF_INC %USER_LIB %NCDF_LIB