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

73 Commits

Author SHA1 Message Date
Alain Miniussi
d94ba7531b Add a documentation note for vector point to point transmition.
refs #62
2018-08-01 13:01:06 +02:00
Alain Miniussi
d7b35ef161 Explicutly state (with a documentation warning) the binary operations must be stateless.
refs !52
2018-07-31 11:37:27 +02:00
Alain Miniussi
500142479e bullxmpi wrapper out was too long for typical page width.
made shorter
2018-07-31 11:37:15 +02:00
Alain Miniussi
4ea4fc980c MPI wrapper output was too long and content not relevant per se.
Made shorter
2018-07-31 11:05:30 +02:00
Alain Miniussi
a41092ae2a Fixed shell session rendering. 2018-07-31 10:51:02 +02:00
Alain Miniussi
fab4d716a5 Merge branch 'master' into develop 2017-07-19 23:02:47 +02:00
Alain Miniussi
4b5c3735a1 add an example for scatter 2016-10-24 18:21:38 +02:00
Alain Miniussi
e7a98f6bc7 add doc entry for cartesian communicator. 2016-10-24 17:01:20 +02:00
Alain Miniussi
0408414e56 coords=>coordinates 2016-10-24 15:47:00 +02:00
Alain Miniussi
56551fa441 Merge branch 'develop' into cartesian
Reintegration
2016-10-15 16:12:14 +02:00
Rene Rivera
ddb38b0eb4 Add, and update, documentation build targets. 2016-10-10 11:39:51 -05:00
Rene Rivera
e6349ee63f Add, and update, documentation build targets. 2016-10-07 23:07:35 -05:00
Jonathan Wakely
8b73e340f0 Fix spelling in docs and config.hpp (#35) 2016-07-16 17:00:03 -06:00
Jonathan Wakely
004df1037e Fix spelling in docs and config.hpp (#35) 2016-05-23 11:33:11 -06:00
Noel Belcourt
754f89c87b Merge some doc changes (#34)
Fix my previous cherry-picks with a whitespace change to force the merge.

* doc: Fix typos

* Fix: adapt to renaming of serialization::array_wrapper (#30)

Fix: adapt to renaming of serialization::array_wrapper

Tested that both graph_parallel and MPI work fine with El Capitan and clang, thanks for the patch!

* Fix typo with rename to array_wrapper.

* Whitespace change.
2016-04-26 21:57:54 -06:00
bavier
d184ba0ffd doc: Fix typos 2015-12-16 17:55:39 -06:00
Alain Miniussi
772337fa47 Merge branch 'develop'
Bulk merge of the develop branch.

This include, bug fixes, new features (like scaterv and gatherv), doc
changes etc.. some of which have been around for some time now.

A more "incremental" merge could have been in order, but recent changes
in the serialization library have hurt the homogenenous Boost MPI
very hard (does not build at all anymore) and extreme times calls for
extreme measures (and git beeing what it is, it is not clear a mere
mortal with a day job could handle the process).

This merge had passed all its test in both homogeneous mode (now the
default) and heterogenous and the priority is probably to avoid
shipping the next release with a broken build.
2015-06-12 12:26:48 +02:00
Thomas Trummer
2cadf735fe Add missing parameters in documentation (#9713)
https://svn.boost.org/trac/boost/ticket/9713
2015-05-17 22:59:14 +02:00
Alain Miniussi
828c9f8332 Fix broken graph_comunicator ctor href. 2015-04-22 18:08:17 +02:00
Alain Miniussi
870e038999 In doc, has_graph_topology -> as_graph_communicator 2015-04-22 17:13:19 +02:00
Alain Miniussi
62640eeabc Document the default change on BOOST_MPI_HOMOGENEOUS. 2015-04-22 16:38:51 +02:00
Alain Miniussi
a11558185f Update the build install instruction.
Some instruction were not in line with the current build process anymore.
Also, the supported (well, tested) list of MPI implementations was not up tu date.
2015-04-22 16:00:31 +02:00
Alain Miniussi
f0a95bdb9d Make homogeneous platform the default.
It is the default in HPC anyway, and the default of most underlying MPI implementions.
2015-04-21 16:57:28 +02:00
Alain Miniussi
d0ded005b6 Relax condition for documentation generation.
Add a (possibly redundant) using decl to allow documentation generation.
Possibly not very clean, but boostbook being what it is right now, let give
a break to the nice people who wants to test the doc.
2015-04-21 16:54:18 +02:00
Alain Miniussi
4ca9f7266a Python section was missing [endsec]
(cherry picked from commit 6bc906ed0f)
2015-04-17 15:10:21 +02:00
Alain Miniussi
ecfb97b9bf Small typo, we had double slashes in external URL.
Did not hurt, but it nicer this way.
(cherry picked from commit fcc098aa59)

Conflicts:

	doc/mpi.qbk
2015-04-17 15:04:33 +02:00
Alain Miniussi
6ef7845faa Reflect mpi-forum web site modification.
The documentation at mpi-forum moved from http://www.mpi-forum.org/docs/mpi-11-html to http://www.mpi-forum.org/docs/mpi-1.1/mpi-11-html. Changed the documentation to reflect that.

(cherry picked from commit befe62d920)

Conflicts:

	doc/mpi.qbk
2015-04-17 15:01:42 +02:00
Alain Miniussi
5f46dec83c Merge branch 'develop' into cartesian 2014-09-16 14:11:27 +02:00
Alain Miniussi
6bc906ed0f Python section was missing [endsec] 2014-09-16 11:32:17 +02:00
Alain Miniussi
a5ab336f84 Added documentation for C API mapping 2014-09-15 16:48:55 +02:00
Alain Miniussi
2096fa08fa added mapping documentation for MPI_Cart_create, MPI_Dims_create MPI_Cartdim_get. 2014-09-15 16:43:31 +02:00
Alain Miniussi
62a2404ecd Merge branch 'map-c-update' into cartesian 2014-09-15 15:50:16 +02:00
Alain Miniussi
fcc098aa59 Small typo, we had double slashes in external URL.
Did not hurt, but it nicer this way.
2014-09-15 15:47:52 +02:00
Alain Miniussi
b7e89aeb60 Merge branch 'map-c-update' into cartesian 2014-09-15 15:42:59 +02:00
Alain Miniussi
befe62d920 The documentation at mpi-forum moved from http://www.mpi-forum.org/docs/mpi-11-html to http://www.mpi-forum.org/docs/mpi-1.1/mpi-11-html. Changed the documentation to reflect that.
In short term, we might want to move to MPI 2.x documentation.
2014-09-15 14:48:43 +02:00
Alain Miniussi
0f13d9a20c Improved cartesian topology description. 2014-09-12 18:38:45 +02:00
Júlio Hoffimann
9ae243ba59 Add hyperlinks to scatterv and gatherv in the docs 2014-06-16 16:15:53 -03:00
Daniel James
363c2c7be9 Update path for new location of Boost Build. 2013-12-26 09:59:59 +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
f367a5aa17 Several minor bug fixes and updates
[SVN r82525]
2013-01-17 15:26:30 +00:00
Daniel James
803bebcc51 Give MPI documentation project a unique name.
`libs/mpi/build/Jamfile.v2` and `libs/mpi/doc/Jamfile.v2` had the same project
name, which was causing the documentation build to fail.


[SVN r79974]
2012-08-12 09:23:16 +00:00
Matthias Troyer
5366d111b2 Updated documentation for ticket #4506
[SVN r66784]
2010-11-27 12:22:57 +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
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
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
0303b2a579 Fixed ticket 2581
[SVN r55417]
2009-08-04 23:09:23 +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