From 3f08a05b2c855e85948475387d40e9ee22834b81 Mon Sep 17 00:00:00 2001 From: Laurie Date: Wed, 4 Oct 2017 12:06:49 -0600 Subject: [PATCH] Reduce optimization for GFS_diagnostics.F90: reduces compilation time and eliminates compile failure for Intel >17.x M modified: makefile --- makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/makefile b/makefile index 2a92e1523..e99aaf95b 100644 --- a/makefile +++ b/makefile @@ -173,6 +173,9 @@ $(LIBRARY): $(OBJS) ./radiation_aerosols.o : ./gfsphys/radiation_aerosols.f $(FC) $(FFLAGS) $(OTHER_FFLAGS) -xCORE-AVX-I -c $< -o $@ +./GFS_layer/GFS_diagnostics.o : ./GFS_layer/GFS_diagnostics.F90 + $(FC) $(FFLAGS) $(OTHER_FFLAGS) -O0 -c $< -o $@ + .PHONY: clean clean: @echo "Cleaning gfsphysics ... "