Re: [OMPI devel] OpenMPI not conforming with the C90 spec?

2006-08-19 Thread Adrian Knoth
On Thu, Aug 17, 2006 at 11:48:44PM +0100, Jonathan Underwood wrote: > Hi, Hi! > Compiling a file with the gcc options -Wall and -pedantic gives the > following warning: > mpi.h:147: warning: ISO C90 does not support 'long long' > Is this intentional, or is this a bug? If you do not insist on

[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