Skip to content

Commit

Permalink
Merge pull request #18 from climbfuji/ccpp-radiation-noopt-clean
Browse files Browse the repository at this point in the history
Reduce optimization for GFS_diagnostics.F90 to avoid compile failure of GFS_diagnostics.F90 with Intel > 17.x.
  • Loading branch information
climbfuji authored Nov 21, 2017
2 parents 3bea238 + 3f08a05 commit 5def3f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,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 ... "
Expand Down

0 comments on commit 5def3f2

Please sign in to comment.