berkeley-container-library / bcl

The Berkeley Container Library
BSD 3-Clause "New" or "Revised" License
120 stars 18 forks source link

UPC++ backend not compiling #13

Open nikolan00 opened 3 years ago

nikolan00 commented 3 years ago

Compiling a program with UPC++ throws errors, especially in the associated "backend.hpp" file.

This is the code I use in the given example Makefile:

else ifeq ($(BACKEND), UPCXX) BACKEND=UPCXX CXX=$(HOME)/opt/upcxx/bin/upcxx BCLFLAGS = -DUPCXX -I$(BCLROOT) BCL_RUN=$(HOME)/opt/upcxx/bin/upcxx-run

BenBrock commented 3 years ago

So sorry for the late response---for some reason, my notifications must not be working properly, and I only noticed this issue now. I'm planning on an overhaul of the UPC++ backend (it is not fully functional as of right now), and will plan to add that within the next week or so.