If parallel computing were defined as "running multiple programs at the same time" we can do that by running multiple programs on multiple computers and be done with it...)
|
|
(There are other API's the are similar to PThreads, such as OMP)
(There are other API's the are similar to MPI, such as Parallel Virtual Machine (PVM))
If time allows, we will also study MPI