Skip to content
dcalhoun edited this page Feb 26, 2023 · 3 revisions

Introduction to Parallel Computing (ME471)

This is the Wiki for ME 471/571 - 'Introduction to Parallel Computing'.

Please use this Wiki to keep up with what we have done in class, and to download any scripts or course code that is needed.

The course Website is ME471

Some useful and interesting links

Python

C programming language

MPI

  • MPI Tutorial. A Tutorial provided by the University of Cottbus (Germany).

  • LLNL MPI Reference. Tutorial provided by Lawrence Livermore National Lab.

  • MPI Forum. This link provides latest information on the MPI Standard.

  • MPI Documentation

  • Using MPI and Using Advanced MPI (written by William Gropp, ond of the original authors of MPICH).

  • OpenMPI. This is a well-laid out website which makes it easy to find all MPI commands, and descriptions of functions often goes beyond what is available on on MPICH sites.

Numerical Methods

GPU Programming

Other interesting links