Hybrid OpenMP / MPI programming  
This presentation file explains why the hybrid of MPI/OpenMP programming is required.
It comes with the examples and strategies.
Also, it talks about when the hybrid mode performs better.

http://www.nersc.gov/nusers/services/tr ... hybrid.ppt

Also, here are the paper list focusing on the performance in hybrid MPI/OpenMP applications.

1. Felix Wolf, et. al, "Automatic performance anlysis of hybrid MPI/OpenMP applications", Journal of Systems Architecture 2003.

2. Laksono Adhianto, et. al, "Performance Modeling of Communication and Computation in Hybrid MPI/OpenMP applications", ICPADS 2006.

3. Edmond Chow, et. al, "Assessing Performance of Hybrid MPI/OpenMP Programs on SMP Clusters"
  |  permalink
The Parallel Workloads Archive 
The Parallel Workloads Archive is an archive of real workload submission and execution data from real clusters from 1993 to the present. It supports a unified log file format (the Standard Workload Format, SWF) so that data from diverse sources can be analyzed together. With over 3 million jobs from 21 clusters, there's plenty of information to be had. It's maintained by Dror Feitelson of the Hebrew University of Jerusalem.

You can either visit the original Parallel Workloads Archive or our mirror of the site.
  |  permalink  |  related link

Back