Using multiprocessors March 08, 2011 08:32PM |
Registered: 14 years ago Posts: 1,780 |
Re: Using multiprocessors March 08, 2011 09:38PM |
Registered: 14 years ago Posts: 601 |
Quote
> any chance of ever introducing some
> parallelism into skeinforge?..
Not for most of skeinforge. Skeinforge does a lot of stuff sequentially and it often looks at the layers around the layer it is generating. The only parts that could be parallelized with reasonable difficulty would be the in the carve tool. However, I do not currently plan on doing this.
To speed up skeinforge, people have had some success with pypy:
[codespeak.net]
and psyco:
[psyco.sourceforge.net]
I also read that someone ran skeinforge on several objects in parallel. To do this, I believe they made a shell script and ran an instance of skeinforge for each object. Unfortunately, I couldn't find the post mentioning that.
Re: Using multiprocessors March 08, 2011 10:50PM |
Registered: 14 years ago Posts: 1,780 |
Re: Using multiprocessors March 09, 2011 03:53PM |
Registered: 14 years ago Posts: 601 |
Re: Using multiprocessors March 09, 2011 06:53PM |
Registered: 14 years ago Posts: 1,780 |
Re: Using multiprocessors April 06, 2011 05:11PM |
Registered: 14 years ago Posts: 1,780 |