2
0
mirror of https://github.com/boostorg/mpi.git synced 2026-01-26 18:52:15 +00:00
Commit Graph

68 Commits

Author SHA1 Message Date
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
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
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
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