mkogg.py: Fix 'self.get_mp4_metadata(self, source)'
[blog.git] / posts / MPI.mdwn
index 5c3fcc9c04963717ab288a9540be41afdcabd95f..5a3619b9e22e67116af64211f2962aa5ffefeac7 100644 (file)
@@ -2,8 +2,8 @@
 
 The [MPI][] framework allows separate processes in a parallel program
 to communicate.  The [standards][] are maintained by the [MPI
-Forum][].  There are several implementations, and the main ones are
-[MPICH2][] and [Open MPI][].  I've used both and they are fairly
+Forum][forum].  There are several implementations, and the main ones
+are [MPICH2][] and [Open MPI][].  I've used both and they are fairly
 interchangeable.
 
 There are also several [[Python]] bindings for MPI, but the most
@@ -11,7 +11,7 @@ popular seems to be [mpi4py][].
 
 [MPI]: http://en.wikipedia.org/wiki/Message_Passing_Interface
 [standards]: http://www.mpi-forum.org/docs/
-[MPI Forum]: http://www.mpi-forum.org/
+[forum]: http://www.mpi-forum.org/
 [MPICH2]: http://www.mcs.anl.gov/research/projects/mpich2/
 [Open MPI]: http://www.open-mpi.org/
 [mpi4py]: http://code.google.com/p/mpi4py/