• Stars
    star
    431
  • Rank 97,041 (Top 2 %)
  • Language
    C++
  • License
    BSD 3-Clause "New...
  • Created about 8 years ago
  • Updated about 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

RAJA Performance Portability Layer (C++)

RAJA

Azure Pipeline Build Status Documentation Status Coverage Join the chat at https://gitter.im/llnl/raja

RAJA is a library of C++ software abstractions, primarily developed at Lawrence Livermore National Laboratory (LLNL), that enables architecture and programming model portability for HPC applications. RAJA has two main goals:

  • To enable application portability with manageable disruption to existing algorithms and programming styles
  • To achieve performance comparable to using common programming models, such as OpenMP, CUDA, etc. directly.

RAJA offers portable, parallel loop execution by providing building blocks that extend the generally-accepted parallel for idiom. RAJA relies on standard C++14 features.

RAJA's design is rooted in decades of experience working on production mesh-based multiphysics applications. Based on the diversity of algorithms and software engineering styles used in such applications, RAJA is designed to enable application developers to adapt RAJA concepts and specialize them for different code implementation patterns and C++ usage.

RAJA shares goals and concepts found in other C++ portability abstraction approaches, such as Kokkos and Thrust. However, it includes concepts and capabilities that are absent in other models that are fundamental to applications we work with.

It is important to note that, although RAJA is used in a diversity of production applications, it is very much a work-in-progress. The community of researchers and application developers at LLNL that actively contribute to it is growing. Versions available as GitHub releases contain mostly well-used and well-tested features. Our core interfaces are fairly stable while underlying implementations are being refined. Additional features will appear in future releases.

Quick Start

The RAJA code lives in a GitHub repository. To clone the repo, use the command:

git clone --recursive https://github.com/llnl/raja.git

Then, you can build RAJA like any other CMake project, provided you have a C++ compiler that supports the C++14 standard. The simplest way to build the code, using your system default compiler, is to run the following sequence of commands in the top-level RAJA directory (in-source builds are not allowed!):

mkdir build
cd build
cmake ../
make

More details about RAJA configuration options are located in the RAJA User Guide (linked below).

We also maintain a RAJA Template Project that shows how to use RAJA in a CMake project, either as a Git submodule or as an installed library.

User Documentation

The RAJA User Guide is the best place to start learning about RAJA and how to use it.

The most recent version of the User Guide (RAJA develop branch): https://raja.readthedocs.io

To access docs for other RAJA released versions: https://readthedocs.org/projects/raja/

To cite RAJA, please use the following references:

  • RAJA Performance Portability Layer. https://github.com/LLNL/RAJA

  • D. A. Beckingsale, J. Burmark, R. Hornung, H. Jones, W. Killian, A. J. Kunen, O. Pearce, P. Robinson, B. S. Ryujin, T. R. W. Scogland, "RAJA: Portable Performance for Large-Scale Scientific Applications", 2019 IEEE/ACM International Workshop on Performance, Portability and Productivity in HPC (P3HPC). Download here

Related Software

The RAJA Performance Suite contains a collection of loop kernels implemented in multiple RAJA and non-RAJA variants. We use it to monitor and assess RAJA performance on different platforms using a variety of compilers. Many major compiler vendors use the Suite to improve their support of abstractions like RAJA.

The RAJA Proxies repository contains RAJA versions of several important HPC proxy applications.

CHAI provides a managed array abstraction that works with RAJA to automatically copy data used in RAJA kernels to the appropriate space for execution. It was developed as a complement to RAJA.

Communicate with Us

The most effective way to communicate with the core RAJA development team is via our mailing list: [email protected]

You are also welcome to join our RAJA Google Group.

If you have questions, find a bug, or have ideas about expanding the functionality or applicability of RAJA and are interested in contributing to its development, please do not hesitate to contact us. We are very interested in improving RAJA and exploring new ways to use it.

Contributions

The RAJA team follows the GitFlow development model. Folks wishing to contribute to RAJA, should include their work in a feature branch created from the RAJA develop branch. That branch contains the latest work in RAJA. Then, create a pull request with the develop branch as the destination. Periodically, we merge the develop branch into the main branch and tag a new release.

Authors

Please see the RAJA Contributors Page, to see the full list of contributors to the project.

License

RAJA is licensed under the BSD 3-Clause license.

Copyrights and patents in the RAJA project are retained by contributors. No copyright assignment is required to contribute to RAJA.

Unlimited Open Source - BSD 3-clause Distribution LLNL-CODE-689114 OCEC-16-063

For release details and restrictions, please see the information in the following:

SPDX usage

Individual files contain SPDX tags instead of the full license text. This enables machine processing of license information based on the SPDX License Identifiers that are available here: https://spdx.org/licenses/

Files that are licensed as BSD 3-Clause contain the following text in the license header:

SPDX-License-Identifier: (BSD-3-Clause)

External Packages

RAJA bundles its external dependencies as submodules in the git repository. These packages are covered by various permissive licenses. A summary listing follows. See the license included with each package for full details.

