- CODE
Visual parallel programming system, allowing users to compose sequential programs into a parallel one.
www.cs.utexas.edu/users/code
- Erlang
A concurrent programming language designed for programming soft real-time applications
www.erlang.org
- NESL: A Parallel Programming Language
A functional data-parallel language. It was designed to allow for clean and simple descriptions of parallel algorithms and applications, and to be well suited for teaching parallel algorithms. The current implementation is portable across several parallel machines.
www.cs.cmu.edu/~scandal/nesl.html
- pC++/Sage++ Information Home Page
PC++ is a portable parallel C++ for high performance computers. pC++ is a language extention to C++ that permits data-parallel style opertations.
www.extreme.indiana.edu/sage
- Titanium
A parallel dialect of Java for large-scale scientific computing. It is an explicitly parallel language with a SPMD model of execution.
www.cs.berkeley.edu/Research/Projects/titanium
|