Advanced Parallel Methods
The methods here build on the basic MPI workflow described in
MPI Distribute Domain-first parallel workflow (distribute). They are intended for large production runs, HPC
cluster deployments, or situations where the standard distribute approach
is not sufficient (e.g. meshes too large to fit in memory on a single node).
See also
- Parallelisation
The simple parallel workflow (OpenMP and basic MPI distribute) that most users should start with.