On Tue, 29 Nov 2016, Michael Povolotskyi wrote:
> in libmesh one can set communicator in the LibMeshInit and in the Mesh
> constructor.
>
> Imagine, that my Mesh is serial, defined on MPI_COMM_SELF, exists on
> every MPI process.
>
> I want to solve the system only on one MPI process, then I will
Dear developers,
in libmesh one can set communicator in the LibMeshInit and in the Mesh
constructor.
Imagine, that my Mesh is serial, defined on MPI_COMM_SELF, exists on
every MPI process.
I want to solve the system only on one MPI process, then I will
broadcast solution.
Which communicator