MPIScheduler#

class gordias.dask_setup.MPIScheduler(**kwargs: Any)#

Scheduler using dask.mpi for cluster setup.

Should be avoided since the Dask-MPI project seems to be out-of-date. For now, prefer ExternalScheduler; might be revisited at a later time.

client#

A client that connect to and submit computation to a Dask cluster.

Type:

dask.Client

Methods