Re: [OMPI devel] openib xrc CPC minor nit

2007-12-23 Thread Pavel Shamis (Pasha)
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 the OOB CPC). I think we should remove this #if an

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 >

[OMPI devel] openib xrc CPC minor nit

2007-12-20 Thread Jeff Squyres
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 the OOB CPC). I think we should remove this #if and always have this st