Skip to content

Commit

Permalink
Move cajita/ -> grid/
Browse files Browse the repository at this point in the history
  • Loading branch information
streeve committed Sep 1, 2023
1 parent c475510 commit f8c6589
Show file tree
Hide file tree
Showing 118 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ endif()
# enable doxygen
find_package(Doxygen)
if(Doxygen_FOUND)
doxygen_add_docs(doxygen core/src cajita/src)
doxygen_add_docs(doxygen core/src grid/src)
endif()

##---------------------------------------------------------------------------##
Expand All @@ -248,7 +248,7 @@ endif()

if(Cabana_ENABLE_GRID)
if(MPI_FOUND)
add_subdirectory(cajita)
add_subdirectory(grid)
else()
message(FATAL_ERROR "Grid subpackage requires MPI")
endif()
Expand Down Expand Up @@ -284,7 +284,7 @@ install(FILES "${CMAKE_CURRENT_BINARY_DIR}/CabanaConfig.cmake" "${CMAKE_CURRENT_
## Clang Format
##---------------------------------------------------------------------------##
if(CLANG_FORMAT_FOUND)
file(GLOB_RECURSE FORMAT_SOURCES core/*.cpp core/*.hpp cajita/*hpp cajita/*cpp example/*cpp example/*hpp cmake/*cpp cmake/*hpp benchmark/*cpp benchmark/*hpp)
file(GLOB_RECURSE FORMAT_SOURCES core/*.cpp core/*.hpp grid/*hpp grid/*cpp example/*cpp example/*hpp cmake/*cpp cmake/*hpp benchmark/*cpp benchmark/*hpp)
add_custom_target(cabana-format
COMMAND ${CLANG_FORMAT_EXECUTABLE} -i -style=file ${FORMAT_SOURCES}
DEPENDS ${FORMAT_SOURCES})
Expand Down
4 changes: 2 additions & 2 deletions benchmark/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@

add_subdirectory(core)

if(Cabana_ENABLE_CAJITA)
add_subdirectory(cajita)
if(Cabana_ENABLE_GRID)
add_subdirectory(grid)
endif()
File renamed without changes.
4 changes: 2 additions & 2 deletions example/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@

add_subdirectory(core_tutorial)

if(Cabana_ENABLE_CAJITA)
add_subdirectory(cajita_tutorial)
if(Cabana_ENABLE_GRID)
add_subdirectory(grid_tutorial)
endif()
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f8c6589

Please sign in to comment.