From cfe1371f6aeef2c7df050d863ac1f5534b48cad1 Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Mon, 22 Jan 2007 23:16:30 +0000
Subject: [PATCH] Tweak of mpi documenation

---
 doc/html/configurator.html.in | 4 +---
 doc/man/man5/slurm.conf.5     | 7 ++-----
 2 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/doc/html/configurator.html.in b/doc/html/configurator.html.in
index 73e083ae163..37d95bbbe86 100644
--- a/doc/html/configurator.html.in
+++ b/doc/html/configurator.html.in
@@ -411,12 +411,10 @@ handling required (InfiniBand, Myrinet, Ethernet, etc.)<BR>
 Specify the type of MPI to be used by default. SLURM will configure environment 
 variables accordingly. Users can over-ride this specification with an srun option.<BR>
 Select one value for <B>MpiDefault</B>:<BR>
-<input type="radio" name="mpi_default" value="lam"> <B>LAM MPI</B><BR>
 <input type="radio" name="mpi_default" value="mpichgm"> <B>Mpich-Gm</B><BR>
 <input type="radio" name="mpi_default" value="mvapich"> <B>MVAPICH</B><BR>
-<input type="radio" name="mpi_default" value="openmpi"> <B>Open MPI</B><BR>
 <input type="radio" name="mpi_default" value="none" checked> <B>None</B>: 
-This works for most other MPI types.<BR>
+This works for most other MPI types including LAM MPI and Open MPI.<BR>
 <P>
 
 <H2>Process Tracking</H2>
diff --git a/doc/man/man5/slurm.conf.5 b/doc/man/man5/slurm.conf.5
index 934826a8b0c..f6b0e5c16ce 100644
--- a/doc/man/man5/slurm.conf.5
+++ b/doc/man/man5/slurm.conf.5
@@ -242,13 +242,10 @@ May not exceed 65533.
 Identifies the default type of MPI to be used. 
 Srun may override this configuration parameter in any case.
 Currently supported versions include: 
-\fBlam\fR (which supports LAM MPI, but specify "none" instead and let 
-LAM MPI select the plugin using an option of the srun command), 
 \fBmpichgm\fR, 
 \fBmvapich\fR,
-\fBopenmpi\fR (which supports Open MPI, but specify "none" instead and let
-Open MPI select the plugin using an option of the srun command), and 
-\fBnone\fR (default, which works for many other versions of MPI).
+\fBnone\fR (default, which works for many other versions of MPI including 
+LAM MPI and Open MPI).
 
 .TP
 \fBMessageTimeout\fR
-- 
GitLab