Search Mac Software Downloads
|
EDITOR NOTES
The 'Download Now' yields the Mac OS X 10.5 Intel version. See 'Related Links' below on this page for PPC and Mac OS X 10.4 versions.
DESCRIPTION
Berkeley UPC... 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 start-up time, typically with a single thread of execution per processor.

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

  • An explicitly parallel execution model
  • A shared address space
  • Synchronization primitives and a memory consistency model
  • Memory management primitives

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.

Berkeley UPC is a high-performance, portable and fully open-source implementation of the UPC language designed for large-scale multiprocessors, PC clusters, and clusters of shared memory multiprocessors. Berkeley UPC is the first UPC implementation available for Mac OS X, and delivers competetive performance for supercomputing applications on the largest OS X clusters in the world, yet also provides support for UPC code development on Mac OS X laptops and desktop workstations.

WHAT'S NEW
Version 2.8:
  • Add native support for IBM BlueGene/P via new ‘dcmf’ network
  • Upgrade portals network support to cache local memory registration
  • Fix performance and correctness problems in Myrinet/GM and LAPI support
  • Extend InfiniBand support to Qlogic InfiniPath
  • Add/improve support for MIPSEL/Linux platforms, including SiCortex
  • Extend GCCUPC support to GCCUPC 4.2.0.2 and newer
  • Add experimental support for ARM processors
  • Misc improvements and/or fixes for MIPS, Alpha, PPC and SPARC processors
  • Fixed many codegen and error message bugs in the UPC translator
  • Numerous misc minor bug fixes
REQUIREMENTS
Intel Mac, Mac OS X 10.5 or later, Xcode 3.0


Developer:LBNL and UC Berkeley
Downloads:2,081
  - Version d/l:401
Development:Compilers
License:Free
Date:13 Nov 2008
Platform:PPC/Intel
OTHER PEOPLE SUGGEST
    No similar products suggested yet
    Suggest something else:
    Berkeley UPC User Reviews (0 posts)Write A Review
    Be the first to write a review of Berkeley UPC