/ibmppl

IBM Parallel Programming Library

##IBM Parallel Programming Library

======

The IBMPPL is a parallel C++ library to help develop distributed, parallel graph applications.

Key features

  • Scheduling runtime
    • for_each parallel construct
    • task graph scheduling
  • Data structure abstraction
    • graph (w/ persistency support)
    • distributed array
  • Key-value store

Examples

Under Construction!

More Information