2
0
mirror of https://github.com/boostorg/mpi.git synced 2026-02-25 04:22:17 +00:00
Commit Graph

57 Commits

Author SHA1 Message Date
Matthias Troyer
9193f9942e Fixed #9401
[SVN r86734]
2013-11-17 10:46:25 +00:00
Matthias Troyer
c2b505cca8 Fixed #9356
[SVN r86712]
2013-11-15 19:22:18 +00:00
Matthias Troyer
d8663f9c3d Fixed #9258
[SVN r86353]
2013-10-18 14:56:51 +00:00
Matthias Troyer
e6a31170ea Fixed #9208
[SVN r86207]
2013-10-08 19:05:04 +00:00
Matthias Troyer
e9b92c58c8 Various additiond and patches for Boost.MPI
[SVN r85527]
2013-08-30 14:30:09 +00:00
Matthias Troyer
7cfa3db27a Fixed #6436 #5596 and added threaded initialization
[SVN r84739]
2013-06-11 08:30:39 +00:00
Matthias Troyer
ff6f4c64f7 Several minor bug fixes and updates
[SVN r82524]
2013-01-17 15:25:50 +00:00
Matthias Troyer
967114eb31 Added missing resize of vector, to become compatible with documentation
[SVN r76186]
2011-12-26 17:29:36 +00:00
Matthias Troyer
040a3a9654 Added missing include headers for assert
[SVN r76182]
2011-12-26 17:25:21 +00:00
Matthias Troyer
a1ca5b5e7b Fixed tickets #4693 and #4772
[SVN r66785]
2010-11-27 12:40:31 +00:00
Matthias Troyer
459dfc7e98 Fixed pointer serialization in Boost.MPI
[SVN r65997]
2010-10-16 00:49:36 +00:00
Matthias Troyer
170dfd4717 Fixes for homogenous MPI when using new version of the serialization library
[SVN r65965]
2010-10-14 20:08:27 +00:00
Matthias Troyer
9a6c6a5f7b Added shared pointer support
[SVN r65556]
2010-09-23 19:26:26 +00:00
Matthias Troyer
fdc02fc7f9 Attempted workaround to breaking changes in Boost.Serialization and removed any remaining dependence on binary archives
[SVN r64343]
2010-07-25 22:53:03 +00:00
Matthias Troyer
015b27c70a Fixed Boost.MPI following breaking changes in Boost.Serialization
[SVN r63537]
2010-07-03 03:20:14 +00:00
Matthias Troyer
27893126b6 replaced MPL_ASSERT by STATIS_ASSERT because of gcc-4.4 bug
[SVN r56978]
2009-10-18 16:03:46 +00:00
Matthias Troyer
a8ada68d28 Templated string serialization on the char type
[SVN r56138]
2009-09-10 15:22:21 +00:00
Matthias Troyer
4438c5850d Added missing includes to Boost.MPI archives
[SVN r55505]
2009-08-10 16:51:15 +00:00
Matthias Troyer
3f8772abe9 Added missing includes to Boost.MPI archives
[SVN r55503]
2009-08-10 16:46:59 +00:00
Matthias Troyer
33a8f15b45 Fixed trac issue 3261
[SVN r55438]
2009-08-06 20:41:28 +00:00
Matthias Troyer
2138aefce1 Added missing declspec
[SVN r55426]
2009-08-05 22:00:12 +00:00
Matthias Troyer
e985aae60c Fixed ticket #2151
[SVN r55418]
2009-08-05 05:02:04 +00:00
Matthias Troyer
84a5fc599f Made Boost.MPI work with the new pointer serialization
[SVN r55139]
2009-07-23 23:19:16 +00:00
Matthias Troyer
c8fe71649f Fixes for bugs 2586 and 2594
[SVN r52820]
2009-05-07 05:48:26 +00:00
Jeremiah Willcock
1daf91c82d Moved property map library into property_map/ directory; made old files into stubs with #warnings; converted uses and docs of property map library to use new names
[SVN r52226]
2009-04-07 01:28:38 +00:00
Douglas Gregor
74fe28d6b5 Silence -Wunused warnings and switch to boost/serialization/pfto.hpp
[SVN r48610]
2008-09-05 13:39:26 +00:00
Douglas Gregor
50d308c6ad Remove some leftover debug output
[SVN r48580]
2008-09-04 19:38:19 +00:00
Matthias Troyer
06cf90bfc1 Fixed tabs
[SVN r46710]
2008-06-26 11:12:44 +00:00
Douglas Gregor
113c1b3f4f Fix mpi::scatter arguments, from Erik Zeek. Fixes #2051
[SVN r46695]
2008-06-25 21:52:57 +00:00
Matthias Troyer
d3b7c3f451 Adapted Boost.MPI to new array optimization in serialization
[SVN r46389]
2008-06-14 14:39:37 +00:00
Matthias Troyer
76ef3a52b7 Adapted Boost.MPI to new array optimization in serialization
[SVN r46387]
2008-06-14 12:10:46 +00:00
Douglas Gregor
dd5f08605f Merge MPI-Python fix for Intel C++ from release branch. Yes, I did this backwards.
[SVN r45827]
2008-05-27 17:51:11 +00:00
Douglas Gregor
c9da321861 Add support for MPI_SIGNED_CHAR to Boost.MPI
[SVN r44887]
2008-04-29 17:57:54 +00:00
Douglas Gregor
e826b118aa Fix compilation on GCC 4.3, from Maik Beckmann
[SVN r44416]
2008-04-14 14:57:33 +00:00
Douglas Gregor
497c042dd4 Define is_mpi_datatype appropriately for wchar_t and long long/int64 types
[SVN r44412]
2008-04-14 13:51:18 +00:00
Douglas Gregor
c67c8f8882 Refactor mpi_datatype_cache to fix problems on VC9
[SVN r44160]
2008-04-10 21:05:14 +00:00
Matthias Troyer
0a883b42bc Optimizations for Boost.MPI
[SVN r42647]
2008-01-10 09:49:16 +00:00
Douglas Gregor
97571f2dd3 Workaround for MPICH to properly deal with SEEK_* constants.
Fixes #1486



