dispy icon indicating copy to clipboard operation
dispy copied to clipboard

Distributed and Parallel Computing Framework with / for Python

Results 87 dispy issues
Sort by recently updated
recently updated
newest added

Hey, I'm trying to run the `sample.py` from the [Canonical Program example](http://dispy.sourceforge.net/examples.html#canonical-program) with Python 3.6.1 and dispy==4.7.6 running on OSX 10.12.4 and Im getting this error: ``` 2017-05-22 10:08:15 asyncoro...

I have tried all of those and get the following: 2017-08-15 19:27:10 pycos - uncaught exception in _shutdown/140686503097984: Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/pycos/__init__.py", line 3687, in _schedule retval...

Hi, I'm running about 280k jobs that each take about 1 minute to complete (runs an external unix command) on a 11 nodes cluster and after an hour or so...

This is probably a newbie problem but running dispy on Windows 10 generated the following error: 2017-04-09 20:58:30 asyncoro - version 4.5.3 with IOCP I/O notifier 2017-04-09 20:58:30 dispy -...

I think the title says it all. sometimes a zombie_interval of 1 is not very useful especially if your cluster is not managing a lot of nodes.

The use of Python's multiprocessing module (for example, in dispynode.py) prohibits the use of data objects that cannot be pickled leading to the error "Can't pickle : attribute lookup module...

with dispy v4.7.4, dispynode crashes because of socket module: ``` 2017-04-07 10:30:22 dispynode - dispynode version: 4.7.4, PID: 10612 2017-04-07 10:30:22 dispynode - node IP address fe80::71:f2e2:50bd:3c33%2 seems to be...

Hello folks, I'm dispatching jobs which can take several days to finish. I was wondering if I have to start nodes with any additional paramater (timeout maybe?) in order to...

using dispy 4.6.12 While dispynode is running suddenly it crashes and doesn't send results back to Cluster anymore. This error doesn't happen always. looks like a race condition but have...

I believe it is rather cumbersome to maintain two code bases for Python 2 and Python 3. From glancing over the code with `meld` I think most of the differences...