SHELL= /bin/sh #ISIZE = 4 #RSIZE = 4 COMP= ifort LIBS= #LDFLAGS= LDFLAGS= #FFLAGS= -O2 -check bounds -check format -xHost -fpe0 -i$(ISIZE) -real-size 32 #FFLAGS= -g -O0 -check bounds -check format -xHost -fpe0 #FFLAGS= -O2 -check bounds -check format -xHost -fpe0 #FFLAGS= -O2 -traceback -check bounds -check format -xHost -fpe0 FFLAGS= -O3 -g -traceback -convert big_endian ens_trak_ave: ens_trak_ave.f @echo " " @echo " Compiling the ensemble track averaging program....." $(COMP) $(FFLAGS) $(LDFLAGS) ens_trak_ave.f $(LIBS) -o ens_trak_ave @echo " "