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

WIP: ConstantWorkersPerHostPoolScheduler #217

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Oct 28, 2021

  1. WIP: ConstantWorkersPerHostPoolScheduler

    Putting this in a pull request in case it is worth incorporating here. I'm using Charm4py to distribute tasks to GPUs on a distributed memory machine. If each PE is assigned a GPU, then the GPU assigned to PE 0 is left idle. This scheduler avoids that problem by having one PE be idle on each host. Users can then run with Num_GPUs + 1 PEs per host to use all of the GPUs on each host while leaving PE 0 for scheduling.
    nchristensen committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    57ae534 View commit details
    Browse the repository at this point in the history