PackageName: BLT
PackageHomePage: https://github.com/LLNL/blt
PackageLicenseDeclared: BSD-3-Clause

PackageName: camp
PackageHomePage: https://github.com/LLNL/camp
PackageLicenseDeclared: BSD-3-Clause

PackageName: CUB
PackageHomePage: https://github.com/NVlabs/cub
PackageLicenseDeclared: BSD-3-Clause

PackageName: rocPRIM
PackageHomePage: https://github.com/ROCmSoftwarePlatform/rocPRIM.git
PackageLicenseDeclared: MIT License

More Repositories

1

zfp

Compressed numerical arrays that support high-speed random access
C++
668
star
2

sundials

Official development repository for SUNDIALS - a SUite of Nonlinear and DIfferential/ALgebraic equation Solvers. Pull requests are welcome for bug fixes and minor changes.
C
454
star
3

Caliper

Caliper is an instrumentation and performance profiling library
C++
318
star
4

Umpire

An application-focused API for memory management on NUMA & GPU architectures
C++
300
star
5

blt

A streamlined CMake build system foundation for developing HPC software
C++
242
star
6

lbann

Livermore Big Artificial Neural Network Toolkit
C++
219
star
7

SAMRAI

Structured Adaptive Mesh Refinement Application Infrastructure - a scalable C++ framework for block-structured AMR application development
C++
213
star
8

hiop

HPC solver for nonlinear optimization problems
C++
205
star
9

libROM

Model reduction library with an emphasis on large scale parallelism and linear subspace methods
C++
189
star
10

HPC-Tutorials

Future home of hpc-tutorials.llnl.gov
C
188
star
11

magpie

Magpie contains a number of scripts for running Big Data software in HPC environments, including Hadoop and Spark. There is support for Lustre, Slurm, Moab, Torque. LSF, Flux, and more.
Shell
188
star
12

conduit

Simplified Data Exchange for HPC Simulations
C++
179
star
13

units

A run-time C++ library for working with units of measurement and conversions between them and with string representations of units and measurements
C++
128
star
14

maestrowf

A tool to easily orchestrate general computational workflows both locally and on supercomputers
Python
126
star
15

serac

Serac is a high order nonlinear thermomechanical simulation code
C++
120
star
16

merlin

Machine Learning for HPC Workflows
Python
115
star
17

axom

CS infrastructure components for HPC applications
C++
110
star
18

ior

Parallel filesystem I/O benchmark
C
105
star
19

cowc

Cars Overhead With Context related scripts described in Mundhenk et al. 2016 ECCV.
Python
104
star
20

CHAI

Copy-hiding array abstraction to automatically migrate data between memory spaces
C++
101
star
21

UnifyFS

UnifyFS: A file system for burst buffers
C
96
star
22

scr

SCR caches checkpoint data in storage on the compute nodes of a Linux cluster to provide a fast, scalable checkpoint / restart capability for MPI codes.
C
96
star
23

LULESH

Livermore Unstructured Lagrangian Explicit Shock Hydrodynamics (LULESH)
C++
92
star
24

RAJAPerf

RAJA Performance Suite
C++
90
star
25

umap

User-space Page Management
C++
88
star
26

shroud

Shroud: generate Fortran and Python wrappers for C and C++ libraries
C++
87
star
27

MacPatch

Software & Patch management for macOS
Objective-C
86
star
28

FAST

Fusion models for Atomic and molecular STructures (FAST)
Python
85
star
29

msr-safe

Allows safer access to model specific registers (MSRs)
C
83
star
30

Aluminum

High-performance, GPU-aware communication library
C++
82
star
31

yorick

yorick interpreted language
C
76
star
32

fpzip

Lossless compressor of multidimensional floating-point arrays
C++
75
star
33

camp

Compiler agnostic metaprogramming library providing concepts, type operations and tuples for C++ and cuda
C++
72
star
34

mpiP

A light-weight MPI profiler.
C
68
star
35

dataracebench

Data race benchmark suite for evaluating OpenMP correctness tools aimed to detect data races.
C
66
star
36

GOTCHA

GOTCHA is a library for wrapping function calls in shared libraries
C
64
star
37

STAT

STAT - the Stack Trace Analysis Tool
C
62
star
38

lmt

Lustre Monitoring Tools
C
62
star
39

variorum

Vendor-neutral library for exposing power and performance features across diverse architectures
C++
59
star
40

spheral

C++
56
star
41

pyranda

A Python driven, Fortran powered Finite Difference solver for arbitrary hyperbolic PDE systems. This is the mini-app for the Miranda code.
Fortran
56
star
42

lustre

LLNL's branches of Lustre
C
55
star
43

pylibROM

Python interface for libROM, library for reduced order models
Python
52
star
44

libmsr

Wrapper library for model-specific registers. APIs cover RAPL, performance counters, clocks and turbo.
C
51
star
45

metall

Persistent memory allocator for data-centric analytics
C++
50
star
46

cardioid

Cardiac simulation toolkit.
C++
49
star
47

scraper

Python library for getting metadata from source code hosting tools
Python
49
star
48

llnl.github.io

