basnijholt / adaptive-scheduler

Run many functions (adaptively) on many cores (>10k-100k) using mpi4py.futures, ipyparallel, loky, or dask-mpi. :tada:
http://adaptive-scheduler.readthedocs.io
BSD 3-Clause "New" or "Revised" License
26 stars 10 forks source link

Set `exclusive=False` by default #233

Closed basnijholt closed 1 month ago

basnijholt commented 1 month ago

Having it True is not a good default on small clusters. Since SLURM also doesn't set --exclusive by default, we'll change it.

cc @jbweston @aeantipov @jgukelberger for awareness