Improve guide's broadcast example

Issue #575 resolved
Dan Bonachea created an issue

The current broadcast example in the programmer's guide is very artificial and could use improvement.

Also it lacks a backing code file to enable regression testing of the snippet.

Comments (1)

  1. Dan Bonachea reporter

    example/prog-guide: Improve the broadcast example

    It now demonstrates how to efficiently broadcast a std::vector whose size is initially known only by the root rank.

    Resolves issue #575

    → <<cset 744a2b1c037e>>

  2. Log in to comment