Commit Graph

8 Commits

Author SHA1 Message Date
Alain Miniussi
bf10c42ff4 Try to get travis pass with TOOLSET=gcc COMPILER=g++-4.4 CXXSTD=98,0x 2019-10-23 23:46:10 +02:00
Alain Miniussi
6202bdf308 moving to header only test framework 2019-03-11 22:15:56 +01:00
Alain Miniussi
58713af3e2 Workaround MPI_Bcast bug w.r.t. MPI_BOTTOM.
Some implementations have issues with  using MPI_BOTTOM in MPI_Bcast.
If that the case we can use an alternate implementation.

There is a macro in config.hpp named BOOST_MPI_BCAST_BOTTOM_WORKS_FINE
that can be used to control that. broadcast_test.cpp print a message
that point to that macro if suspicious behavior is detected.

LAM and Bull X MPI seems to have that problem.
2015-04-24 01:02:52 +02:00
Noel Belcourt
e6dd3db0f6 Cleanup unused variables and typedefs. 2014-07-31 12:45:35 -06:00
K. Noel Belcourt
baa886be92 Commit patch for https://svn.boost.org/trac/boost/ticket/4192
Tested on Mac and Linux, didn't cause any problems.



[SVN r62542]
2010-06-08 02:03:05 +00:00
Matthias Troyer
5b5eec914c Removed duplicate using statement
[SVN r46391]
2008-06-14 16:51:25 +00:00
Douglas Gregor
28d9c668cb Move MPI library to the top level
[SVN r36741]
2007-01-17 02:48:51 +00:00
Douglas Gregor
ceeb6163eb Import Boost.MPI with the beginnings of a BBv2-based build system
[SVN r36337]
2006-12-12 00:45:23 +00:00