Re: [OMPI devel] A few notes on IPv6 status

2006-08-21 Thread Adrian Knoth
On Sat, Aug 19, 2006 at 11:07:26PM +0200, Adrian Knoth wrote: > Hi, Hi! > Do you agree with a resulting URL like tcp://[2001:6f8::1]:port or > do you think it should be tcp6://? I've changed this to tcp6://, because orte/mca/oob/tcp/oob_tcp.c contains the following lines: /* setup the IP a

[OMPI devel] A few notes on IPv6 status

2006-08-19 Thread Adrian Knoth
Hi, as mentioned earlier this year, I'm now working on IPv6 support for OpenMPI. The main design goals are: - do not break existing IPv4 code - compile on SUSv2 (without new socket API) - do not use mapped addresses - test the new code on many systems The porting of OPAL is more or