Skip to content

Commit

Permalink
Merge branch 'master' into reg_test_updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mbkuhn authored Sep 23, 2024
2 parents 3f6ef95 + ca146e1 commit 83e1f05
Show file tree
Hide file tree
Showing 48 changed files with 53 additions and 6,228 deletions.
5 changes: 0 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ option(ENABLE_ROCM "Enable build targeting AMD GPU" OFF)
option(ENABLE_UMPIRE "Enable Umpire GPU memory pools" OFF)
option(ENABLE_TESTS "Enable regression testing." OFF)
option(ENABLE_UNIT_TESTS "Enable unit testing." ON)
option(ENABLE_EXAMPLES "Enable examples." OFF)
option(ENABLE_DOCUMENTATION "Build documentation." OFF)
option(ENABLE_SPHINX_API_DOCS "Link Doxygen API docs to Sphinx" OFF)
option(ENABLE_WIND_UTILS "Build wind utils along with Nalu-Wind" OFF)
Expand Down Expand Up @@ -324,10 +323,6 @@ if(ENABLE_TESTS)
add_subdirectory(reg_tests)
endif()

if(ENABLE_EXAMPLES)
add_subdirectory(examples)
endif()

if (ENABLE_WIND_UTILS)
if (EXISTS ${CMAKE_SOURCE_DIR}/wind-utils/CMakeLists.txt)
add_subdirectory(wind-utils)
Expand Down
71 changes: 0 additions & 71 deletions docs/source/user/examples/ABLexample.rst

This file was deleted.

62 changes: 0 additions & 62 deletions docs/source/user/examples/ALMexample.rst

This file was deleted.

141 changes: 0 additions & 141 deletions docs/source/user/examples/WFexample.rst

This file was deleted.

13 changes: 0 additions & 13 deletions docs/source/user/examples/index.rst

This file was deleted.

Loading

0 comments on commit 83e1f05

Please sign in to comment.