RSS 3 projects tagged "parallel programming"

Download Website Updated 15 Apr 2013 jug

Screenshot
Pop 191.05
Vit 24.72

Jug is a task-based parallelism framework. Jug allows you to write code that is broken up into tasks and run different tasks on different processors. It uses the filesystem to communicate between processes and works correctly over NFS, so you can coordinate processes on different machines. Jug is a pure Python implementation and should work on any platform that can run Python.

Download Website Updated 30 Jun 2010 PyMW

Screenshot
Pop 47.75
Vit 1.00

PyMW is a Python module for parallel master-worker computing in a variety of environments. With the PyMW module, users can write a single program that scales from multicore machines to global computing platforms.

No download Website Updated 05 Oct 2010 Charm++

Screenshot
Pop 24.52
Vit 1.00

Charm++ is a portable adaptive runtime system for parallel applications. Application developers create an object-based decomposition of the problem of interest, and the runtime system manages issues of communication, mapping, load balancing, fault tolerance, and more. Sequential code implementing the methods of these parallel objects is written in C++. Calls to libraries in C++, C, and Fortran are common and straightforward. Charm++ is portable across individual workstations, clusters, accelerators (Cell SPEs and GPUs), and supercomputers such as those sold by IBM (Blue Gene, POWER) and Cray (XT3/4/5/6). Applications based on Charm++ are used on at least 5 of the 20 most powerful computers in the world.

Screenshot

Project Spotlight

PMD

A Java source code analyzer.

Screenshot

Project Spotlight

LibRaw

A library for reading raw photo images.