Re: [OMPI devel] [patch] Invalid MPI_Status for null or inactive request

2012-10-04 Thread Kawashima, Takahiro
Hi Open MPI developers, > > > The bugs are: > > > > > > (1) MPI_SOURCE of MPI_Status for a null request must be MPI_ANY_SOURCE. > > > > > > (2) MPI_Status for an inactive request must be an empty status. > > > > > > (3) Possible BUS errors on sparc64 processors. > > > > > > r23554 fixed possible

Re: [OMPI devel] [patch] Invalid MPI_Status for null or inactive request

2012-10-04 Thread Kawashima, Takahiro
Hi Eugene, > > I found some bugs in Open MPI and attach a patch to fix them. > > > > The bugs are: > > > > (1) MPI_SOURCE of MPI_Status for a null request must be MPI_ANY_SOURCE. > > > > (2) MPI_Status for an inactive request must be an empty status. > > > > (3) Possible BUS errors on sparc64 proc

Re: [OMPI devel] [patch] Invalid MPI_Status for null or inactive request

2012-10-04 Thread Eugene Loh
On 10/04/12 07:00, Kawashima, Takahiro wrote: (1) MPI_SOURCE of MPI_Status for a null request must be MPI_ANY_SOURCE. This bug is caused by a use of an incorrect variable in ompi/mpi/c/wait.c (for MPI_Wait) and by an incorrect initialization of ompi_request_null in ompi/request/request.

Re: [OMPI devel] git tree mirror: I give up :-(

2012-10-04 Thread Brice Goglin
I don't see any git-svn line in the commit messages, those are very helpful when one want to see a specific commits using its SVN revision. Brice Le 04/10/2012 15:41, Jeff Squyres a écrit : > It would probably be better to ask one of the other git-interested people. > > Bert? Brice? Nathan? >

Re: [OMPI devel] [patch] Invalid MPI_Status for null or inactive request

2012-10-04 Thread Eugene Loh
On 10/4/2012 4:00 AM, Kawashima, Takahiro wrote: > Hi Open MPI developers, > > I found some bugs in Open MPI and attach a patch to fix them. > > The bugs are: > > (1) MPI_SOURCE of MPI_Status for a null request must be MPI_ANY_SOURCE. > > (2) MPI_Status for an inactive request must be an empty stat

Re: [OMPI devel] git tree mirror: I give up :-(

2012-10-04 Thread Jeff Squyres
It would probably be better to ask one of the other git-interested people. Bert? Brice? Nathan? Can you check that the git mirror appears to be functioning properly? On Oct 3, 2012, at 4:09 PM, Eugene Voronov wrote: > Hi Jeff, > Could you check please the repository on github, I started syn

[OMPI devel] [patch] Invalid MPI_Status for null or inactive request

2012-10-04 Thread Kawashima, Takahiro
Hi Open MPI developers, I found some bugs in Open MPI and attach a patch to fix them. The bugs are: (1) MPI_SOURCE of MPI_Status for a null request must be MPI_ANY_SOURCE. 3.7.3 Communication Completion in MPI-3.0 (and also MPI-2.2) says an MPI_Status object returned by MPI_{Wait|Test}{|any