dispy icon indicating copy to clipboard operation
dispy copied to clipboard

Distributed and Parallel Computing Framework with / for Python

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

Small modification to directly support 'import ' type strings as JobCluster dependencies. They are always prefixed to the compute.code and serialized as is to the compute node(s).

Hi, I am using python 3.6.8 to invoke the dispy, my install steps are as below: 1. download the codes from here 2. put the codes in Linux env 3....

When you `pip install` dispy, it sets up the helper scripts (dispynode.py, etc) with shebangs pointing to the Python interpreter. If the pathname of the install contains a space, then...

Hello, I am struggling to set up dispy to work inside a docker container. In my configuration, both a scheduler and a client (SharedJobCluster) hosted on the same server inside...

Hi everybody, sorry to bother you with weird problems again, but maybe someone already did what I'm trying to do. I'm using Bottle to handle HTTP requests inside my application,...

I have files and also a very large directory that is a dependency for the script running in the client. Is there a way to include a very large directory...

`cluster.submit` using `dispy_job_depends` parameter is not able to transfer the files to server. Although the log shows that the files have gone through, the files do not appear on the...

I'm facing an unpleasant problem with long-running jobs. A couple of hours into a run, one or two nodes get into a state, where all submitted jobs fail. The logged...

I'm trying to get the web monitoring running using the example in the documentation: ``` # example program that sends object instances in local program # as arguments to distributed...