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: daskvine scheduling algorithm #3992

Conversation

JinZhou5042
Copy link
Member

@JinZhou5042 JinZhou5042 commented Nov 25, 2024

Proposed Changes

The previous PR #3923 was closed by accident ...

Merge Checklist

The following items must be completed before PRs can be merged.
Check these off to verify you have completed all steps.

  • make test Run local tests prior to pushing.
  • make format Format source code to comply with lint policies. Note that some lint errors can only be resolved manually (e.g., Python)
  • make lint Run lint on source code prior to pushing.
  • Manual Update: Update the manual to reflect user-visible changes.
  • Type Labels: Select a github label for the type: bugfix, enhancement, etc.
  • Product Labels: Select a github label for the product: TaskVine, Makeflow, etc.
  • PR RTM: Mark your PR as ready to merge.

@JinZhou5042 JinZhou5042 requested a review from btovar November 25, 2024 21:53
taskvine/src/bindings/python3/ndcctools/taskvine/task.py Outdated Show resolved Hide resolved
taskvine/src/manager/taskvine.h Outdated Show resolved Hide resolved
@JinZhou5042 JinZhou5042 requested a review from btovar December 3, 2024 17:59
@JinZhou5042 JinZhou5042 requested a review from btovar December 3, 2024 20:21
@btovar btovar merged commit c43120d into cooperative-computing-lab:master Dec 4, 2024
10 checks passed
@JinZhou5042 JinZhou5042 deleted the daskvine_priority_scheduling_algorithm branch December 4, 2024 01:48
btovar pushed a commit that referenced this pull request Dec 14, 2024
* vine: daskvine scheduling algorithm

* lint

* use wall time

* use 'inf'

* remove unneeded func

* use total time instead of avg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

2 participants