Skip to content

Commit

Permalink
MPI is now optional (#19) [skip ci] (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
susilehtola authored Jun 14, 2023
1 parent 48f2ba0 commit 0988eca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ Phenomena [(SPEC)](https://spec.labworks.org/home) Center.
* CMake (3.14+)
* BLAS / LAPACK
* [BLAS++](https://github.com/icl-utk-edu/blaspp) / [LAPACK++](https://github.com/icl-utk-edu/lapackpp)
* MPI
* [`std::mdspan`](https://en.cppreference.com/w/cpp/container/mdspan) with [Kokkos](https://github.com/kokkos/mdspan) extensions
* spdlog
* MPI (Optional)
* OpenMP (Optional)
* Boost (Optional)
* Catch2 (Testing)
Expand Down Expand Up @@ -122,6 +122,7 @@ target_link_libraries( my_target PUBLIC macis::macis )
| Variable Name | Description | Default |
|----------------------------|-----------------------------------------------------------|----------|
| `MACIS_ENABLE_OPENMP` | Enable OpenMP Bindings | `ON` |
| `MACIS_ENABLE_MPI` | Enable MPI Bindings | `ON` |
| `MACIS_ENABLE_BOOST` | Enable Boost Bindings | `ON` |
| `BLAS_LIBRARIES` | Full BLAS linker. | -- |
| `LAPACK_LIBRARIES` | Full LAPACK linker. | -- |
Expand Down

0 comments on commit 0988eca

Please sign in to comment.