Key Details of Berkeley UPC

  • Extension of the C programming language designed for high performance, parallel computing
  • Last updated on 09/21/20
  • There have been 1 update within the past 6 months
  • The current version has 0 flags on VirusTotal badge_icon

Enlarged image for Berkeley UPC
Berkeley UPC 0/1

Developer's Description

Extension of the C programming language designed for high performance, parallel computing.
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.

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.



Explore More


Full Specifications

GENERAL
Release
September 21, 2020
Latest update
September 21, 2020
Version
2020.4.0
OPERATING SYSTEMS
Platform
Mac
Operating System
Mac OS X
Additional Requirements
macOS Mojave | macOS High Sierra | macOS Sierra | OS X El Capitan | OS X Yosemite | OS X Mavericks | OS X Mountain Lion | XCode
POPULARITY
Total Downloads
698
Downloads Last Week
0

Related Software