Skip to content

Commit

Permalink
restore -DWFA_PARALLEL for WFA intra-sequence parallelization
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaGuarracino committed Aug 14, 2022
1 parent 0e2601f commit 8327065
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ifndef BUILD_TOOLS
BUILD_TOOLS=1
endif
ifndef BUILD_WFA_PARALLEL
BUILD_WFA_PARALLEL=0
BUILD_WFA_PARALLEL=1
endif

###############################################################################
Expand Down
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=-fopenmp #-DWFA_PARALLEL
PFLAGS=-DWFA_PARALLEL -fopenmp
endif
#CC_XFLAGS+=-fopt-info-vec-optimized

Expand Down

0 comments on commit 8327065

Please sign in to comment.