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
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.