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