UPC++ backend not compiling
Opened this issue · 1 comments
nikolan00 commented
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
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.