Skip to content

Commit

Permalink
reference to CS-620 in @todo statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jgabler-hpc committed Sep 26, 2024
1 parent 33833bd commit b38602e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/libs/sched/sge_select_queue.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6550,7 +6550,7 @@ parallel_rc_slots_by_time(const sge_assignment_t *a, int *slots, int *slots_qend
switch (result) {
case DISPATCH_OK:
master_usage = requests; // for slave matching need to consider what the master task would consume
// @todo sometimes ri_slots_by_time() seems to return 0 (DISPATCH_OK) instead of DISPATCH_NOT_AT_TIME
// @todo CS-620 sometimes ri_slots_by_time() seems to return 0 (DISPATCH_OK) instead of DISPATCH_NOT_AT_TIME
if (avail == 0) {
master_slot = 0;
master_usage = nullptr;
Expand Down

0 comments on commit b38602e

Please sign in to comment.