E-CAM / jobqueue_features

This library provides some useful decorators for dask_jobqueue. It also expands it's scope to include MPI workloads, including extending configuration options for such workloads and heterogeneous resources.
6 stars 3 forks source link

Issue with specifying mpi_launcher #17

Open srmnitc opened 5 years ago

srmnitc commented 5 years ago

mpi_launcher option needs to be specified both during the definition of cluster and also in mpi_wrap_task

ocaisa commented 5 years ago

Thanks for the bug report @srmnitc ! This should indeed not be necessary, I will try to follow this up this week.