-
Notifications
You must be signed in to change notification settings - Fork 20
home
Tim Younkin edited this page Jan 30, 2020
·
13 revisions
Welcome to the ASGarD User Guide!
This page contains a quickstart for building/running ASGarD. More details about multiple topics can be found in the following pages.
Build and test ASGarD
$ git clone https://github.com/project-asgard/asgard.git
$ mkdir build && cd build
$ cmake ..
$ make -j
$ ctest -j8
- Building ASGarD
- Requirements
- C++17
- CMake 3.13
- Tested compilers: clang, g++
- Options
- BLAS/Lapack
- NVIDIA GPU
- MPI
- Confirming the build
- running tests
- Special builds
- Requirements
- Running ASGarD