Recommended Parallella Programming Frameworks


EPYTHON

A python based parallel programming environment developed by Nick Brown. Free and open source, ships with default image

Examples

Sources

Blog Posts


OpenSHMEM

A standardized interface to enable portable applications for partitioned global address space (PGAS) architectures. Maintained by Army Research Labs and Browndeer Technology. Free for non-commercial use

Examples

Blog Posts


OpenMP

A standardized pragma based multi-threading programming model developed by University of Ioannina. Free and open source, ships with default image.

Examples

Sources


BSP

A Bulk Synchronous Parallel (BSP) programming environment developed by Coduin. Free and open source.

Examples

Sources