$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] check MPI support
From: Gevorg Voskanyan (v_gevorg_at_[hidden])
Date: 2010-03-13 11:03:17
Kraus Philipp wrote:
> Hello,
> I work for a long time again with C + + and some numerical methods
> must be implemented with the help of the boost, among other things,
> with MPI. Does the Booster precompiler flag that I can verify that the
> boost is compiled with MPI support like:
> #if
> defined(BOOST_WITH_MPI)
> #endif
> Thanks for help
> Phil
Hi Phil,
I am pretty sure that cannot be achieved without some special support from the build system. What build system are you using to build your application with?
Gevorg