aboutsummaryrefslogtreecommitdiff
path: root/devel/dispy/pkg-descr
blob: ea4e52e5db29162a611446c8d015796d2a9a42be (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
dispy is a comprehensive, yet easy to use framework for creating
and using compute clusters to execute computations in parallel
across multiple processors in a single machine (SMP), among many
machines in a cluster, grid or cloud. dispy is well suited for data
parallel (SIMD) paradigm where a computation (Python function or
standalone program) is evaluated with different (large) datasets
independently with no communication among computation tasks (except
for computation tasks sending Provisional/Intermediate Results or
Transferring Files to the client). If communication/cooperation
among tasks is needed, Distributed Communicating Processes module
of pycos framework could be used.

WWW: http://dispy.sourceforge.net/