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
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
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
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
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
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
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
Matthias Troyer
5366d111b2
Updated documentation for ticket #4506
...
[SVN r66784]
2010-11-27 12:22:57 +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
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
Daniel James
bce78db7ac
Merge in documentation fixes. Apart from the change to optional's documenation
...
Jamfile, which I included by mistake.
Fixes #1659 , #1661 , #1684 , #1685 , 1687, #1690 , #1801
I wrote about this at:
http://lists.boost.org/Archives/boost/2008/04/136405.php
Merged revisions 44585-44806 via svnmerge from
https://svn.boost.org/svn/boost/branches/doc
........
r44585 | danieljames | 2008-04-19 16:25:27 +0100 (Sat, 19 Apr 2008) | 2 lines
Fix broken link to vacpp in bjam docs. Refs #1512
........
r44586 | danieljames | 2008-04-19 16:27:36 +0100 (Sat, 19 Apr 2008) | 2 lines
Fix broken link to bcpp in bjam docs. Refs #1513
........
r44587 | danieljames | 2008-04-19 16:33:58 +0100 (Sat, 19 Apr 2008) | 2 lines
DateTime documentation - Fix a link to the serialization library. Refs #1659
........
r44588 | danieljames | 2008-04-19 16:35:36 +0100 (Sat, 19 Apr 2008) | 2 lines
Fix some links in interprocess & intrusive. Refs #1661
........
r44589 | danieljames | 2008-04-19 16:37:39 +0100 (Sat, 19 Apr 2008) | 2 lines
Fix some links in the python docs. Refs #1684 .
........
r44590 | danieljames | 2008-04-19 16:38:29 +0100 (Sat, 19 Apr 2008) | 2 lines
Work around a quickbook bug which is affecting the python docs. Refs #1684 .
........
r44591 | danieljames | 2008-04-19 16:39:34 +0100 (Sat, 19 Apr 2008) | 2 lines
Fix a broken link in the numeric conversion docs. Refs #1685
........
r44592 | danieljames | 2008-04-19 16:40:45 +0100 (Sat, 19 Apr 2008) | 2 lines
Fix some links in the optional docs. Refs #1687
........
r44593 | danieljames | 2008-04-19 16:42:09 +0100 (Sat, 19 Apr 2008) | 2 lines
Fix link to the hash documentation from bimap. Refs #1690
........
r44599 | danieljames | 2008-04-19 18:07:33 +0100 (Sat, 19 Apr 2008) | 2 lines
Fix a typo in the format library. Refs #1801
........
r44600 | danieljames | 2008-04-19 19:20:59 +0100 (Sat, 19 Apr 2008) | 1 line
Initialise svnmerge.
........
r44641 | danieljames | 2008-04-20 18:59:47 +0100 (Sun, 20 Apr 2008) | 2 lines
Fix the lincense url in shared container iterator documentation.
........
r44642 | danieljames | 2008-04-20 19:00:00 +0100 (Sun, 20 Apr 2008) | 2 lines
Fix image link in the mpi documentation.
........
r44643 | danieljames | 2008-04-20 19:00:11 +0100 (Sun, 20 Apr 2008) | 2 lines
Fix a typo in the spirit docs.
........
r44644 | danieljames | 2008-04-20 19:00:23 +0100 (Sun, 20 Apr 2008) | 2 lines
Escape the slash so that quickbook doesn't think it the start of an italic section, and mess up the link. Refs #1844
........
r44647 | danieljames | 2008-04-20 19:39:47 +0100 (Sun, 20 Apr 2008) | 2 lines
Fix another typo in spirit docs.
........
[SVN r44807]
2008-04-27 07:39:49 +00:00
Douglas Gregor
870eaeb722
Fix some documentation issues. Fixes #1655 , fixes #1660
...
[SVN r43680]
2008-03-17 17:34:46 +00:00
Douglas Gregor
8575b89da1
Note addition of nonblocking operations to the Python interface
...
[SVN r43166]
2008-02-07 21:09:38 +00:00
Matthias Troyer
1af142f731
Added support for std::complex to serialization
...
[SVN r41077]
2007-11-14 07:00:02 +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