Building: "expert" mode ======================= Prerequisites ------------- * This repo: ``git clone https://github.com/Pressio/SHAW`` * C++14 compiler: we have tested this with GCC 8.3.1, GCC 8.4.0, GCC 10.2.0. * ``CMake>=3.16.0`` * ``BLAS`` and ``LAPACK`` * `Kokkos `_ and `Kokkos-kernels `_: last tested version ``3.5.00`` * `yaml-cpp `_: last tested version ``0.7.0`` Build ----- .. code-block:: shell cmake \ -DCMAKE_CXX_COMPILER= \ -DKOKKOSKERNELS_DIR= \ -DYAMLCPP_DIR= \ -B \ -S # from within your build dir make -j4 # running the tests is advised ctest