All Projects → LLNL → Blt

LLNL / Blt

Licence: bsd-3-clause
A streamlined CMake build system foundation for developing HPC software

Programming Languages

cpp
1120 projects

Projects that are alternatives of or similar to Blt

Reggae
Build system in D, Python, Ruby, Javascript or Lua
Stars: ✭ 141 (+4.44%)
Mutual labels:  cmake, build-system
Hlslib
A collection of extensions for Vivado HLS and Intel FPGA OpenCL to improve developer quality of life.
Stars: ✭ 131 (-2.96%)
Mutual labels:  cmake, hpc
Core
parallel finite element unstructured meshes
Stars: ✭ 124 (-8.15%)
Mutual labels:  cmake, hpc
Python Cmake Buildsystem
A cmake buildsystem for compiling Python
Stars: ✭ 317 (+134.81%)
Mutual labels:  cmake, build-system
Cmake Js
CMake.js - a Node.js native addon build tool
Stars: ✭ 610 (+351.85%)
Mutual labels:  cmake, build-system
Corrosion
Marrying Rust and CMake - Easy Rust and C/C++ Integration!
Stars: ✭ 106 (-21.48%)
Mutual labels:  cmake, build-system
Raftlib
The RaftLib C++ library, streaming/dataflow concurrency via C++ iostream-like operators
Stars: ✭ 717 (+431.11%)
Mutual labels:  cmake, hpc
Arduino Cmake Ng
CMake-Based framework for Arduino platforms
Stars: ✭ 123 (-8.89%)
Mutual labels:  cmake, build-system
Ros Travis Integration
ROS package continuous integration using travis-CI
Stars: ✭ 125 (-7.41%)
Mutual labels:  cmake
F4mp
Stars: ✭ 130 (-3.7%)
Mutual labels:  cmake
Style Dictionary
A build system for creating cross-platform styles.
Stars: ✭ 2,097 (+1453.33%)
Mutual labels:  build-system
Openage
Free (as in freedom) open source clone of the Age of Empires II engine 🚀
Stars: ✭ 10,712 (+7834.81%)
Mutual labels:  cmake
Example Cpp11 Cmake
Stars: ✭ 129 (-4.44%)
Mutual labels:  cmake
Chip8cpp
Chip-8 Emulator in C++
Stars: ✭ 125 (-7.41%)
Mutual labels:  cmake
Seissol
A scientific software for the numerical simulation of seismic wave phenomena and earthquake dynamics
Stars: ✭ 123 (-8.89%)
Mutual labels:  hpc
Dash
DASH, the C++ Template Library for Distributed Data Structures with Support for Hierarchical Locality for HPC and Data-Driven Science
Stars: ✭ 134 (-0.74%)
Mutual labels:  hpc
Cmake Example
Example project which demonstrates various CMake features.
Stars: ✭ 131 (-2.96%)
Mutual labels:  cmake
Batchtools
Tools for computation on batch systems
Stars: ✭ 127 (-5.93%)
Mutual labels:  hpc
Ffmpeg Development Kit
Stars: ✭ 127 (-5.93%)
Mutual labels:  cmake
Racecar gazebo
A gazebo-based simulator of the MIT Racecar.
Stars: ✭ 130 (-3.7%)
Mutual labels:  cmake

BLT

Build Status Documentation Status

BLT is a streamlined CMake-based foundation for Building, Linking and Testing large-scale high performance computing (HPC) applications.

BLT makes it easy to get up and running on a wide range of HPC compilers, operating systems and technologies:

Getting started

BLT is easy to pull into an existing or new CMake-based project using a single CMake include() command:

include(path/to/blt/SetupBLT.cmake)

For more information, please check our user documentation and tutorial.

Questions

Any questions can be sent to [email protected]. If you are an LLNL employee or collaborator, we have an internal Microsoft Teams group chat named "BLT" as well.

Authors

Developers include:

  • Chris White, LLNL
  • Kenneth Weiss, LLNL
  • David A. Beckingsale, LLNL
  • Josh Essman, LLNL
  • Cyrus Harrison, LLNL
  • George Zagaris, LLNL
  • Lee Taylor, LLNL
  • Aaron Black, LLNL
  • Richard Hornung, LLNL
  • Randolph Settgast, LLNL

Please see our contributing guide for details about how to contribute to the project.

The full list of project contributors can be found on the BLT Contributors Page.

Open-Source Projects using BLT

  • Adiak: Library for collecting metadata from HPC application runs
  • Ascent: A flyweight in-situ visualization and analysis runtime for multi-physics HPC simulations
  • Axom: Software infrastructure for the development of multi-physics applications and computational tools
  • CARE: CHAI and RAJA extensions
  • CHAI: Copy-hiding array abstraction to automatically migrate data between memory spaces
  • Conduit: Simplified data exchange for HPC simulations
  • Kripke: Simple, scalable, 3D Sn deterministic particle transport code
  • RAJA: Performance portability layer for HPC
  • SAMRAI: Structured Adaptive Mesh Refinement Application Infrastructure
  • Serac: 3D implicit nonlinear thermal-structural simulation code
  • Spheral: Steerable parallel environment for performing coupled hydrodynamical & gravitational numerical simulations
  • Umpire: Application-focused API for memory management on NUMA and GPU architectures
  • VTK-h: Scientific visualization algorithms for emerging processor architectures

If you would like to add a library to this list, please let us know via email or by submitting an issue or pull-request.

License

BLT is licensed under the BSD 3-Clause license, (BSD-3-Clause or https://opensource.org/licenses/BSD-3-Clause).

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

See LICENSE for details.

Unlimited Open Source - BSD 3-clause Distribution LLNL-CODE-725085 OCEC-17-023

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

BLT bundles its external dependencies in thirdparty_builtin/. These packages are covered by various permissive licenses. A summary listing follows. See the license included with each package for full details.

PackageName: fruit
PackageHomePage: https://sourceforge.net/projects/fortranxunit/
PackageLicenseDeclared: BSD-3-Clause

PackageName: gbenchmark
PackageHomePage: https://github.com/google/benchmark
PackageLicenseDeclared: Apache-2.0

PackageName: gmock
PackageHomePage: https://github.com/google/googlemock
PackageLicenseDeclared: BSD-3-Clause

PackageName: gtest
PackageHomePage: https://github.com/google/googletest
PackageLicenseDeclared: BSD-3-Clause

PackageName: run-clang-format
PackageHomePage: https://github.com/Sarcasm/run-clang-format
PackageLicenseDeclared: MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].