Skip to content

DavidPoliakoff/RAJA

 
 

Repository files navigation

RAJA v1.0

RAJA is a collection of C++ software abstractions, being developed at Lawrence Livermore National Laboratory (LLNL), that enable architecture portability for HPC applications. The overarching goals of RAJA are to:

  • Make existing (production) applications portable with minimal disruption
  • Provide a model for new applications so that they are portable from inception.

RAJA uses standard C++11 -- C++ is the predominant programming language in which many LLNL codes are written. RAJA shares goals and concepts found in other C++ portability abstraction approaches, such as Kokkos and Thrust. RAJA is rooted in a perspective based on substantial experience working on production mesh-based multiphysics applications at LLNL. It provides constructs that are absent in other models and which are fundamental in those codes. Also, another goal of RAJA is enable application developers to adapt RAJA concepts and specialize them for different code implementation patterns and C++ usage, since data structures and algorithms vary widely across applications.

Documentation

The Documentation is the best place to start learning about RAJA.

See also:

Authors

The core developers of RAJA are:

Other contributors include:

Useful information about the RAJA source code, how to compile it, run tests and examples, etc. can be seen by opening the file raja/docs/sphinx/html/index.html in the RAJA repo in your web browser. The HTML files are generated from the *.rst files in the directory raja/docs/sphinx. You can also look at those text files if you find this more convenient.

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 always interested in improving RAJA and exploring new ways to use it.

Release

Copyright (c) 2016, Lawrence Livermore National Security, LLC.

Produced at the Lawrence Livermore National Laboratory.

All rights reserved.

Unlimited Open Source - BSD Distribution

For release details and restrictions, please read the README-license.txt file. It is also linked here:

LLNL-CODE-689114 OCEC-16-063

About

RAJA Performance Portability Layer

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 86.3%
  • Python 7.8%
  • CMake 4.0%
  • M4 0.6%
  • C 0.5%
  • Shell 0.4%
  • Makefile 0.4%