From 96d2cdec2b647718e336a4122718f1684414ebd9 Mon Sep 17 00:00:00 2001 From: David Bigagli <david@schedmd.com> Date: Mon, 4 Nov 2013 14:16:24 -0800 Subject: [PATCH] The jobacct_gather/cgroup is no longer experimental. --- 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 94f1e35153f..14cdb98f6ea 100644 --- a/doc/man/man5/slurm.conf.5 +++ b/doc/man/man5/slurm.conf.5 @@ -777,7 +777,7 @@ The default value is unlimited (zero) and may not exceed 65533 seconds. The job accounting mechanism type. Acceptable values at present include "jobacct_gather/aix" (for AIX operating system), "jobacct_gather/linux" (for Linux operating system), -"jobacct_gather/cgroup" (experimental) and "jobacct_gather/none" +"jobacct_gather/cgroup" and "jobacct_gather/none" (no accounting data collected). The default value is "jobacct_gather/none". "jobacct_gather/cgroup" is an experimental plugin for the Linux operating system -- GitLab