Re: [OMPI devel] IPv6 support in OpenMPI?

2006-03-31 Thread Ralph Castain
Actually, we have some sensor network folks that are interested in using OpenRTE for their applications. Their platforms can be small microprocessors, many with custom mini-operating systems. Almost none support IPv6 nor have any knowledge of that protocol. Ralph Christian Kauhaus wrote:

Re: [OMPI devel] IPv6 support in OpenMPI?

2006-03-31 Thread Brooks Davis
On Fri, Mar 31, 2006 at 06:53:05PM +0200, Christian Kauhaus wrote: > Adrian Knoth : > >(I really prefer the v6-mapped-v4 solution with a single > > socket, thus eliminating this problem) > > One little problem here is that it is possible to disable the > IPv6-mapped

Re: [OMPI devel] IPv6 support in OpenMPI?

2006-03-31 Thread Ralph Castain
Hi folks Sorry to be coming late to the discussion - I'm on travel, so my comments will likely have long time delays in them. Only one contribution I would like to make. You are welcome to do whatever you like (subject to the usual approval procedure) in the MPI layer (the btl's for example)

Re: [OMPI devel] IPv6 support in OpenMPI?

2006-03-31 Thread Christian Kauhaus
Bogdan Costescu : >- are all computers that should participate in a job configured >similarly (only IPv6 or both IPv4 and IPv6) ? If not all are, then >should some part of the computers communicate over one protocol and >the rest over the other ? I think

Re: [OMPI devel] IPv6 support in OpenMPI?

2006-03-31 Thread Ralf Wildenhues
* Adrian Knoth wrote on Fri, Mar 31, 2006 at 05:33:29PM CEST: > > If there is really a platform without sockaddr_in6 *snip* > As far as I know: All BSDs have v6, Linux has, HPUX, AIX, Solaris, > Windows (XP for sure, 2000 experimental, 9X/ME don't). As determined by a cheap find /usr/include

Re: [OMPI devel] IPv6 support in OpenMPI?

2006-03-31 Thread Brian Barrett
On Mar 31, 2006, at 10:33 AM, Adrian Knoth wrote: On Fri, Mar 31, 2006 at 05:21:42PM +0200, Ralf Wildenhues wrote: Perhaps it's a good idea to port any internal structure to IPv6, as it is able to represent the whole v4 namespace. One can always determine whether it is a real v6 or only a

Re: [OMPI devel] IPv6 support in OpenMPI?

2006-03-31 Thread Adrian Knoth
On Fri, Mar 31, 2006 at 05:21:42PM +0200, Ralf Wildenhues wrote: > > Perhaps it's a good idea to port any internal structure to > > IPv6, as it is able to represent the whole v4 namespace. > > One can always determine whether it is a real v6 or only > > a mapped v4 address (the common :::

Re: [OMPI devel] IPv6 support in OpenMPI?

2006-03-31 Thread Ralf Wildenhues
* Adrian Knoth wrote on Fri, Mar 31, 2006 at 04:59:42PM CEST: > > Perhaps it's a good idea to port any internal structure to > IPv6, as it is able to represent the whole v4 namespace. > One can always determine whether it is a real v6 or only > a mapped v4 address (the common ::: prefix) I'm

Re: [OMPI devel] IPv6 support in OpenMPI?

2006-03-31 Thread Brian Barrett
On Mar 31, 2006, at 10:15 AM, Adrian Knoth wrote: On Fri, Mar 31, 2006 at 09:36:31AM -0500, Jeff Squyres (jsquyres) wrote: I have no personal experience with IPv6, but one thought that strikes me is that the components might be able to figure out what to do by looking at/parsing either

Re: [OMPI devel] IPv6 support in OpenMPI?

2006-03-31 Thread Adrian Knoth
On Fri, Mar 31, 2006 at 09:36:31AM -0500, Jeff Squyres (jsquyres) wrote: > I have no personal experience with IPv6, but one thought that strikes me > is that the components might be able to figure out what to do by looking > at/parsing either the hostnames or the results that come back from >

Re: [OMPI devel] IPv6 support in OpenMPI?

2006-03-31 Thread Adrian Knoth
On Fri, Mar 31, 2006 at 09:07:39AM -0500, Brian Barrett wrote: > > I have a first quick and dirty patch, replacing AF_INET by AF_INET6, > > the sockaddr_in structs and so on. > Is there a way to do this to better support both IPv4 and IPv6? I think so, too. There are probably two different ways

Re: [OMPI devel] IPv6 support in OpenMPI?

2006-03-31 Thread Brian Barrett
On Mar 31, 2006, at 8:40 AM, Adrian Knoth wrote: On Fri, Mar 31, 2006 at 10:44:11AM +0200, Christian Kauhaus wrote: Hello *, Hi. University of Jena (Germany). Our work group is digging into how to connect several clusters on a campus. I think I'm also a member of this workgroup, though

Re: [OMPI devel] IPv6 support in OpenMPI?

2006-03-31 Thread Brian Barrett
On Mar 31, 2006, at 3:44 AM, Christian Kauhaus wrote: first I'd like to introduce myself. I'm Christian Kauhaus and I am currently working at the Department of Computer Architecture at the University of Jena (Germany). Our work group is digging into how to connect several clusters on a campus.

Re: [OMPI devel] IPv6 support in OpenMPI?

2006-03-31 Thread Adrian Knoth
On Fri, Mar 31, 2006 at 10:44:11AM +0200, Christian Kauhaus wrote: > Hello *, Hi. > University of Jena (Germany). Our work group is digging into how to > connect several clusters on a campus. I think I'm also a member of this workgroup, though I am not working at University of Jena, but

[OMPI devel] IPv6 support in OpenMPI?

2006-03-31 Thread Christian Kauhaus
Hello *, first I'd like to introduce myself. I'm Christian Kauhaus and I am currently working at the Department of Computer Architecture at the University of Jena (Germany). Our work group is digging into how to connect several clusters on a campus. As part of our research, we'd like to