<div dir="ltr">To confirm, are you casting A to PetscObject? e.g.<div><br></div><div>     MPI_Comm comm;</div><div>     /* ... */</div>     PetscObjectGetComm((PetscObject)A,&comm);<div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Am Mi., 22. Apr. 2020 um 07:11 Uhr schrieb Marius Buerkle <<a href="mailto:mbuerkle@web.de">mbuerkle@web.de</a>>:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
What is PetscObjectGetComm expected to return? I thought it would give the MPI communicator the object lives on. So if I create A matrix on PETSC_COMM_WORLD a call of PetscObjectGetComm for A it would return PETSC_COMM_WORLD? But it seems to return something else, and while most of the nodes return a similar communicator some are giving a different one. That said, is there a way to get the MPI communicator a matrix lives on?<br>
<br>
Best,<br>
Marius<br>
</blockquote></div>