UPC is a programming language created in 2003.
#696on PLDB | 20Years Old | 411Users |
1Books | 0Papers | 17kRepos |
Unified Parallel C (UPC) is an extension of the C programming language designed for high-performance computing on large-scale parallel machines, including those with a common global address space (SMP and NUMA) and those with distributed memory (e.g. clusters). The programmer is presented with a single shared, partitioned address space, where variables may be directly read and written by any processor, but each variable is physically associated with a single processor. Read more on Wikipedia...
title | authors | year | publisher |
---|---|---|---|
UPC | Tarek El-Ghazawi and William Carlson and Thomas Sterling and Katherine Yelick | 2005-06-24 | Wiley |