Skip to content

Commit

Permalink
fix the PFFLAG assignment when BUILD_WFA_PARALLEL is set
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaGuarracino committed Aug 13, 2022
1 parent b8df649 commit 0e2601f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wavefront/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ SRCS=$(addsuffix .c, $(MODULES))
OBJS=$(addprefix $(FOLDER_BUILD)/, $(SRCS:.c=.o))

ifeq ($(BUILD_WFA_PARALLEL),1)
PFLAGS=-DWFA_PARALLEL -fopenmp
PFLAGS=-fopenmp #-DWFA_PARALLEL
endif
#CC_XFLAGS+=-fopt-info-vec-optimized

Expand Down

0 comments on commit 0e2601f

Please sign in to comment.