pC++


pC++ is a portable parallel C++ which permits data-parallel style operations using "collection of objects" from some base "element" class. Member functions from this element class can be applied to the entire collection in parallel. This allow programmers to compose distributed data structures with parallel execution semantics.

pC++ also includes a mechanism for encapsulating SPMD style computation in a thread-based computing model.

Back to Extensions homepage


This page is maintained by Nathalie Furmento, Yves Roudier, and Günther Siegel. For all remarks or suggestions, please send us a mail.
Last updated: Wed, Aug 28 1996