Unified Parallel C (UPC) Proposed For GCC 4.8

Written by Michael Larabel in GNU on 23 August 2012 at 06:53 PM EDT. 8 Comments
GNU
A proposal has went out to merge support for GUPC, the GNU Unified Parallel C branch, into the forthcoming GCC 4.8 compiler code-base.

Unified Parallel C (UPC) is an extension to C that's intended for high-performance computing across large-scale parallel machines. Unified Parallel C can handle both SMP/NUMA systems with a global address space along with distributed clusters. UPC extends ISO C99 with a parallel execution model, a shared address space, synchronization primities and a memory consistency model, explicit communication primitives, and memory management primitives.

The GNU Unified Parallel C implementation has existed as a branch of GCC for years, but now its developers are interested in merging it into trunk for GCC 4.8.

Gary Funck writes to the gcc-patches mailing list, "We have maintained the gupc (GNU Unified Parallel C) branch for a couple of years now, and would like to merge these changes into the GCC trunk. The purpose of this note is to ask for suggestions on the best way to proceed through the GUPC review and merge process."

GUPC complies with the UPC 1.2 specification, provides UPC collectives library support, Global Address Space Languages (GASP) support, Pthreads support, libupc for SMP systems, and the Berkeley UPC run-time can be built with GUPC as the compiler front-end. More information on the current GUPC implementation can be found at gcc.gnu.org. There's also more information at gccupc.org.

Besides this possible Unified Parallel C support merging, GCC 4.8 already has support for next-generation CPUs, its codebase has been converted from C to C++, improved diagnostics support, possible D language support, and much more.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week