diff options
Diffstat (limited to 'doc/html/mpi.html')
-rw-r--r-- | doc/html/mpi.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/html/mpi.html b/doc/html/mpi.html index fcd94bc647..3cd82e9f1d 100644 --- a/doc/html/mpi.html +++ b/doc/html/mpi.html @@ -2,12 +2,12 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> -<title>Chapter 23. Boost.MPI</title> +<title>Chapter 24. Boost.MPI</title> <link rel="stylesheet" href="../../doc/src/boostbook.css" type="text/css"> -<meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> +<meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <link rel="home" href="index.html" title="The Boost C++ Libraries BoostBook Documentation Subset"> <link rel="up" href="libraries.html" title="Part I. The Boost C++ Libraries (BoostBook Subset)"> -<link rel="prev" href="auxiliary.html" title="Auxiliary Components"> +<link rel="prev" href="boost/move_if__idm46563255968224.html" title="Function template move_if_not_lvalue_reference"> <link rel="next" href="mpi/getting_started.html" title="Getting started"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -21,12 +21,12 @@ </tr></table> <hr> <div class="spirit-nav"> -<a accesskey="p" href="auxiliary.html"><img src="../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="libraries.html"><img src="../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="mpi/getting_started.html"><img src="../../doc/src/images/next.png" alt="Next"></a> +<a accesskey="p" href="boost/move_if__idm46563255968224.html"><img src="../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="libraries.html"><img src="../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="mpi/getting_started.html"><img src="../../doc/src/images/next.png" alt="Next"></a> </div> <div class="chapter"> <div class="titlepage"><div> <div><h2 class="title"> -<a name="mpi"></a>Chapter 23. Boost.MPI</h2></div> +<a name="mpi"></a>Chapter 24. Boost.MPI</h2></div> <div><div class="author"><h3 class="author"> <span class="firstname">Douglas</span> <span class="surname">Gregor</span> </h3></div></div> @@ -45,7 +45,7 @@ </div></div> <div class="toc"> <p><b>Table of Contents</b></p> -<dl> +<dl class="toc"> <dt><span class="section"><a href="mpi.html#mpi.intro">Introduction</a></span></dt> <dt><span class="section"><a href="mpi/getting_started.html">Getting started</a></span></dt> <dd><dl> @@ -132,7 +132,7 @@ thin abstractions in Boost.MPI allow one to easily combine it with calls to the underlying C MPI library. Boost.MPI currently supports: </p> -<div class="itemizedlist"><ul class="itemizedlist" type="disc"> +<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> <li class="listitem"> Communicators: Boost.MPI supports the creation, destruction, cloning, and splitting of MPI communicators, along with manipulation of process groups. @@ -168,12 +168,12 @@ </div> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> -<td align="left"><p><small>Last revised: May 05, 2016 at 21:19:19 GMT</small></p></td> +<td align="left"><p><small>Last revised: September 21, 2016 at 14:37:37 GMT</small></p></td> <td align="right"><div class="copyright-footer"></div></td> </tr></table> <hr> <div class="spirit-nav"> -<a accesskey="p" href="auxiliary.html"><img src="../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="libraries.html"><img src="../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="mpi/getting_started.html"><img src="../../doc/src/images/next.png" alt="Next"></a> +<a accesskey="p" href="boost/move_if__idm46563255968224.html"><img src="../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="libraries.html"><img src="../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="mpi/getting_started.html"><img src="../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html> |