-
In https://git.rwth-aachen.de/3pia/cms_analyses/common/-/blob/master/dask.yml#L34-37 the lines
```yaml
distributed:
worker:
memory:
target: 0.7
spill: 0.9
pause: 0.92
…
-
**What happened**: When I try to create cluster via dask gateway I getting error like below. When cluster created successfully ; I think it stucks in the pending status and shut down itself automat…
-
Since a "major makeover" was mentioned for dask-mpi in dask/distributed#7192, I thought I would ask if support for non-MPI backends was a possibility. That is, use something like Slurm's `srun` to la…
-
**Describe the bug**
The /glade/scratch partition is not available and at least one of the notebooks points there.
**To Reproduce**
cupid-run config.yml
**Expected behavior**
The following me…
-
Original problem raised by @jmichel-otb in https://github.com/dask/dask-jobqueue/issues/196#issuecomment-548412595.
> I currently encounter the limitation of maximum number of jobs in queue. Our ma…
-
This is to clarify one of the outcome of #181.
Several people have asked how they can use dask-jobqueue to submit multi-threaded tasks. There are two answers currently:
- we can use `resource_sp…
-
We are currently trying to run dask, jobqueue and labextension on our cluster as a test. We could start a cluster by hand and also with the jobqueue file.
We cannot start SLURM Cluster with the dask…
-
Hey all,
This is just a thought for the `SLURMCluster` for now (since that's what I'm familiar with) but similar options may be available in other clusters too. Currently, the `cancel_command` in…
-
Since [iris 3.6](https://scitools-iris.readthedocs.io/en/stable/whatsnew/3.6.html), it is possible to use [Dask distributed](https://distributed.dask.org/en/stable/) with iris. This is a great new fea…
-
Spinning up a `dask` cluster on Hobart requires specifying a `resource_spec` argument to `PBSCluster`.
```python
cluster = dask_jobqueue.PBSCluster(cores=48,
…