parallel-python
using ppserver with parallel python
i\'m using parallel python for stearing Monte Carlo simulations in Modelica. Everything works perfectly if i\'m working on a single computer with 8 ncpus, however, i fail in adding ppservers to the re[详细]
2023-02-24 07:04 分类:问答Moving Parallel Python code to the cloud
Upon hearing that the scientific computing project (happens to be the stochastic tractography method described here) I\'m currently running for an investigator would take 4 months on our 50 node clust[详细]
2023-02-09 20:50 分类:问答object won't die (still references to it that I can't find)
I\'m using parallel-python and start a new job server in a function. after the funct开发者_开发百科ions ends it still exists even though I didn\'t return it out of the function (I used weakref to test[详细]
2022-12-27 04:03 分类:问答parallel-python error: RuntimeError("Socket connection is broken")
I am using a simple program to send a function: import pp nodes=(\'mosura02\',\'mosura03\',\'mosura04\',\'mosura05\',\'mosura06\',[详细]
2022-12-26 16:47 分类:问答local variable 'sresult' referenced before assignment
I have had multiple problems trying to use PP. I am running python2.6 and pp 1.6.0 rc3. Using the following test code:[详细]
2022-12-26 03:51 分类:问答When using Parallel Python, is there any way to tell on which machine the job has run?
I have written a simple program using parallel python, and all works well. However, mainly for curiosities sake, I would like to know on which machine each task ran, and how long it took.[详细]
2022-12-20 16:56 分类:问答Structuring a program. Classes and functions in Python
I\'m writing a program that uses genetic techniques to evolve equations. I want to be able to submit the function \'mainfunc\' to the Parallel Python \'submit\' function.[详细]
2022-12-08 15:59 分类:问答