Skip to content

Commit bc18115

Browse files
committed
update README and README.modules
Remove reference to unsupported modules from README and README.modules
1 parent e6e6832 commit bc18115

File tree

2 files changed

+2
-61
lines changed

2 files changed

+2
-61
lines changed

README

+1-35
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,7 @@ To configure in additional feature modules:
3535
Enable support of ssh(1) remote shell service.
3636

3737
--with-machines=/path/to/machines
38-
Use a flat file list of machine names for -a instead of
39-
genders, nodeattr, or SDRGetObjects.
40-
41-
--with-qshell
42-
Enable support for running parallel jobs on the Quadrics Elan
43-
interconnect via the qshell service option (-R qsh) and qshell daemon.
44-
See README.QsNet for more information.
38+
Use a flat file list of machine names for -a instead of genders
4539

4640
--with-genders
4741
Enable support of a genders database through the genders(3)
@@ -58,30 +52,13 @@ To configure in additional feature modules:
5852
Enable use of netgroups (via /etc/netgroup or NIS) to build lists
5953
of target hosts using -g/-X to include/exclude hosts.
6054

61-
--with-nodeattr=/path/to/nodeattr
62-
Enable support of a genders database through the nodeattr(1)
63-
command. This is primarily for older systems that do not yet
64-
have genders(3) library support. For pdsh's -i option to
65-
function properly, the genders database must have alternate
66-
node names listed as the value of the "altname" attribute and
67-
the nodeattr command must have the -r option available.
68-
6955
--with-nodeupdown
7056
Enable support of dynamic elimination of down nodes through
7157
the nodeupdown(3) library.
7258

7359
--with-mrsh
7460
Enable support of mrsh(1) remote shell service.
7561

76-
--with-mqshell
77-
Enable support for runnig parallel jobs on the Quadrics Elan
78-
interconnect via the mqshell service option (-R mqsh) and
79-
mqshell dameon. Mqshell is identical to qshell but adds munge
80-
authentication (authentication used by mrsh).
81-
82-
--with-rms
83-
Support running pdsh under RMS allocation.
84-
8562
--with-slurm
8663
Support running pdsh under SLURM allocation.
8764

@@ -94,10 +71,6 @@ To configure in additional feature modules:
9471
--with-readline
9572
Use the GNU readline library to parse input in interactive mode.
9673

97-
--without-pam
98-
Disable PAM from the qshell and mqshell daemons. By default, they
99-
are enabled.
100-
10174
Note that a number of the above configurations options may "conflict"
10275
with each other because they perform identical operations. For
10376
example, genders and nodeattr both support the -g option. If several
@@ -122,13 +95,6 @@ For example:
12295
> chown root PREFIX/bin/pdsh PREFIX/bin/pdcp
12396
> chmod 4755 PREFIX/bin/pdsh PREFIX/bin/pdcp
12497

125-
If you compile the qshell and/or mqshell with PAM support, remember to
126-
update your PAM configuration files to support the "qshell" and/or
127-
"mqshell" service names. There are sample xinetd(8) config files
128-
for qshd and mqshd in the etc/ directory. Also be sure read the
129-
README.QsNet file in this directory.
130-
131-
13298
+---------+
13399
| GOTCHAS |
134100
+---------+

README.modules

+1-26
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,6 @@ Description: Rcmd connect method using Munge authentication.
3939
Conflicts: None
4040
Requires: munge
4141

42-
Module: rcmd/qsh
43-
Package: pdsh-rcmd-qshell
44-
Description: Run QsNet MPI jobs with pdsh.
45-
Conflicts: rcmd/mqsh
46-
Requires: qsnet, pdsh-qshd (qshell server)
47-
48-
Module: rcmd/mqsh
49-
Package: pdsh-rcmd-mqshell
50-
Description: Run QsNet MPI jobs with pdsh (Munge authentication)
51-
Conflicts: rcmd/qsh
52-
Requires: qsnet, munge, pdsh-mqshd (mqshell server)
53-
5442
Module: rcmd/xcpu
5543
Package: pdsh-rcmd-xcpu
5644
Description: Rcmd connect method using XCPU
@@ -60,15 +48,9 @@ Requires: XCPU service mounted on /mnt/xcpu/<hostname>/xcpu
6048
Module: misc/genders
6149
Package: pdsh-mod-genders
6250
Description: Provides -a,-i,-g node selection options using libgenders.
63-
Conflicts: misc/nodeattr, misc/machines, misc/dshgroup, misc/netgroup
51+
Conflicts: misc/machines, misc/dshgroup, misc/netgroup
6452
Requires: libgenders
6553

66-
Module: misc/nodeattr
67-
Package: pdsh-mod-nodeattr
68-
Description: Provides -a,-i,-g options using the nodeattr(1) program.
69-
Conflicts: misc/genders, misc/machines
70-
Requires: nodeattr program
71-
7254
Module: misc/nodeupdown
7355
Package: pdsh-mod-nodeupdown
7456
Description: Provides -v option using nodeupdown library
@@ -80,13 +62,6 @@ Package: pdsh-mod-machines
8062
Description: Provides -a option using a flat-file list of hosts
8163
Conflicts: misc/genders, misc/nodeattr
8264

83-
Module: misc/rms
84-
Package: pdsh-mod-rms
85-
Description: Allows list of targets to be built based off RMS_RESOURCEID
86-
environment variable.
87-
Conflicts: None
88-
Requires: RMS: rmsquery, qsrmslibs
89-
9065
Module: misc/slurm
9166
Package: pdsh-mod-slurm
9267
Description: Allows list of targets to be built off SLURM_JOBID or `-j jobid'

0 commit comments

Comments
 (0)