charm4py icon indicating copy to clipboard operation
charm4py copied to clipboard

WIP: ConstantWorkersPerHostPoolScheduler

Open nchristensen opened this issue 4 years ago • 0 comments

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 avatar Oct 28 '21 07:10 nchristensen