52a43fab50
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.
4 lines
243 B
Text
4 lines
243 B
Text
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.
|