Re: [Libmesh-users] question about communicators

2016-11-29 Thread Roy Stogner
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

[Libmesh-users] question about communicators

2016-11-29 Thread Michael Povolotskyi
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