conda-forge / numba-feedstock

A conda-smithy repository for numba.
BSD 3-Clause "New" or "Revised" License
0 stars 27 forks source link

Running tests in parallel #1

Closed jakirkham closed 5 years ago

jakirkham commented 6 years ago

Currently the test suite is not run in parallel and it takes a fair bit of time to run. Would be good if we could run the test suite in parallel so that it could speed up that portion a bit. According to the docs, one can do this with python -m numba.runtests -m. Not sure if there is a way to tell the test runner how many cores it can use, which we may want to do to avoid oversubscribing the hardware given to us for the CI job.

jakirkham commented 6 years ago

Raised issue ( https://github.com/numba/numba/issues/2940 ) upstream about constraining the number of processes used for testing.

marcelotrevisani commented 5 years ago

I think this issue was addressed right!? I am going to close it then. If not please feel free to reopen it :)