There are two compile issues in src/arch/cuda/hybridAPI/hapi_impl.cpp:
- The declaration
extern "C" double CmiWallTimer(); causes a conflict with that in converse.h
- There are calls to
CmiInCommThread() which isn't available. Should this call always return false?