[OMPI devel] MPI-3: MPI_GET_LIBRARY_VERSION

2012-02-02 Thread Jeff Squyres
I just committed in https://svn.open-mpi.org/trac/ompi/changeset/25860 the new MPI-3 function MPI_GET_LIBRARY_VERSION (it's been voted in to MPI-3). Below shows what the string will return in various types of Open MPI distributions. Suggestions are welcome to change the content (i.e., feel free

Re: [OMPI devel] Compile-time MPI_Datatype checking

2012-02-02 Thread Dmitri Gribenko
On Thu, Feb 2, 2012 at 7:31 AM, Christopher Samuel wrote: > On 29/01/12 10:07, Dmitri Gribenko wrote: >> My colleague and I want to implement a compile-time check (warning) >> for clang compiler that specified buffer type matches passed >> MPI_Datatype. > > Interesting, is it possible to do the sa

Re: [OMPI devel] Compile-time MPI_Datatype checking

2012-02-02 Thread Christopher Samuel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 29/01/12 10:07, Dmitri Gribenko wrote: > My colleague and I want to implement a compile-time check (warning) > for clang compiler that specified buffer type matches passed > MPI_Datatype. Interesting, is it possible to do the same for GCC with its