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
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
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
I am using a simple program to send a function: import pp nodes=(\'mosura02\',\'mosura03\',\'mosura04\',\'mosura05\',\'mosura06\',
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:
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.
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.