Re: [OMPI devel] RFC: versioning OMPI libraries

2007-10-15 Thread Christian Bell
On Mon, 15 Oct 2007, Brian Barrett wrote: > No! :) > > It would be good for everyone to read the Libtool documentation to > see why versioning on the release number would be a really bad idea. > Then comment. But my opinion would be that you should change based > on interface changes,

Re: [OMPI devel] openib btl header caching

2007-08-13 Thread Christian Bell
On Sun, 12 Aug 2007, Gleb Natapov wrote: > > Any objections? We can discuss what approaches we want to take > > (there's going to be some complications because of the PML driver, > > etc.); perhaps in the Tuesday Mellanox teleconf...? > > > My main objection is that the only reason you propo

Re: [OMPI devel] [OMPI svn] svn:open-mpi r12157

2006-10-17 Thread Christian Bell
I'd propose using inttypes defines to handle this issue portably: On Tue, 17 Oct 2006, bosi...@osl.iu.edu wrote: > -#define ORTE_TRANSPORT_KEY_FMT "%016lx-%016lx" > +#define ORTE_TRANSPORT_KEY_FMT "%016llx-%016llx" #include #define ORTE_TRANSPORT_KEY_FMT "%016" PRIx64 "-%016" PRIx64 ch