[SVN r41802]
2007-12-06 19:22:06 +00:00
Douglas Gregor
a982ea5355 Fixes #1456
[SVN r41270]
2007-11-21 05:50:21 +00:00
Beman Dawes
e9c214fdb7 // Add or correct comment identifying Boost library this header is associated with.
[SVN r41173]
2007-11-17 20:13:16 +00:00
Douglas Gregor
38e585a302 Constify status::count and status::cancelled. Fixes #1101
[SVN r39052]
2007-08-29 16:00:53 +00:00
Douglas Gregor
b9d613dd07 boost\archive\detail\basic_iarchive: Remove some bogus declspecs
Boost.MPI: Added support for Windows auto-linking


[SVN r38290]
2007-07-26 16:12:26 +00:00
Matthias Troyer
eb60aa5440 *** empty log message ***
[SVN r38258]
2007-07-18 21:17:38 +00:00
Douglas Gregor
1082c372b5 Create a separate graph_communicator type to handle graph topologies
[SVN r37898]
2007-06-05 00:54:56 +00:00
Douglas Gregor
1730870210 Documentation for intercommunicators
[SVN r37886]
2007-06-04 16:20:41 +00:00
Douglas Gregor
03e2016cf7 Add support for MPI intercommunicators
[SVN r37882]
2007-06-04 14:49:13 +00:00
Douglas Gregor
8cd257f4cb Document graph topologies, implement layer over MPI_Topo_test
[SVN r37853]
2007-06-01 18:22:00 +00:00
Douglas Gregor
321afa14d8 Support graph topologies and fix a small bug in the gather collective
[SVN r37851]
2007-06-01 16:56:43 +00:00
Douglas Gregor
1bece252a2 Improve messages produced by the exception class
[SVN r37834]
2007-05-31 16:41:50 +00:00
Douglas Gregor
327abef38e Support building communicators from groups and comparing communicators
[SVN r37832]
2007-05-31 16:02:07 +00:00