Fix links on PBS and MPI posts.
authorW. Trevor King <wking@drexel.edu>
Thu, 18 Nov 2010 13:20:34 +0000 (08:20 -0500)
committerW. Trevor King <wking@drexel.edu>
Thu, 18 Nov 2010 13:20:34 +0000 (08:20 -0500)
posts/MPI.mdwn
posts/PBS.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/
index aaa8b13953328938d9468eabe380b4f61f73679e..716a16b29d0086dea4fc1e72ad3019fa6a16d1c0 100644 (file)
@@ -3,7 +3,7 @@
 [PBS][] software schedules jobs to efficiently allocate the available
 computing resources.  It is often used on clusters, allowing users to
 queue jobs which are executed once enough worker nodes become
-available.  The main open-source PBS implementation is [Tourque],
+available.  The main open-source PBS implementation is [Tourque][],
 which provides the infrastructure.  [Maui][] (also open-source) plugs
 into Torque and provides the scheduling logic.