Thingiverse
Parallel python
by sellemann
7
Downloads
18
Likes
0
Makes
I got tired of waiting slicing large models on my mac i7. And realized that all my computers only took advantage og 1 core more or less when I sliced !!!
Parallel Python is a PyThon module which provides mechanism for parallel execution of python code on SMP (systems with multiple processors (Multi Processor) or cores (Multi Core)) and clusters (computers connected via network)... Internally ppsmp uses processes and IPC (Inter Process Communications) to organize parallel computations. All the
Parallel Python is a PyThon module which provides mechanism for parallel execution of python code on SMP (systems with multiple processors (Multi Processor) or cores (Multi Core)) and clusters (computers connected via network)... Internally ppsmp uses processes and IPC (Inter Process Communications) to organize parallel computations. All the
Sign in to leave a comment
Sign in