I just added a pile of bullets into NEWS for 1.3.2:
https://svn.open-mpi.org/trac/ompi/changeset/21005
Please go edit ASAP if you know of any missing bullets, changes that
you want, etc.
--
Jeff Squyres
Cisco Systems
Does anyone have any objections to this ticket for the v1.5 series?
On Apr 14, 2009, at 4:21 PM, Open MPI wrote:
#1881: Remove -lopenmpi-malloc support
+---
Reporter: jsquyres | Owner: jsquyres
Type: en
Yeah, that seemed to do the trick, thank you. I'm curious though, is there a
constant somewhere in code that indicates what the maximum size the PML
header can be? I appreciate it's 32 right now, but I never feel right just
hard coding that in.
2009/4/13 George Bosilca
>
> On Apr 12, 2009, at 21
I googled but found no precise answer...
Is it true that some features are disabled if the code is not
supported for the target platform??
http://www.open-mpi.org/community/lists/devel/2007/07/1896.php
http://www.open-mpi.org/community/lists/devel/2007/07/1886.php
I got everything compiled on MI
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:
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