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

I have been try this example for a couple of days, but never succeed! When I trace into the code , I found that, in dispynode.py ,function dispy_send_file(path, timeout=MsgTimeout),when then...

Syntax does not work with Python 2.7 ![image](https://user-images.githubusercontent.com/20131316/44418016-39738a80-a545-11e8-8efe-da47f6bbcd04.png)

Couple of users requested a feature that allows jobs to specify more than one CPU, as the jobs themselves take advantage of multi-core/multi-CPU. [job_cpus.txt](https://github.com/pgiri/dispy/files/160157/job_cpus.txt) patch is one approach. Apply the...

Hello again, I have hierarchical code, and I would like my computation function to be a class method. Does dispy support this? I modified [this example](http://dispy.sourceforge.net/examples.html#distributing-objects) to show what I...

``` 2018-05-28 18:26:52 dispyscheduler - Node is not responding; removing it (8.0, 1527503184.46, 1527503212.55) 2018-05-28 18:26:52 pycos - uncaught exception in timer_proc/5062128: Traceback (most recent call last): File "/test/pycos/__init__.py", line...

I was wondering if there is a way to change the "computation" function each time I invoke a submit. In my project (https://github.com/idaholab/raven) we heavily use parallel computation for several...

Hi, I cannot setup dispy to work with SSL certificate. It works only for node on the same machine, but not for remote nodes. Here is command i used to...

I have the following code below that I am trying to use to pass argument 't' to the test function. ``` import socket import time import dispy def test(t): time.sleep(t)...

Hello! Sweet project, thanks for releasing this! How would one go about activating a virtual environment before running any computations? I usually write all my simulation code and install it...

Hi, I'm looking to submit scripts that contain lambda functions to a compute cluster, but this seems impossible with the current setup due to the use of pickle without dill...