Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vine: typo #4036

Merged
merged 1 commit into from
Jan 27, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion taskvine/src/manager/vine_manager.c
Original file line number Diff line number Diff line change
Expand Up @@ -2938,7 +2938,7 @@ static vine_result_code_t commit_task_to_worker(struct vine_manager *q, struct v
vine_result_code_t result = VINE_SUCCESS;

/* Kill unused libraries on this worker to reclaim resources. */
/* Matches assumption in vine_schedule.c:check_available_resources() */
/* Matches assumption in vine_schedule.c:check_worker_have_enough_resources() */
kill_empty_libraries_on_worker(q, w, t);

/* If this is a function needing a library, dispatch the library. */
Expand Down
Loading