Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JinZhou5042 committed Dec 21, 2024
1 parent 42981e1 commit d2e35f7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions taskvine/src/manager/vine_manager.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d2e35f7

Please sign in to comment.