<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<div dir="ltr">
<div>The value of "owner" should fit in PetscMPIInt. But if you change prototype of the two functions, you have to change all their uses.</div>
<div>In petsc, values representing MPI ranks are not always of type PetscMPIInt. Only those closely tied to MPI routines are in PetscMPIInt.</div>
<br clear="all">
<div>
<div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">
<div dir="ltr">--Junchao Zhang</div>
</div>
</div>
<br>
</div>
<br>
<div class="gmail_quote">
<div dir="ltr" class="gmail_attr">On Wed, Oct 16, 2019 at 5:19 AM Pierre Jolivet via petsc-dev <<a href="mailto:petsc-dev@mcs.anl.gov">petsc-dev@mcs.anl.gov</a>> wrote:<br>
</div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Hello,<br>
These two functions use a parameter “owner” of type PetscInt*.<br>
Shouldn’t this be PetscMPIInt*?<br>
This implies changes left and right, so I want to check I’m not pushing an incorrect MR.<br>
<br>
Thanks,<br>
Pierre</blockquote>
</div>
</body>
</html>