Skip to content

Commit

Permalink
Removed build examples from recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohit-Kakodkar committed Nov 5, 2024
1 parent b92c382 commit b7082e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting_started/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ SPECFEM++ inherits several architecure specific cmake configuration keywords fro
.. code-block:: bash
# cd into SPECFEM root directory
cmake3 -S . -B build -D CMAKE_BUILD_TYPE=Release -D BUILD_TESTS=ON -D Kokkos_ENABLE_CUDA=ON -D Kokkos_ARCH_<architecture>=ON -D BUILD_EXAMPLES=ON
cmake3 -S . -B build -D CMAKE_BUILD_TYPE=Release -D BUILD_TESTS=ON -D Kokkos_ENABLE_CUDA=ON -D Kokkos_ARCH_<architecture>=ON
cmake --build build
.. note::
Expand Down

0 comments on commit b7082e0

Please sign in to comment.