Commit Graph

87 Commits

Author SHA1 Message Date
Markus Reiter
7f14150971 Add mapping for MPI_Cart_shift. 2019-10-24 12:07:49 +02:00
Alain O Miniussi
571a876eac Try to be more specific in the installation documentation regardig what to do with very weird MPI environements.
refs #80
2019-10-22 17:25:23 +02:00
Alain O Miniussi
a76ac522aa Clarify the C mapping doc. 2019-10-22 17:06:10 +02:00
Alain O Miniussi
6e0974bbc3 Clearly indicate that environement should not be declared at global scope.
refs #92
2019-10-22 16:38:13 +02:00
Alain O Miniussi
0907247cd8 dead doc 2019-10-22 16:24:22 +02:00
Andre Schröder
8d9b8ee024
Fix spelling mistakes in documentation 2019-05-05 12:55:07 +02:00
Alain Miniussi
1dba21b548 Documentation update, ve more specific w.r.t completion of serialized communicatons. 2018-12-09 23:00:24 +01:00
Alain Miniussi
f7a6a0a039 More regular secion splitting 2018-09-10 13:05:14 +02:00
Alain Miniussi
fb6eac3e8c disppatch big doc sections in theirs own files. 2018-09-10 12:54:34 +02:00
Alain Miniussi
afb0d1460a Move back to library style for doc.
Put thread doc in its own file
2018-09-10 12:36:23 +02:00
Alain Miniussi
85ae8ecee3 Updated links 2018-09-10 12:00:49 +02:00
Alain Miniussi
8a612a7edf Splitted documention into sb files.
fixed cross refs.
moved to book style.
matched endsect to the matching section
2018-09-07 17:31:19 +02:00
Alain Miniussi
895438496b Hopefully more clear and compact 2018-09-07 15:29:53 +02:00
Alain Miniussi
09dfd1aabb Improve installtion documentation readability. 2018-09-07 12:12:32 +02:00
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