![]() |
Berkeley UPC - Unified Parallel C |
![]() |
Berkeley UPC downloads |
Latest News: October 28, 2022: Berkeley UPC 2022.10.0 released! |
There are two main steps to get UPC running on your system using the Berkeley UPC Runtime. You will need to build from source on your system, and there are several ways to do this depending on what option(s) you want for UPC translation/compilation.
Berkeley UPC runtime (and compiler driver), version 2022.10.0
|
Source Download:
berkeley_upc-2022.10.0.tar.gz
(5.7MB)
MD5 Hash = 15292fd2e582b4bc03aeb2d804c053a6
|
The runtime distribution includes the GASNet portable networking library--if you wish to download GASNet separately, you can get it from the GASNet website.
INSTALL.TXT explains how to configure and build the Berkeley UPC runtime, including optional directions for configuring the 'upcc' driver to use any of the five UPC compiler options listed in the next step. The 'upcc' compiler driver defaults to transparently using a public online translator for UPC compilation. Provided your system will have an Internet connection during UPC compilation, this is the easiest and quickest install to get started (and you can stop here).
The current release of Berkeley UPC has been tested and is known to work on the following system configurations:
Platform Characteristic: | Tested/supported configurations |
Network Hardware / API | SMP, MPI 1.1 and higher, Ethernet UDP, OpenIB InfiniBand verbs, Cray XC Aries, HPE Slingshot, Intel Omni-Path, OpenFabrics LibFabric, Unified Communication X (EXPERIMENTAL), |
Operating Systems | Linux, macOS, Microsoft Windows (Cygwin or WSL), Solaris, FreeBSD, NetBSD, OpenBSD, various compute-node kernels |
CPU / System Architecture | x86, x86-64, PowerPC, Cray XC series, HPE Cray EX, Intel KNL, ARM, AARCH64, MIPS, SPARC v8+ |
C compiler | Gnu (gcc 3.0+), LLVM (clang 3.6+), Apple (Xcode 7.1+), Intel (icc 16+), Intel oneAPI (icx 2021.1.2+), IBM XL (xlc 13+), PGI (pgcc 11.0 through 20.4), NVHPC (nvc 20.9+), Cray (CCE 8.6+) |
Most combinations of the platforms above are supported and functional, and other unlisted platforms may work as well. See the GASNet README for the specific combinations that we've personally tested. Many of the systems listed above support both a vendor-specific C compiler and can also use gcc as the underlying C compiler - we generally recommend the vendor C compiler for performance reasons.
Note: on some of these platforms, the Berkeley UPC runtime works, but the Berkeley UPC-to-C translator does not. In such a case, you'll likely want the default upcc configuration which uses our internet-based BUPC translator for building UPC programs, or alternatively can consider one of the other UPC translation options. See here for a list of platforms where a local install of the Berkeley UPC translator is known to work.
We are interested in supporting Berkeley UPC on as wide a variety of parallel systems as possible. If your system or network is not supported, and you are willing to let us use your resources for development, please contact us.
You may also send email to our mailing list for UPC users:
We are interested in supporting the runtime on as wide a variety of parallel systems as possible. If your system or network is not supported, and you are willing to let us use your resources for development, please contact us.
We very much appreciate your feedback.
This page last modified on Friday, 28-Oct-2022 15:46:53 PDT