MPI usage example
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.