File: mpi.conf.5

package info (click to toggle)
slurm-wlm-contrib 24.11.5-4
  • links: PTS, VCS
  • area: contrib
  • in suites: forky, sid
  • size: 50,600 kB
  • sloc: ansic: 529,598; exp: 64,795; python: 17,051; sh: 9,411; javascript: 6,528; makefile: 4,030; perl: 3,762; pascal: 131
file content (121 lines) | stat: -rw-r--r-- 3,884 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
.TH "mpi.conf" "5" "Slurm Configuration File" "November 2022" "Slurm Configuration File"

.SH "NAME"
mpi.conf \- Slurm configuration file to allow the configuration of MPI plugins.

.SH "DESCRIPTION"
\fBmpi.conf\fR is an ASCII file which defines parameters that control the
behavior of MPI plugins. Currently the configuration file can only be used
to configure the PMIx plugin, but it can be extended to support other MPI
plugins as well. The file will always be located in the same directory as
the \fBslurm.conf\fR. This file is optional.

Parameter names are case insensitive. Any text following a "#" in the
configuration file is treated as a comment through the end of that line.
Changes to the configuration file take effect upon restart of Slurm daemons,
daemon receipt of the SIGHUP signal, or execution of the command "scontrol
reconfigure" unless otherwise noted.

Settings from this configuration file can be viewed in the output of
"scontrol show config". This configuration file can be included when using
"configless" mode. Information from mpi.conf is read at startup or upon
reconfigure by slurmctld and slurmd. Instances of slurmstepd for batch steps
will receive information about the plugin requested from slurmd.

.SH "PARAMETERS"

.TP
\fBPMIxCliTmpDirBase\fR=<\fIpath\fR>
Directory to have PMIx use for temporary files.
Defaults to not being set.
.IP

.TP
\fBPMIxCollFence\fR={mixed|tree|ring}
Define the type of fence to use for collecting inter-node data.
Defaults to not being set. See also \fBPMIxFenceBarrier\fR.
.IP

.TP
\fBPMIxDebug\fR={0|1}
Enable debug logging for the PMIx plugin.
Defaults to 0.
.IP

.TP
\fBPMIxDirectConn\fR={true|false}
Disable direct launching of tasks. Default is "true".
.IP

.TP
\fBPMIxDirectConnEarly\fR={true|false}
Allow early connections to a parent node.
Defaults to "false".
.IP

.TP
\fBPMIxDirectConnUCX\fR={true|false}
Allow PMIx to use UCX for communication.
Defaults to "false".
.IP

.TP
\fBPMIxDirectSameArch\fR={true|false}
Enable additional communication optimizations when \fBPMIxDirectConn\fR is
set to true, assuming all the job's nodes have the same architecture.
Defaults to "false".
.IP

.TP
\fBPMIxEnv\fR=<\fIenvironment variables\fR>
Semicolon separated list of environment variables to be set in job environments
to be used by PMIx. Defaults to not being set.
.IP

.TP
\fBPMIxFenceBarrier\fR={true|false}
Define whether to fence inter-node communication for data collection.
Default is "false". See also \fBPMIxCollFence\fR.
.IP

.TP
\fBPMIxNetDevicesUCX\fR=<\fIdevice type\fR>
Type of network device to use for communication.
Defaults to not being set.
.IP

.TP
\fBPMIxTimeout\fR=<\fItime\fR>
The maximum time (in seconds) allowed for communication between hosts to
take place. Defaults to 300 seconds.
.IP

.TP
\fBPMIxTlsUCX\fR=<\fItl1\fR>[,<\fItl2\fR>...]
Sets the UCX_TLS variable which restricts the transports to use. The accepted
values are defined in the UCX documentation and may vary between installations.
Multiple values can be set and must be separated by commas.
If not set, UCX tries to use all available transports and selects the best ones
according to their performance capabilities and scale.
Defaults to not being set.
.IP

.SH "COPYING"
Copyright (C) 2022 SchedMD LLC.
.LP
This file is part of Slurm, a resource management program.
For details, see <https://slurm.schedmd.com/>.
.LP
Slurm is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your option)
any later version.
.LP
Slurm is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
details.

.SH "SEE ALSO"
.LP
\fBslurm.conf\fR(5)