cashocs.log.set_comm#

cashocs.log.set_comm(
comm: MPI.Comm,
) None#

Sets the MPI communicator used for logging.

This should be the same that is supplied for the mesh generation, otherwise the program could hang indefinitely.

Parameters:

comm (MPI.Comm) – The MPI communicator for logging.

Return type:

None