habanero-rice / hclib

A C/C++ task-based programming model for shared memory and distributed parallel computing.
http://habanero-rice.github.io/hclib/
BSD 3-Clause "New" or "Revised" License
71 stars 35 forks source link

Add support for Honeycomb simulator #74

Closed srirajpaul closed 5 years ago

srirajpaul commented 5 years ago

resolves #71

Add the context switching assembly for honeycomb. Make unsupported libraries (e.g. dlopen) compile only conditionally. Add honeycomb architecture to Configure/Makefile scripts.

srirajpaul commented 5 years ago

@agrippa Please take a look.