Skip to content

Commit

Permalink
removed file
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Xue committed Oct 10, 2024
1 parent a8f421a commit 735555d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taskvine/src/manager/vine_manager.c
Original file line number Diff line number Diff line change
Expand Up @@ -5142,7 +5142,7 @@ int vine_hungry(struct vine_manager *q)
workers_total_avail_disk = 2 * qstats.total_disk - qstats.committed_disk; // never overcommit disk

// get required resources (cores, memory, disk, gpus) of one (all?) waiting tasks
// seems to iterate through all tasks counted in the queue
// seems to iterate through all tasks counted in the queue.
int64_t ready_task_cores = 0;
int64_t ready_task_memory = 0;
int64_t ready_task_disk = 0;
Expand Down

0 comments on commit 735555d

Please sign in to comment.