Re: [O-MPI devel] p2p linpack ---

2005-09-26 Thread Galen M. Shipman
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

[O-MPI devel] [PATCH] Update Open MPI for new libibverbs API

2005-09-26 Thread Roland Dreier
[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

Re: [O-MPI devel] ompi_info Seg Fault, missing component -- linux (fwd)

2005-09-26 Thread Ferris McCormick
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

Re: [O-MPI devel] ompi_info Seg Fault, missing component -- linux (fwd)

2005-09-26 Thread Ferris McCormick
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

Re: [O-MPI devel] mpif.h problems

2005-09-26 Thread Jeff Squyres
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

Re: [O-MPI devel] mpif.h problems

2005-09-26 Thread David R. (Chip) Kent IV
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