From d2e35f7d92d72f47eab753466166678132a21e66 Mon Sep 17 00:00:00 2001 From: JinZhou5042 Date: Sat, 21 Dec 2024 01:27:59 -0500 Subject: [PATCH] remove comment --- taskvine/src/manager/vine_manager.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/taskvine/src/manager/vine_manager.c b/taskvine/src/manager/vine_manager.c index 408e6db627..4099846e13 100644 --- a/taskvine/src/manager/vine_manager.c +++ b/taskvine/src/manager/vine_manager.c @@ -2673,8 +2673,7 @@ struct rmsummary *vine_manager_choose_resources_for_task(struct vine_manager *q, } /* When cores are unspecified, they are set to 0 if gpus are specified. - * Otherwise they get a proportion according to specified resources. - * Tasks will get at least one core */ + * Otherwise they get a proportion according to specified resources. */ if (limits->cores == -1 && limits->gpus > 0) { limits->cores = 0; } else {