#
# Include this file in Makefile for Intel ifort compiler on NCAR yellowstone.
#
# Proper modules must be loaded before building on yellowstone:
#   module list			See list of currently loaded modules
#   module load ncl		Load libraries for ncar graphics
#   module load intel           Load intel compiler, OR
#   module switch pgi intel     Switch from other compiler, e.g. pgi, to intel
#
SHELL    = /bin/sh
FC       = ifort

DBGFLAGS = -debug full -traceback 
DBGFLAGS += -check bounds -check format -check output_conversion -check pointers -check uninit

 FFLAGS   = -O2 -DLINUX
#FFLAGS   = -O0 -DLINUX $(DBGFLAGS)
#
LIBS = -lhlu -lncarg -lncarg_gks -lncarg_c -lXpm -lX11 -lXext  -lcairo -lfontconfig -lpixman-1 -lfreetype -lexpat -lpng -lz -lpthread -lbz2 -lXrender -lgfortran -liomp5 -lnetcdf

