Building a Beowulf Cluster/Parallelization of computation/C
<
Building a Beowulf Cluster
|
Parallelization of computation
In
C/C++
you can use
MPI
to spawn processes.
See also
Programming:Message-Passing_Interface
MPI_function_reference
C_Programming