Skip to content

Commit dcd4d09

Browse files
committed
FDS makefile : add openmp flag for ccib.f90 if needed.
1 parent cb1f063 commit dcd4d09

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Build/makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ setup_win:
154154

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

157+
ccib.o: FFLAGS += $(FOPENMPFLAGS)
157158
divg.o: FFLAGS += $(FOPENMPFLAGS)
158159
func.o: FFLAGS += $(FOPENMPFLAGS)
159160
mass.o: FFLAGS += $(FOPENMPFLAGS)
@@ -164,6 +165,7 @@ radi.o: FFLAGS += $(FOPENMPFLAGS)
164165
wall.o: FFLAGS += $(FOPENMPFLAGS)
165166
main.o: FFLAGS += $(FOPENMPFLAGS)
166167

168+
ccib.obj: FFLAGS += $(FOPENMPFLAGS)
167169
divg.obj: FFLAGS += $(FOPENMPFLAGS)
168170
func.obj: FFLAGS += $(FOPENMPFLAGS)
169171
mass.obj: FFLAGS += $(FOPENMPFLAGS)

0 commit comments

Comments
 (0)