EPCC: HPF Course Notes. This is a set of student notes for a course on HPF
by Ewing, Richardson, and Simpson at the Edinburgh Parallel Computing Center. It
contains 11 sections and one section of exercises.
HPF/F90 course slides. This set of slides were put together for a
course entitled Writing Data Parallel Programs with High Performance Fortran at
EPCC.
The Fortran Library
(aka FLIB) is repository of fortran code mainly in Fortran90
and 77 to run various scientific and engineering tasks.
A list of MPI implementations for
various systems from Ohio Supercomputer Center. This is
quite a valuable list of both commercial as well as publicly available
MPI implementations. Each entry gives the name of the package, author or
owner, current version, MPI functions implemented, availability of the code,
and supported systems.
MPI
Tutorials is a list of tutorials as well as other documents
on learning MPI such as FAQs, lessons learned, MPI-inspired definitions,
and quick overviews from Argonne National Laboratory.
The most widely studied and analyzed algorithms in the field of
Computer Science are the sorting algorithms. Here are few of them
implemented in Java.
Jon Hardwick of CMU has an excellent page for
Java Optimization Resources. It lists resources for
optimization as well as benchmarking and pointers to yet more resources.
MPI Java Wrapper is a set of Java Wrappers to MPI
implemented sing Java 1.0 native class interface.