Tags: Programming Language.

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.

Loading...

This page contains content from the copyrighted Wikipedia article "Unified Parallel C"; that content is used under the GNU Free Documentation License (GFDL). You may redistribute it, verbatim or modified, providing that you comply with the terms of the GFDL.