- Jaguar - Java Access to Generic Underlying Architectural Resources - http://www.cs.berkeley.edu/~mdw/proj/jaguar/
Jaguar is an extension of the Java runtime environment which enables direct Java access to operating system and hardware resources, such as fast network interfaces, memory-mapped and programmed I/O, and specialized machine instruction sets.
- Piranha - http://www.cs.yale.edu/HTML/YALE/CS/Linda/piranha.html
Papers about adaptive parallelism.
- SGI: Message-Passing Toolkit - http://www.sgi.com/software/mpt/overview.html
Implementations of MPI and PVM for IRIX. Documentation and download.
- NetSolve - http://www.cs.utk.edu/netsolve/
A client-server system that enables users to solve complex scientific problems remotely using a variety of languages. Documentation and software available.
- AppleSeed - http://exodus.physics.ucla.edu/appleseed/
Information for clustering and writing programs for Macintoshes using MPI. Source code, tutorials, and benchmarks.
- OpenMP - http://www.openmp.org/
An API for multi-platform shared-memory parallel programming in C/C++ and Fortran. Specification, presentations, event calendar, and sample programs.
|