From baa3944fa93fbb55763a8f8b0edc098aa92f948c Mon Sep 17 00:00:00 2001 From: "Christopher J. Morrone" <morrone2@llnl.gov> Date: Wed, 3 Aug 2005 18:02:18 +0000 Subject: [PATCH] Change proctrack/sid reference to proctrack/pgid --- doc/man/man5/slurm.conf.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/man/man5/slurm.conf.5 b/doc/man/man5/slurm.conf.5 index 773004bd640..c80254168a4 100644 --- a/doc/man/man5/slurm.conf.5 +++ b/doc/man/man5/slurm.conf.5 @@ -244,7 +244,7 @@ Identifies the plugin to be used for process tracking. The slurmd daemon uses this mechanism to identify all processes which are children of processes it spawns for a user job. Acceptable values at present include "proctrack/aix" (which -is the default for AIX systems) and "proctrack/sid" (which +is the default for AIX systems) and "proctrack/pgid" (which is the default for all other systems). The slurmd daemon must be restarted for a change in ProctrackType to take effect. -- GitLab