Skip to content

LibDistributed version 0.0.9

Compare
Choose a tag to compare
@robertu94 robertu94 released this 10 Aug 16:38
· 12 commits to master since this release

LibDistributed version 0.0.9

Major Changes:

  • Added serialization support for std::string
  • Added work_queue_options to provide customization points for
    parallelism, specifically work group sizes and root process
  • Queue can now have multiple processes per worker or for the master
  • TaskManager now returns get_subcommunicator for nested parallelism

Minor Changes:

Encapsulated some of the calls to MPI, future versions of LibDistributed
may support different distributed programming frameworks