When a simulation is run in parallel with `mpirun`, info messages (e.g. [here](https://github.com/festim-dev/FESTIM/blob/31864c86690750ab854942c82110c3f711187246/festim/generic_simulation.py#L460), [here](https://github.com/festim-dev/FESTIM/blob/31864c86690750ab854942c82110c3f711187246/festim/temperature/temperature_solver.py#L135), etc.) are printed by each rank. Before #731, a simple solution can be to call `print` if `fenics.MPI.comm_world.rank == 0`.