Replies: 1 comment 5 replies
-
Is there any idea on this from the dev team? It would be good to know if there are any solutions using |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a test suite containing N tests, meant to run some long and computationally intensive programs, each test class spins up M processes (the number of processes varies from class to class). I was wondering if there was a way to use xdist and some custom weights to load balance the work in the scheduler. Any thoughts?
MWE
This is a dummy example using MPI.
Desired Outcome
On a machine with 14 cores, running
pytest -n auto
would run:TestParallelMyApp1
andTestParallelMyApp3
TestParallelMyApp2
Beta Was this translation helpful? Give feedback.
All reactions