-
We should develop some helper functions for parallelization and then use it in several places.
There are several comments in the code indicating where we could parallelize things:
```
$ grep -r p…
-
Trying to speed up fitting with parallelising with SAMFire and ipyparallel now. Ran into the following issues:
- `samf = m.create_samfire()` on a model with only a background: `AttributeError: 'Dic…
-
Have seen this once in code that normally doesn't produce this. Using Jupyter/iPython cluster. Related question ( http://stackoverflow.com/q/27596463 ).
-
We would like to run a notebook server on a login and launch a notebook which is connected to a kernel on a compute node.
-
Dear All,
I am not sure how I ipengines are launched but i am running into issue when I run more that 512 ipengines. I am running these on KNL processors. We did not have this problem earlier on ou…
-
The following script hangs after about ~180 iterations on my machine
Number of iterations it gets through seems to be dependent on the time elapsed (hence the sleep)
```
import numpy as np
import …
-
When I try to open a notebook or python kernel I get the following error after waiting some time...
```
Traceback (most recent call last):
File "/opt/anaconda/anaconda3/lib/python3.6/site-packa…
-
I'm trying [this example from the dask-examples repo](https://github.com/dask/dask-examples/blob/main/applications/stencils-with-numba.ipynb). When computing the graph it gives a `PicklingError`
```
…
rsarm updated
7 months ago
-
File: session.py
The following code seems to be parsing third party data received from socket using "deserialize" function which later calls self.unpack in order to handle the received data.
"self…
-
Hackaton idea