dist_array: mutex optimization

Issue #327 new
Dan Bonachea created an issue

Copied from extras PR #12:

mutex field to be a wrapper that compiles away to nothing (or an empty struct) for the default single-thread instantiation, to avoid potentially introducing a linker dependency on the thread library that wouldn't otherwise be present.

Comments (3)

  1. Dan Bonachea reporter
    • removed milestone

    dist_array lives in upcxx-extras and is not coupled to UPC++ release milestones

  2. Log in to comment