Skip to content

Commit

Permalink
Merge pull request #169 from Goddard-Fortran-Ecosystem/bugfix/#164-op…
Browse files Browse the repository at this point in the history
…enmp-propagation

Fix the fix.
  • Loading branch information
tclune authored Dec 8, 2019
2 parents 122aa1b + 3f6aca3 commit 69d0f9b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/PFUNIT.mk.in
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ PFUNIT_BIN_DIR := $(PFUNIT_TOP_DIR)/bin
PFUNIT_INCLUDE_DIR := $(PFUNIT_TOP_DIR)/include

PFUNIT_EXTRA_FFLAGS := -I$(GFTL_INCLUDE_DIR) -I$(GFTL_SHARED_INCLUDE_DIR) -I$(FARGPARSE_INCLUDE_DIR) -I$(PFUNIT_INCLUDE_DIR) -I.
PFUNIT_EXTRA_FFLAGS += @OpenMP_Fortran_FLAGS@
ifeq ($(USEMPI),YES)
PFUNIT_EXTRA_FFLAGS += $(foreach inc,$(subst ;, ,@MPI_Fortran_INCLUDE_DIRS@), -I$(inc))
endif
Expand Down

0 comments on commit 69d0f9b

Please sign in to comment.