Well, looks like we found the problem.
The memory free callback was incorrect. We were just looking for the
base address of the free in the tree. Here is why this didn't work
Probably wouldn't compile but works for an explanation:
buf = malloc(40*1024); /* malloc 10 pages */
/* send the s
[It's somewhat annoying to have to subscribe to de...@open-mpi.org
just to be able to send patches, but oh well...]
This patch updates Open MPI for the new ibv_create_cq() API.
Signed-off-by: Roland Dreier
--- ompi/mca/btl/openib/btl_openib.c(revision 7507)
+++ ompi/mca/btl/openib/btl_open
On Mon, 2005-09-26 at 14:59 +, Ferris McCormick wrote:
> On Fri, 2005-09-16 at 11:35 -0500, Brian Barrett wrote:
> > On Sep 16, 2005, at 8:44 AM, Ferris McCormick wrote:
> >
> > > ==
> > > fmccor@polylepis util [235]% ./opal_timer
> > > --> frequency: 90
On Fri, 2005-09-16 at 11:35 -0500, Brian Barrett wrote:
> On Sep 16, 2005, at 8:44 AM, Ferris McCormick wrote:
>
> > ==
> > fmccor@polylepis util [235]% ./opal_timer
> > --> frequency: 9
> > --> cycle count
> > Slept approximately 903151189 cycle
Ok, thanks.
I apologize -- I made this fix several days ago and forgot to commit
it. :-\
We try not to commit changes to the configure/build system during the
US work day, so I'll commit this stuff tonight (i.e., should be in
tomorrow's tarball).
On Sep 26, 2005, at 8:24 AM, David R. (C
I was able to get the code to compile and run by including only these 3
constants. Thanks for fixing this.
Chip
On Fri, Sep 23, 2005 at 11:35:14AM -0400, Jeff Squyres wrote:
> On Sep 21, 2005, at 3:37 PM, David R. (Chip) Kent IV wrote:
>
> > I managed to find a number of problems with the mpif