Skip to content

MPI usage example

Martin Lange requested to merge feature/formind-mpi-dummy into main

As Formind requires a model instance per grid cell, we will need to utilize MPI here. MPI can at the same time be used to bridge between Python and C++.

This example demonstrates MPI spawning, and communication between multiple Formind dummy instances and the FINAM wrapper coordinating them.

Merge request reports