Skip to content
Snippets Groups Projects
Commit 5d1a3fe4 authored by Morris Jette's avatar Morris Jette
Browse files

Recommend ClusterName in slurm.conf be lower case

parent 3912e694
No related branches found
No related tags found
No related merge requests found
...@@ -226,7 +226,11 @@ OpenMPI (version 1.3 or higher) ...@@ -226,7 +226,11 @@ OpenMPI (version 1.3 or higher)
\fBClusterName\fR \fBClusterName\fR
The name by which this SLURM managed cluster is known in the The name by which this SLURM managed cluster is known in the
accounting database. This is needed distinguish accounting records accounting database. This is needed distinguish accounting records
when multiple clusters report to the same database. when multiple clusters report to the same database. Because of limitations
in some databases, any upper case letters in the name will be silently mapped
to lower case. In order to avoid confusion, it is recommended that the name
be lower case.
.TP .TP
\fBCompleteWait\fR \fBCompleteWait\fR
......
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