From ef96ba0f7fa76d60b347e37a715a5da01ae63193 Mon Sep 17 00:00:00 2001 From: Moe Jette <jette1@llnl.gov> Date: Tue, 17 Feb 2009 16:31:41 +0000 Subject: [PATCH] Update comment for greater clarity. No code changes. --- src/slurmd/slurmd/req.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/slurmd/slurmd/req.c b/src/slurmd/slurmd/req.c index 82fda69d60d..c7746d44fc6 100644 --- a/src/slurmd/slurmd/req.c +++ b/src/slurmd/slurmd/req.c @@ -720,7 +720,8 @@ _check_job_credential(launch_tasks_request_msg_t *req, uid_t uid, alloc_lps = 1; } if (tasks_to_launch > alloc_lps) { - /* This is expected with the --overcommit option */ + /* This is expected with the --overcommit option + * or hyperthreads */ debug("cons_res: More than one tasks per logical " "processor (%d > %u) on host [%u.%u %ld %s] ", tasks_to_launch, alloc_lps, arg.jobid, -- GitLab