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

99 Commits

Author SHA1 Message Date
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
Ralf W. Grosse-Kunstleve
53aba3325c libs/mpi/src/python/py_nonblocking.cpp: resolving ticket #6123
[SVN r75914]
2011-12-12 07:01:36 +00:00
Matthias Troyer
a1ca5b5e7b Fixed tickets #4693 and #4772
[SVN r66785]
2010-11-27 12:40:31 +00:00
Matthias Troyer
5366d111b2 Updated documentation for ticket #4506
[SVN r66784]
2010-11-27 12:22:57 +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
Vladimir Prus
ae1f7e6406 Also force <runtime-link>shared for Python extension.
If we're forcing <link>shared, should also switch runtime link.


[SVN r65639]
2010-09-27 16:35:09 +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
Daniel James
666c29c179 Update various libraries' documentation build.
Mostly to use the images and css files under doc/src instead of
doc/html, usually be deleting the settings in order to use the defaults.
Also add 'boost.root' to some builds in order to fix links which rely on
it.

[SVN r63146]
2010-06-20 18:00:48 +00: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
Vladimir Prus
2d5b14565f Implement --python-buildid.
Fixes #3544.
Patch from Gaudenz Steinlin.


[SVN r59987]
2010-02-28 08:22:46 +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
Troy D. Straszheim
f8a3e25bce rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back
[SVN r56942]
2009-10-17 02:07:38 +00:00
Douglas Gregor
115a65029d Make MPI non-blocking semantics more clear
[SVN r56203]
2009-09-15 02:50:44 +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
529ac2eb33 proposed fix for ticket 2399
[SVN r55449]
2009-08-07 17:04:58 +00:00
Matthias Troyer
18fc4ea33c Fixed ticket 2723
[SVN r55445]
2009-08-07 15:29:44 +00:00
Matthias Troyer
b76748a701 Added a warning about not discarding requests to the Boost.MPI documentation
[SVN r55439]
2009-08-06 20:45:30 +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
0303b2a579 Fixed ticket 2581
[SVN r55417]
2009-08-04 23:09:23 +00:00
Matthias Troyer
91a86107be Applied patch from ticket 3267
[SVN r55416]
2009-08-04 23:02:35 +00:00
Troy D. Straszheim
75da2e6da8 Copyrights on CMakeLists.txt to keep them from clogging up the inspect
reports.  This is essentially the same commit as r55095 on the release
branch.



[SVN r55159]
2009-07-26 00:49:56 +00:00
Matthias Troyer
84a5fc599f Made Boost.MPI work with the new pointer serialization
[SVN r55139]
2009-07-23 23:19:16 +00:00
Troy D. Straszheim
db5ad35a18 get mpi cmake tests working on trunk
[SVN r53156]
2009-05-21 15:36:35 +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
Daniel James
3267340308 Add missing index.html file for MPI and GIL.
Ref #2616: All the top level libraries now have index.html files but
several sub-libraries don't. I'm not sure it's worth adding them as many
of them don't have appropriate subdirectories anyway.

[SVN r51387]
2009-02-22 11:53:48 +00:00
John Maddock
49100e49cb Add PDF generation options to fix external links to point to the web site.
Added a few more Boostbook based libs that were missed first time around.
Fixed PDF naming issues.

[SVN r51284]
2009-02-17 10:05:58 +00:00
Matthias Troyer
94064b7269 Deleted unused source file
[SVN r50366]
2008-12-22 13:58:41 +00:00
Michael A. Jackson
05e13c9f9f Adding conditional compilation based on if MPI is found
[SVN r49684]
2008-11-11 14:19:42 +00:00
Michael A. Jackson
47ef4abb75 Updating CMake files to latest trunk. Added dependency information for regression tests and a few new macros for internal use.
[SVN r49627]
2008-11-07 17:02:56 +00:00
Michael A. Jackson
627df8a3e4 Continuing merge of CMake build system files into trunk with the encouragement of Doug Gregor
[SVN r49510]
2008-11-01 13:15:41 +00:00
Vladimir Prus
dd4db989f5 Dont emit message about MPI not configured if not building Boost.MPI.
[SVN r49033]
2008-09-29 20:28:55 +00:00
Douglas Gregor
b4a68a911e Suppress warning if --without-mpi is provided on the command line
[SVN r48967]
2008-09-25 16:57:33 +00:00
Douglas Gregor
a1b7979828 Don't print warning if --without-mpi was provided
[SVN r48966]
2008-09-25 16:46:55 +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
Douglas Gregor
31885ba318 Remove section on "getting" Boost.MPI, which is now a part of Boost. Fixes #2005
[SVN r47136]
2008-07-06 18:39: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
2dfefe036e Added missing pointer serializers
[SVN r46436]
2008-06-16 19:21:29 +00:00
Matthias Troyer
5b5eec914c Removed duplicate using statement
[SVN r46391]
2008-06-14 16:51:25 +00:00
Matthias Troyer
d3b7c3f451 Adapted Boost.MPI to new array optimization in serialization
[SVN r46389]
2008-06-14 14:39:37 +00:00