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

Re: [OMPI devel] IPv6 in btl/tcp

2006-10-17 Thread Adrian Knoth
On Mon, Oct 16, 2006 at 07:22:12PM -0600, Brian Barrett wrote: > I just committed some code in the TCP OOB component to deal with > packing / unpacking sockaddr_in structures for cases where there is > different heterogeneity / padding. I think it's going to require > some work to make it I