macro.ifort 235 B

12345678910111213
  1. # Makefile for CDFTOOLS
  2. # --------------------------------------------------------------
  3. NCDF_DIR=/opt/netcdf_intel11
  4. NCDF= -I$(NCDF_DIR)/include -L$(NCDF_DIR)/lib -lnetcdf
  5. # -lnetcdff
  6. F90=ifort
  7. FFLAGS= -O3 -module ./mod $(NCDF)