Skip to content

Commit

Permalink
FDS makefile : add openmp flag for ccib.f90 if needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosvanella committed Nov 25, 2024
1 parent cb1f063 commit dcd4d09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Build/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ setup_win:

# Files which have OpenMP compiler directives are compiled using the FOPENMPFLAG and can be enabled/disabled on a per-file basis.

ccib.o: FFLAGS += $(FOPENMPFLAGS)
divg.o: FFLAGS += $(FOPENMPFLAGS)
func.o: FFLAGS += $(FOPENMPFLAGS)
mass.o: FFLAGS += $(FOPENMPFLAGS)
Expand All @@ -164,6 +165,7 @@ radi.o: FFLAGS += $(FOPENMPFLAGS)
wall.o: FFLAGS += $(FOPENMPFLAGS)
main.o: FFLAGS += $(FOPENMPFLAGS)

ccib.obj: FFLAGS += $(FOPENMPFLAGS)
divg.obj: FFLAGS += $(FOPENMPFLAGS)
func.obj: FFLAGS += $(FOPENMPFLAGS)
mass.obj: FFLAGS += $(FOPENMPFLAGS)
Expand Down

0 comments on commit dcd4d09

Please sign in to comment.