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

2006-08-21 Thread Jonathan Underwood
On 19/08/06, Adrian Knoth wrote: > 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 using C90, you may compile with -std=c99 to get

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

2006-08-17 Thread Jonathan Underwood
Hi, [Apologies for posting to users and devel - my intention was to post to devel only] 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? Thanks, Jonathan.