VPATH=./src
#LINUX INTEL
# default fortran compiler is f95
# Run the command "make FC=gfortran" to override default compiler
#
FC=f95
FLAGS=-fcray-pointer -ffixed-line-length-none -O3 -DLINUX -DIFC 

include $(VPATH)/genericLinux.mk

