# 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 = -O0 -i4 -r8 -w95 -mp -g -mcmodel=large -fp-stack-check #-fp-stack-check -heap-arrays 1 -pad -mcmodel=large FC = /opt/intel/fce/10.1.015/bin/ifort LD = /opt/intel/fce/10.1.015/bin/ifort CPPFLAGS = -I/home/hdietze/usr/netcdf/include LDFLAGS = -L/home/hdietze/usr/netcdf/lib -lnetcdf CFLAGS = -D__IFC