Re: [OMPI users] mpi.h - not conforming to C90 spec

2006-08-17 Thread Jonathan Underwood
On 18/08/06, Brian Barrett wrote: On Aug 17, 2006, at 4:43 PM, Jonathan Underwood wrote: > Compiling an mpi program with gcc options -pedantic -Wall gives the > following warning: > > mpi.h:147: warning: ISO C90 does not support 'long long' > > So it seems that the openmpi implementation doesn'

Re: [OMPI users] mpi.h - not conforming to C90 spec

2006-08-17 Thread Brian Barrett
On Aug 17, 2006, at 4:43 PM, Jonathan Underwood wrote: Compiling an mpi program with gcc options -pedantic -Wall gives the following warning: mpi.h:147: warning: ISO C90 does not support 'long long' So it seems that the openmpi implementation doesn't conform to C90. Is this by design, or shoul

[OMPI users] mpi.h - not conforming to C90 spec

2006-08-17 Thread Jonathan Underwood
Hi, Compiling an mpi program with gcc options -pedantic -Wall gives the following warning: mpi.h:147: warning: ISO C90 does not support 'long long' So it seems that the openmpi implementation doesn't conform to C90. Is this by design, or should it be reported as a bug? Thanks, Jonathan