# template for the Intel fortran compiler version 8 # typical use with mkmf # mkmf -t template.ifc -c"-Duse_libMPI -Duse_netCDF" path_names /usr/local/include FFLAGS = -stack_temps -safe_cray_ptr -ftz -i_dynamic -assume byterecl -O2 -i4 -r8 -w95 CPPFLAGS = -I/usr/include -I/usr/local/include FC = ifort LD = ifort LDFLAGS = -L/usr/local/lib -lnetcdf_ifc CFLAGS = -D__IFC