Implement vector broadcast

Issue #102 resolved
Dan Bonachea created an issue

The vector-based second overload of broadcast:

template <typename T> 
future <> broadcast(T *buffer , std::size_t count , 
 intrank_t sender , team &team = world()); 

is currently unimplemented.

Comments (6)

  1. Dan Bonachea reporter

    This issue was triaged at the 2018-06-13 Pagoda meeting and assigned a new milestone/priority.

    We noted this feature is currently in the spec and a key part of the milestone deliverable. Before release this needs to either be implemented or (as a last resort) removed from spec.

  2. Log in to comment