Re: [OMPI devel] 1.3.1 version/subversion discrepancy

2009-04-14 Thread George Bosilca
Rob, Thanks for the report. You're right there was a mismatch between what the MPI_Get_version reported and what was in the mpi.h file. It should be correct now, and I'll push the commit into the upcomming release (1.3.2). Thanks, george. On Apr 14, 2009, at 00:42 , Rob Egan wrote:

[OMPI devel] 1.3.1 version/subversion discrepancy

2009-04-14 Thread Rob Egan
Hello, I just installed Open MPI 1.3.1 and found that the following assertion now fails. MPI_Get_version(&version, &subversion); Assert(version == MPI_VERSION && subversion == MPI_SUBVERSION); This is an excerpt from pyMPI, which I have been using with Open MPI 1.2.7. According to mpi.h, MP