You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
julia> GreedyScheduler(; ntasks = 4, chunksize = 10)
ERROR: ArgumentError: nchunks and chunksize are mutually exclusive and only one of them may be a positive integer
The text was updated successfully, but these errors were encountered:
I'm sorry, my comment was wrong. We used to have nchunks for all schedulers in the past and there it was == ntasks because we spawn one task per chunk. For the greedy scheduler, this isn't the case, of course.
The text was updated successfully, but these errors were encountered: