----- Original Message -----
> From: "Matthias Troyer" <[email protected]>
> To: "Discussion of Boost.MPI development" <[email protected]>
> Sent: Thursday, November 29, 2012 10:49:18 AM
> Subject: Re: [Boost-mpi] No arg init
> 
> 
> On Nov 29, 2012, at 5:23 PM, Jeremiah Willcock <[email protected]>
> wrote:
> > 
> > Another issue with MPI versions is that Boost.MPI currently uses
> > functions such as MPI_Address that have been removed in MPI 3.0.
> >  Is that something that should be addressed in the future?  I
> > think the replacements for some of them did not exist before MPI
> > 2.0.
> 
> A valid point - we will have to provide two implementations depending
> on which version of MPI is present. Is there any standardized macro
> that one an check to determine the MPI version at compile time?

There is MPI_VERSION and MPI_SUBVERSION.

Regarding support for older MPI versions; this is possible but will require 
some infrastructure. It seems reasonable to work up some testing infrastructure 
based on some older versions of MPICH, OpenMPI, etc. so that we can make sure 
not to break things.

 -Hal

> 
> Matthias
> 
> _______________________________________________
> Boost-mpi mailing list
> [email protected]
> http://lists.boost.org/mailman/listinfo.cgi/boost-mpi
> 

-- 
Hal Finkel
Postdoctoral Appointee
Leadership Computing Facility
Argonne National Laboratory
_______________________________________________
Boost-mpi mailing list
[email protected]
http://lists.boost.org/mailman/listinfo.cgi/boost-mpi

Reply via email to