blob: 4433abeb5668e749ceb6469a63c0704f9c6f4259 (
plain)
1
2
3
4
|
linda is an simple library implementation of Linda parallel
programming system (http://www.cs.yale.edu/Linda/linda.html). To
write a parallel program with linda, you have to know only 6
functions: spawn, out, in, inp, rd and rdp with linda.
|