From 34c833c8a2bb9bacd7f900ff7b8c5af72d8166a4 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 18 Nov 2010 08:20:34 -0500 Subject: [PATCH] Fix links on PBS and MPI posts. --- posts/MPI.mdwn | 6 +++--- posts/PBS.mdwn | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/posts/MPI.mdwn b/posts/MPI.mdwn index 5c3fcc9..5a3619b 100644 --- a/posts/MPI.mdwn +++ b/posts/MPI.mdwn @@ -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/ diff --git a/posts/PBS.mdwn b/posts/PBS.mdwn index aaa8b13..716a16b 100644 --- a/posts/PBS.mdwn +++ b/posts/PBS.mdwn @@ -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. -- 2.26.2