Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,3 @@
path = external/kokkos
url = https://github.com/kokkos/kokkos.git
branch = develop
[submodule "external/backward-cpp"]
path = external/backward-cpp
url = https://github.com/bombela/backward-cpp.git
[submodule "external/SphinxExtensions/breathelink"]
path = external/SphinxExtensions/breathelink
url = https://github.com/thewtex/breathelink.git
[submodule "external/SphinxExtensions/breathe"]
path = external/SphinxExtensions/breathe
url = https://github.com/michaeljones/breathe.git
branch = v4.10.0
[submodule "external/SphinxExtensions/gitstats"]
path = external/SphinxExtensions/gitstats
url = https://github.com/arnaudgelas/gitstats.git
[submodule "external/SphinxExtensions/sphinx-bootstrap-theme"]
path = external/SphinxExtensions/sphinx-bootstrap-theme
url = https://github.com/ryan-roemer/sphinx-bootstrap-theme.git
1 change: 0 additions & 1 deletion external/backward-cpp
Submodule backward-cpp deleted from b35358
3 changes: 0 additions & 3 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ add_executable(${PROJECT_NAME} "")
target_sources(${PROJECT_NAME}
PRIVATE
main.cpp
#${BACKWARD_ENABLE}
)

target_include_directories(${PROJECT_NAME}
Expand All @@ -51,8 +50,6 @@ target_link_libraries(${PROJECT_NAME}
ppkMHD::io
ppkMHD::monitoring)

#add_backward(${PROJECT_NAME})

if (PPKMHD_USE_SDM)
target_link_libraries(${PROJECT_NAME}
PUBLIC
Expand Down
2 changes: 0 additions & 2 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ if(PPKMHD_USE_MOOD)
add_subdirectory(lapack)
endif(PPKMHD_USE_MOOD)

# backtrace does not build anymore with cuda 10.1
#add_subdirectory(backward-cpp)
add_subdirectory(io)
add_subdirectory(configMap)

Expand Down
4 changes: 0 additions & 4 deletions test/backward-cpp/CMakeLists.txt

This file was deleted.

29 changes: 0 additions & 29 deletions test/backward-cpp/test_segfault.cpp

This file was deleted.

6 changes: 0 additions & 6 deletions test/io/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ endif(PPKMHD_USE_MPI)
if(PPKMHD_USE_HDF5)
add_executable(test_io_hdf5
test_io_hdf5.cpp
#${BACKWARD_ENABLE}
)

target_link_libraries(test_io_hdf5
Expand All @@ -54,16 +53,13 @@ if(PPKMHD_USE_HDF5)
ppkMHD::mpiUtils)
endif(PPKMHD_USE_MPI)

#add_backward(test_io_hdf5)

endif(PPKMHD_USE_HDF5)

if(PPKMHD_USE_MPI)
if(PPKMHD_USE_PNETCDF)

add_executable(test_io_pnetcdf
test_io_pnetcdf.cpp
#${BACKWARD_ENABLE}
)

target_link_libraries(test_io_pnetcdf
Expand All @@ -76,7 +72,5 @@ if(PPKMHD_USE_MPI)
ppkMHD::mpiUtils
${PNETCDF_LIBRARIES})

#add_backward(test_io_pnetcdf)

endif(PPKMHD_USE_PNETCDF)
endif(PPKMHD_USE_MPI)