Re: [OMPI devel] [OMPI svn] svn:open-mpi r26180

2012-03-22 Thread Ralph Castain
Thanks! On Mar 22, 2012, at 6:12 PM, Jeffrey Squyres wrote: >> From the context of the code, I'm assuming it's supposed to be MPI_SOURCE. >> I'll commit shortly. > > > On Mar 22, 2012, at 7:54 PM, Ralph Castain wrote: > >> Yo Brian >> >> I believe you have an error in this commit: >> >> pm

Re: [OMPI devel] [OMPI svn] svn:open-mpi r26180

2012-03-22 Thread Jeffrey Squyres
>From the context of the code, I'm assuming it's supposed to be MPI_SOURCE. >I'll commit shortly. On Mar 22, 2012, at 7:54 PM, Ralph Castain wrote: > Yo Brian > > I believe you have an error in this commit: > > pml_ob1_iprobe.c:113: error: 'ompi_status_public_t' has no member named > 'MPI_S

Re: [OMPI devel] [OMPI svn] svn:open-mpi r26180

2012-03-22 Thread Ralph Castain
Yo Brian I believe you have an error in this commit: pml_ob1_iprobe.c:113: error: 'ompi_status_public_t' has no member named 'MPI_STATUS' I checked the definition of that struct, and the error is correct - there is no such member. What should it be? Ralph On Mar 22, 2012, at 4:55 PM, brbar.