Skip to content

Add an overload of printGrid that does not need an MPIHelper

Simon Praetorius requested to merge issue/print-grid-without-mpihelper into master

The function printGrid expects an MPIHelper as argument to construct a unique output filename. This is only necessary if this function is called in a parallel environment. This MR adds a simple overload that does not need such an MPIHelper and just uses the passed output filename. The old function still exists and appends the processor rank to the filename using the new overlad of the printGrid function.

Merge request reports

Loading