Re: [O-MPI users] MPI_Offset and C++ interface

2005-11-29 Thread Jeff Squyres
On Nov 25, 2005, at 5:37 PM, Audet, Martin wrote: First the MPI_Offset datatype is defined as a preprocessor macro as follow in mpi.h:    /* Type of MPI_Offset */    #define MPI_Offset long long This generate a syntax error when MPI_Offset is used in C++ for what Stroustrup call a value

[O-MPI users] MPI_Offset and C++ interface

2005-11-25 Thread Audet, Martin
Hi, I just compiled my library with version 1.0 of OpenMPI and I had two problems. First the MPI_Offset datatype is defined as a preprocessor macro as follow in mpi.h: /* Type of MPI_Offset */ #define MPI_Offset long long This generate a syntax error when MPI_Offset is used in C++ for wh