Support libraries

Experimental html version of Parallel Programming in MPI, OpenMP, and PETSc by Victor Eijkhout. download the textbook at https:/theartofhpc.com/pcse
\[ \newcommand\inv{^{-1}}\newcommand\invt{^{-t}} \newcommand\bbP{\mathbb{P}} \newcommand\bbR{\mathbb{R}} \newcommand\defined{ \mathrel{\lower 5pt \hbox{${\equiv\atop\mathrm{\scriptstyle D}}$}}} \] 46.1 : SimGrid
46.2 : Other
Back to Table of Contents

46 Support libraries

There are many libraries related to parallel programming to make life easier, or at least more interesting, for you.

46.1 SimGrid

crumb trail: > libraries > SimGrid

SimGrid  [simgrid-homepage] is a simulator for distributed systems. It can for instance be used to explore the effects of architectural parameters. It has been used to simulate large scale operations such as HPL   [cornebize:EmulateHPCms]  .

46.2 Other

crumb trail: > libraries > Other

ParaMesh

Global Arrays

Hdf5 and Silo

Back to Table of Contents