Skip to content

Commit

Permalink
Lower optimization in Depends file
Browse files Browse the repository at this point in the history
  • Loading branch information
amametjanov committed Oct 18, 2017
1 parent 28fe586 commit 8206fc6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/acme/machines/Depends.mira
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,8 @@ advance_xm_wpxp_module.o: advance_xm_wpxp_module.F90
advance_wp2_wp3_module.o: advance_wp2_wp3_module.F90
$(FC) -c $(INCLDIR) $(INCS) $(FFLAGS) $(FREEFLAGS) -Q! $<
### end

# lower -O flag for ne120-coupled cases
ifneq (,$(and $(findstring a%ne120,$(shell $(CASEROOT)/xmlquery --value GRID --caseroot $(CASEROOT) )),$(findstring MPASO,$(shell $(CASEROOT)/xmlquery --value COMPSET --caseroot $(CASEROOT) ))))
FFLAGS:=$(subst O3,O2,$(FFLAGS))
endif

0 comments on commit 8206fc6

Please sign in to comment.