Satish, what was the rationale behind this commit? I can't think of an excuse for making them be literally the same.<br><br><div class="gmail_quote">On Mon, Jul 16, 2012 at 11:11 AM, Satish Balay <span dir="ltr"><<a href="mailto:balay@mcs.anl.gov" target="_blank">balay@mcs.anl.gov</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div id=":7mu">Actually for np=1 MPI_COMM_SELF==MPI_COMM_WORLD.<br>
<br>
mpi.h was changed to reflect this  - but mpif.h was not.<br>
<br>
Satish<br>
<br>
----------<br>
balay@petsc:~/Petsc-historic/src/sys/src/mpiuni $ rcsdiff -r1.52 -r1.53 mpi.h<br>
===================================================================<br>
RCS file: RCS/mpi.h,v<br>
retrieving revision 1.52<br>
retrieving revision 1.53<br>
diff -r1.52 -r1.53<br>
1c1<br>
< /* $Id: mpi.h,v 1.52 1997/07/28 21:41:02 balay Exp $ */<br>
---<br>
> /* $Id: mpi.h,v 1.53 1997/08/21 01:06:19 balay Exp $ */<br>
22c22<br>
< #define MPI_COMM_SELF        2<br>
---<br>
> #define MPI_COMM_SELF        MPI_COMM_WORLD<br>
427c427<br>
<                       (MPIUNI_TMP = (void *) (comm), \<br>
---<br>
>                       (*(newcomm) =  (comm), \<br>
429d428<br>
<                       MPIUNI_TMP = (void *) (newcomm), \</div></blockquote></div><br>