  <a href="http://www.cs.cornell.edu/Info/Projects/Split-C/">Split-C</a> is a simple extension to C for parallel computing. It provides a global address space though global pointers which can be dereferenced just like regular pointers. Split-phase assignment statements allow programmers to hide the latency of remote accesses by overlapping computation and communication. Examples and makefiles can be found in  <code>~sww/sp2/split-c-bench/cu-bench</code>.<p>
