From 72dd23cc242b940e3b683c503016e669383f488c Mon Sep 17 00:00:00 2001 From: Morris Jette <jette@schedmd.com> Date: Mon, 10 Jun 2013 12:56:03 -0700 Subject: [PATCH] Clarify parameter "Shared=yes" option implemenation --- doc/man/man5/slurm.conf.5 | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/doc/man/man5/slurm.conf.5 b/doc/man/man5/slurm.conf.5 index 18ae7570d91..4b94c183a2a 100644 --- a/doc/man/man5/slurm.conf.5 +++ b/doc/man/man5/slurm.conf.5 @@ -3298,13 +3298,9 @@ small blocks or for systems running with gang scheduling (\fBSchedulerType=sched/gang\fR). .TP \fBYES\fR -Makes all resources in the partition available for sharing, -but honors a user's request for dedicated resources. -If \fBSelectType=select/cons_res\fR, then resources will be -over\-subscribed unless explicitly disabled in the job submit -request using the "\-\-exclusive" option. -With \fBSelectType=select/bluegene\fR or \fBSelectType=select/linear\fR, -resources will only be over\-subscribed when explicitly requested +Makes all resources in the partition available for sharing upon request by +the job. +Resources will only be over\-subscribed when explicitly requested by the user using the "\-\-share" option on job submission. May be followed with a colon and maximum number of jobs in running or suspended state. -- GitLab