
Split-C
Encyclopedia
Split-C is a parallel extension of the C programming language
. The Split-C project website describes Split-C as:
Development of Split-C appears to be at a standstill since 1996. Split-C is similar to Cilk
.
C (programming language)
C is a general-purpose computer programming language developed between 1969 and 1973 by Dennis Ritchie at the Bell Telephone Laboratories for use with the Unix operating system....
. The Split-C project website describes Split-C as:
a parallel extension of the C programming language that supports efficient access to a global address space on current distributed memory multiprocessors. It retains the "small language" character of C and supports careful engineering and optimization of programs by providing a simple, predictable cost model.
Development of Split-C appears to be at a standstill since 1996. Split-C is similar to Cilk
Cilk
Cilk is a general-purpose programming language designed for multithreaded parallel computing. The commercial instantiation is Intel Cilk Plus.-Design:...
.