$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: dgregor_at_[hidden]
Date: 2007-11-05 16:16:26
Author: dgregor
Date: 2007-11-05 16:16:26 EST (Mon, 05 Nov 2007)
New Revision: 40808
URL: http://svn.boost.org/trac/boost/changeset/40808
Log:
Add MPI library
Text files modified: 
   trunk/libs/libraries.htm |     2 ++                                      
   1 files changed, 2 insertions(+), 0 deletions(-)
Modified: trunk/libs/libraries.htm
==============================================================================
--- trunk/libs/libraries.htm	(original)
+++ trunk/libs/libraries.htm	2007-11-05 16:16:26 EST (Mon, 05 Nov 2007)
@@ -169,6 +169,7 @@
     <li>minmax - standard library
         extensions for simultaneous min/max and min/max element computations,
     from Hervé Brönnimann.</li>
+    <li>MPI - Message Passing Interface library, for use in distributed-memory parallel application programming, from Douglas Gregor and Matthias Troyer.</li>
     <li>mpl - Template metaprogramming
     framework of compile-time algorithms, sequences and metafunction classes,
     from Aleksey Gurtovoy.</li>
@@ -465,6 +466,7 @@
 <ul>
     <li>interprocess - Shared memory, memory mapped files,
     process-shared mutexes, condition variables, containers and allocators, from Ion Gaztañaga</li>
+    <li>MPI - Message Passing Interface library, for use in distributed-memory parallel application programming, from Douglas Gregor and Matthias Troyer.</li>
     <li>thread - Portable C++
       multi-threading, from William Kempf.</li>
 </ul>