Skip to content

Commit

Permalink
disable TBB and related because they keep breaking it
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffhammond committed Jul 20, 2023
1 parent 3de3cd8 commit 6554741
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cxx11/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ ifdef OCCADIR
endif
OCCAFLAGS = -I${OCCADIR}/include -Wl,-rpath -Wl,${OCCADIR}/lib -L${OCCADIR}/lib -locca

.PHONY: all clean vector valarray openmp target opencl taskloop tbb stl pstl \
.PHONY: all clean vector valarray openmp target opencl taskloop stl \
ranges kokkos raja cuda cublas sycl dpcpp \
boost-compute thrust executor oneapi onemkl

EXTRA=
ifneq ($(findstring nvc++,$(CXX)),nvc++)
EXTRA += ranges stl pstl
EXTRA += ranges stl #pstl tbb # TBB keeps breaking due to API changes
endif
ifneq ($(OPENACCFLAG),)
EXTRA += openacc
Expand Down

0 comments on commit 6554741

Please sign in to comment.