[LBNL]

Berkeley UPC - Unified Parallel C

(A joint project of LBNL and UC Berkeley)
[UCB]

Home
Downloads
Documentation
Bugs
Publications
Demos
Contact
Internal

NEW October 21, 2016 -- Berkeley UPC version 2.24.0 released!
UPC

The UPC Language

Delaunay triangulation
About this UPC program
UPC CFD
About this UPC program

 Unified Parallel C (UPC) is an extension of the C programming language designed for high performance computing on large-scale parallel machines.The language provides a uniform programming model for both shared and distributed memory hardware. 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. UPC uses a Single Program Multiple Data (SPMD) model of computation in which the amount of parallelism is fixed at program startup time, typically with a single thread of execution per processor.

In order to express parallelism, UPC extends ISO C 99 with the following constructs:


The UPC language evolved from experiences with three other earlier languages that proposed parallel extensions to ISO C 99: AC , Split-C, and Parallel C Preprocessor (PCP). UPC is not a superset of these three languages, but rather an attempt to distill the best characteristics of each. UPC combines the programmability advantages of the shared memory programming paradigm and the control over data layout and performance of the message passing programming paradigm.


BUPC

Our work at UC Berkeley/LBNL

Berkeley UPC downloads since 01/May/2005
Berkeley UPC Runtime Source 22211
Berkeley UPC Translator Source 6919
Berkeley UPC Cygwin Binary 3231
Berkeley UPC MacOS Binary 10079
Combined Total 42440

The goal of the Berkeley UPC compiler group is to develop a portable, high performance implementation of UPC for large-scale multiprocessors, PC clusters, and clusters of shared memory multiprocessors.  We are actively developing an open-source UPC compiler suite whose goals are portability and high-performance.

There are several major components to this effort:

Some of the research findings from these areas of work can be found on our publications page.


Group Members (alphabetical)

Dan Bonachea Michael Driscoll Evangelos Georganas Paul Hargrove
Costin Iancu Khaled Ibrahim Amir Kamil Penporn Koanantakool
Eric Roman Katherine Yelick Yili Zheng
General contact info

Alumni Members:
Christian Bell, Filip Blagojevic, Wei Chen, Jason Duell, Parry Husbands, Eric Hoffman, Seung-Jai Min, Rajesh Nishtala, Chang-Seo Park, Mike Welcome

The Berkeley UPC project is funded by the DOE Office of Science and the Department of Defense.

Related Links


Home
Downloads
Documentation
Bugs
Publications
Demos
Contact
Internal

This page last modified on Sunday, 23-Oct-2016 17:57:35 PDT