Skip to content
Snippets Groups Projects
Commit dac48ec5 authored by Moe Jette's avatar Moe Jette
Browse files

Add references to Open MPI (uses DefaultMPI=lam).

parent f498d417
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<meta http-equiv="keywords" content="Simple Linux Utility for Resource Management, SLURM, resource management, <meta http-equiv="keywords" content="Simple Linux Utility for Resource Management, SLURM, resource management,
Linux clusters, high-performance computing, Livermore Computing"> Linux clusters, high-performance computing, Livermore Computing">
<meta name="LLNLRandR" content="UCRL-WEB-213976"> <meta name="LLNLRandR" content="UCRL-WEB-213976">
<meta name="LLNLRandRdate" content="12 August 2005"> <meta name="LLNLRandRdate" content="31 August 2005">
<meta name="distribution" content="global"> <meta name="distribution" content="global">
<meta name="description" content="Simple Linux Utility for Resource Management"> <meta name="description" content="Simple Linux Utility for Resource Management">
<meta name="copyright" <meta name="copyright"
...@@ -217,6 +217,11 @@ the <b>slurmd</b> daemon. LAM/MPI version 7.1 or higher contains support for ...@@ -217,6 +217,11 @@ the <b>slurmd</b> daemon. LAM/MPI version 7.1 or higher contains support for
SLURM. SLURM.
Set the <b>MpiDefault=lam</b> configuration parameters in slurm.conf.</p> Set the <b>MpiDefault=lam</b> configuration parameters in slurm.conf.</p>
<p>Another good pen-source MPI for use with SLURM is
<a href="http://www.open-mpi.org/">Open MPI</a>.
Set the <b>MpiDefault=lam</b> configuration parameters in slurm.conf
for use of Open MPI.</p>
<p>Note that the ordering of tasks within an job's allocation matches that of <p>Note that the ordering of tasks within an job's allocation matches that of
nodes in the slurm.conf configuration file. SLURM presently lacks the ability nodes in the slurm.conf configuration file. SLURM presently lacks the ability
to arbitrarily order tasks across nodes.</p> to arbitrarily order tasks across nodes.</p>
...@@ -548,7 +553,7 @@ in the NEWS file. ...@@ -548,7 +553,7 @@ in the NEWS file.
<td colspan="3"><hr> <p>For information about this page, contact <a href="mailto:slurm-dev@lists.llnl.gov">slurm-dev@lists.llnl.gov</a>.</p> <td colspan="3"><hr> <p>For information about this page, contact <a href="mailto:slurm-dev@lists.llnl.gov">slurm-dev@lists.llnl.gov</a>.</p>
<p><a href="http://www.llnl.gov/"><img align=middle src="lll.gif" width="32" height="32" border="0"></a></p> <p><a href="http://www.llnl.gov/"><img align=middle src="lll.gif" width="32" height="32" border="0"></a></p>
<p class="footer">UCRL-WEB-213976<br> <p class="footer">UCRL-WEB-213976<br>
Last modified 12 August 2005</p></td> Last modified 31 August 2005</p></td>
</tr> </tr>
</table> </table>
</td> </td>
......
...@@ -221,7 +221,8 @@ May not exceed 65534. ...@@ -221,7 +221,8 @@ May not exceed 65534.
\fBMpiDefault\fR \fBMpiDefault\fR
Identifies the default type of MPI to be used. Identifies the default type of MPI to be used.
Srun may override this configuration parameter in any case. Srun may override this configuration parameter in any case.
Currently supported versions include: lam, mpich\-gm, mvapich, Currently supported versions include: lam (which works for
LAM MPI and Open MPI), mpich\-gm, mvapich,
and none (default, which works for many other versions of MPI). and none (default, which works for many other versions of MPI).
.TP .TP
\fBPluginDir\fR \fBPluginDir\fR
......
...@@ -353,9 +353,9 @@ JobAcctType=jobacct/none ...@@ -353,9 +353,9 @@ JobAcctType=jobacct/none
# "MpiDefault" : define the default type of MPI to be used. If # "MpiDefault" : define the default type of MPI to be used. If
# srun does not specify another value, slurm will # srun does not specify another value, slurm will
# establish the environment for this mpi to execute. # establish the environment for this mpi to execute.
# Currently supported values are lam, mpich-gm, mvapich, # Currently supported values are lam (for LAM MPI and
# and none (default, which works for most other versions # Open MPI), mpich-gm, mvapich, and none (default,
# of MPI). # which works for most other versions of MPI).
# #
# Example: # Example:
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment