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

Try to fix intermittent CI failure #112

Closed ocaisa closed 3 years ago

ocaisa commented 3 years ago

I have seen failures in the scheduled CI (see this for an example) that seems to occur pretty regularly but is not linked to any particular iteration in the CI (though seems to occur more frequently with PBS).

Since I'm shooting in the dark, I just added something that shouldn't do any harm but might solve the problem. CI is passing so I'm going to merge and wait and see if that resolves the issue going forward.