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

Reduce commands to docker/conda #86

Closed ocaisa closed 3 years ago

ocaisa commented 3 years ago

The conda commands are a bit slow because they do environment checking, let's compress them as much as possible.

ocaisa commented 3 years ago

Looks like an upstream change again