JuliaParallel / Dagger.jl

A framework for out-of-core and parallel execution
Other
632 stars 67 forks source link

Add option to the tests for setting the number of workers #515

Closed JamesWrigley closed 4 months ago

JamesWrigley commented 4 months ago

This is useful when testing if you don't need extra workers and don't want to wait for them to be started.

jpsamaroo commented 4 months ago

Awesome, I'd been meaning to add this. Thanks!