Re: [OMPI devel] pointer_array

2007-12-21 Thread Jeff Squyres
Fixed in https://svn.open-mpi.org/trac/ompi/changeset/17021 -- a simple off-by-one error caused by some logic moving around. On Dec 21, 2007, at 12:19 PM, Jeff Squyres wrote: I'm unfortunately getting some test failures after r17007 when converting between C and C++/F77 handles, such as the

Re: [OMPI devel] [ofa-general] [RFC] XRC -- make receiving XRC QP independent of any one user process

2007-12-21 Thread Tang, Changqing
What we do for heart-beat is using zero-byte rdma_write, the message goes to the peer QP only, there is no need to post anything on remote side, no need for pinned memory. --CQ > -Original Message- > From: Jack Morgenstein [mailto:ja...@dev.mellanox.co.il] > Sent: Friday, December 21

Re: [OMPI devel] pointer_array

2007-12-21 Thread Jeff Squyres
I'm unfortunately getting some test failures after r17007 when converting between C and C++/F77 handles, such as the following (I checked; trunk/r17006 works fine): - [9:17] svbu-mpi:~/svn/ompi-tests/cxx-test-suite % mpirun -np 4 src/ mpi2c++_test Since we made it this far, we will ass

Re: [OMPI devel] [ofa-general] [RFC] XRC -- make receiving XRC QP independent of any one user process

2007-12-21 Thread Tang, Changqing
> -Original Message- > From: Jack Morgenstein [mailto:ja...@dev.mellanox.co.il] > Sent: Friday, December 21, 2007 2:32 AM > To: Tang, Changqing > Cc: pa...@dev.mellanox.co.il; > mvapich-disc...@cse.ohio-state.edu; > gene...@lists.openfabrics.org; Open MPI Developers > Subject: Re: [ofa-ge

Re: [OMPI devel] openib xrc CPC minor nit

2007-12-21 Thread Gleb Natapov
On Thu, Dec 20, 2007 at 05:39:36PM -0500, Jeff Squyres wrote: > Pasha -- > > I notice in the port info struct that you have a member for the lid, > but only #if HAVE_XRC. Per a comment in the code, this is supposed to > save bytes when we're using OOB (because we don't need this value in >

Re: [OMPI devel] pointer_array

2007-12-21 Thread George Bosilca
The opal_pointer_array is now committed. I try to update all BTL to use the opal_pointer_array instead of the orte_pointer_array. Now, the OMPI layer only use opal_pointer_array. Unfortunately, I cannot test most of the BTLs so I hope I didn't miss anything. Thanks, george. On Dec 17