Public home for LLNL software catalog
JavaScript
48
star
49

mpiBench

MPI benchmark to test and measure collective performance
C
48
star
50

Abmarl

Agent Based Modeling and Reinforcement Learning
Python
47
star
51

H5Z-ZFP

A registered ZFP compression plugin for HDF5
C
47
star
52

ExaCA

Cellular automata code for alloy nucleation and solidification written with Kokkos
C++
46
star
53

mttime

Time Domain Moment Tensor Inversion in Python
Python
45
star
54

qball

Qball (also known as qb@ll) is a first-principles molecular dynamics code that is used to compute the electronic structure of atoms, molecules, solids, and liquids within the Density Functional Theory (DFT) formalism. It is a fork of the Qbox code by Francois Gygi.
C++
43
star
55

Juqbox.jl

Juqbox.jl solves quantum optimal control problems in closed quantum systems
Julia
42
star
56

quandary

Optimal control for open quantum systems
C++
42
star
57

unum

Universal Number Library
C
40
star
58

LaSDI

Jupyter Notebook
40
star
59

GridDyn

GridDyn is an open-source power transmission simulation software package
C++
40
star
60

fastcam

A toolkit for efficent computation of saliency maps for explainable AI attribution. This tool was developed at Lawrence Livermore National Laboratory.
Jupyter Notebook
39
star
61

DJINN

Deep jointly-informed neural networks -- as easy-to-use algorithm for designing/initializing neural nets
Python
39
star
62

CxxPolyFit

A simple library for producing multidimensional polynomial fits for C++
Fortran
37
star
63

ExaConstit

A crystal plasticity FEM code that runs on the GPU
C++
36
star
64

acrotensor

A C++ library for computing large scale tensor contractions.
C++
34
star
65

zero-rk

Zero-order Reaction Kinetics (Zero-RK) is a software package that simulates chemically reacting systems in a computationally efficient manner.
C++
33
star
66

wrap

MPI wrapper generator, for writing PMPI tool libraries
Python
33
star
67

mgmol

MGmol is a scalable O(N) First-Principles Molecular Dynamics code that is capable of performing large-scale electronics structure calculations and molecular dynamics simulations of atomistic systems.
C++
33
star
68

cruise

User space POSIX-like file system in main memory
C
32
star
69

ddcMD

A fully GPU-accelerated molecular dynamics program for the Martini force field
C
32
star
70

Quicksilver

A proxy app for the Monte Carlo Transport Code, Mercury. LLNL-CODE-684037
C++
32
star
71

MACSio

A Multi-purpose, Application-Centric, Scalable I/O Proxy Application
C
32
star
72

Kripke

Kripke is a simple, scalable, 3D Sn deterministic particle transport code
C++
31
star
73

UEDGE

2D fluid simulation of plasma and neutrals in magnetic fusion devices
Mathematica
30
star
74

FGPU

Fortran
30
star
75

graphite

A repository for implementing graph network models based on atomic structures.
Jupyter Notebook
30
star
76

CallFlow

Visualization tool for analyzing call trees and graphs
Vue
29
star
77

AMPE

Adaptive Mesh Phase-field Evolution
C++
29
star
78

burstfs

C
27
star
79

FPChecker

A dynamic analysis tool to detect floating-point errors in HPC applications.
Python
27
star
80

ravel

Ravel MPI trace visualization tool
C++
27
star
81

mpibind

Pragmatic, Productive, and Portable Affinity for HPC
C
27
star
82

CARE

CHAI and RAJA provide an excellent base on which to build portable codes. CARE expands that functionality, adding new features such as loop fusion capability and a portable interface for many numerical algorithms. It provides all the basics for anyone wanting to write portable code.
C++
27
star
83

AMG

Algebraic multigrid benchmark
C
26
star
84

gLaSDI

Python
26
star
85

uberenv

Automates using spack to build and deploy software
Shell
25
star
86

havoqgt

C++
25
star
87

benchpark

An open collaborative repository for reproducible specifications of HPC benchmarks and cross site benchmarking environments
Python
24
star
88

ygm

C++
24
star
89

Silo

Mesh and Field I/O Library and Scientific Database
C
24
star
90

mpiGraph

MPI benchmark to generate network bandwidth images
Perl
24
star
91

muster

Massively Scalable Clustering
C++
23
star
92

cram

Tool to run many small MPI jobs inside of one large MPI job.
Python
23
star
93

SoRa

SoRa uses genetic programming to find mathematical representations from experimental data
Python
23
star
94

Task-Time-Tracker

A client side web app for tracking your time
JavaScript
23
star
95

apollo

Apollo: Online Machine Learning for Performance Portability
C++
22
star
96

MemAxes

Interactive Visualization of Memory Access Samples
C++
22
star
97

csld

Compressive sensing lattice dynamics
Python
22
star
98

MultiscaleTopOpt

A 3D multsicale topology optimization code using surrogate models of lattice microscale response
MATLAB
22
star
99

inq

This is a mirror. Please check our main website on gitlab.
C++
22
star
100

coda-calibration-tool

Tool for calibrating seismic coda source models
Java
22
star