Skip to content

Commit

Permalink
bring back accidentally deleted option
Browse files Browse the repository at this point in the history
  • Loading branch information
sjsprecious committed Apr 8, 2024
1 parent ea9589c commit d0bfcd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machines/Depends.nvhpc
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@ ifeq ($(DEBUG),FALSE)
$(PUMAS_OBJS): %.o: %.F90
$(FC) -c $(INCLDIR) $(INCS) $(FFLAGS) $(FREEFLAGS) -O3 -fastsse -Mnofma -Mflushz -Mfprelaxed=sqrt $(GPUFLAGS) $<
$(RRTMGP_OBJS): %.o: %.F90
$(FC) -c $(INCLDIR) $(INCS) $(FFLAGS) $(FREEFLAGS) $<
$(FC) -c $(INCLDIR) $(INCS) $(FFLAGS) $(FREEFLAGS) $(GPUFLAGS) $<
endif

0 comments on commit d0bfcd0

Please sign in to comment.