Skip to content

Commit f28187c

Browse files
authored
Merge pull request #5 from pkestene/refactor/cleanup-modules
cleanup git submodules
2 parents b073ae3 + 7bd6dfa commit f28187c

File tree

7 files changed

+0
-61
lines changed

7 files changed

+0
-61
lines changed

.gitmodules

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,3 @@
66
path = external/kokkos
77
url = https://github.com/kokkos/kokkos.git
88
branch = develop
9-
[submodule "external/backward-cpp"]
10-
path = external/backward-cpp
11-
url = https://github.com/bombela/backward-cpp.git
12-
[submodule "external/SphinxExtensions/breathelink"]
13-
path = external/SphinxExtensions/breathelink
14-
url = https://github.com/thewtex/breathelink.git
15-
[submodule "external/SphinxExtensions/breathe"]
16-
path = external/SphinxExtensions/breathe
17-
url = https://github.com/michaeljones/breathe.git
18-
branch = v4.10.0
19-
[submodule "external/SphinxExtensions/gitstats"]
20-
path = external/SphinxExtensions/gitstats
21-
url = https://github.com/arnaudgelas/gitstats.git
22-
[submodule "external/SphinxExtensions/sphinx-bootstrap-theme"]
23-
path = external/SphinxExtensions/sphinx-bootstrap-theme
24-
url = https://github.com/ryan-roemer/sphinx-bootstrap-theme.git

external/backward-cpp

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ add_executable(${PROJECT_NAME} "")
3131
target_sources(${PROJECT_NAME}
3232
PRIVATE
3333
main.cpp
34-
#${BACKWARD_ENABLE}
3534
)
3635

3736
target_include_directories(${PROJECT_NAME}
@@ -51,8 +50,6 @@ target_link_libraries(${PROJECT_NAME}
5150
ppkMHD::io
5251
ppkMHD::monitoring)
5352

54-
#add_backward(${PROJECT_NAME})
55-
5653
if (PPKMHD_USE_SDM)
5754
target_link_libraries(${PROJECT_NAME}
5855
PUBLIC

test/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ if(PPKMHD_USE_MOOD)
77
add_subdirectory(lapack)
88
endif(PPKMHD_USE_MOOD)
99

10-
# backtrace does not build anymore with cuda 10.1
11-
#add_subdirectory(backward-cpp)
1210
add_subdirectory(io)
1311
add_subdirectory(configMap)
1412

test/backward-cpp/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

test/backward-cpp/test_segfault.cpp

Lines changed: 0 additions & 29 deletions
This file was deleted.

test/io/CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ endif(PPKMHD_USE_MPI)
3636
if(PPKMHD_USE_HDF5)
3737
add_executable(test_io_hdf5
3838
test_io_hdf5.cpp
39-
#${BACKWARD_ENABLE}
4039
)
4140

4241
target_link_libraries(test_io_hdf5
@@ -54,16 +53,13 @@ if(PPKMHD_USE_HDF5)
5453
ppkMHD::mpiUtils)
5554
endif(PPKMHD_USE_MPI)
5655

57-
#add_backward(test_io_hdf5)
58-
5956
endif(PPKMHD_USE_HDF5)
6057

6158
if(PPKMHD_USE_MPI)
6259
if(PPKMHD_USE_PNETCDF)
6360

6461
add_executable(test_io_pnetcdf
6562
test_io_pnetcdf.cpp
66-
#${BACKWARD_ENABLE}
6763
)
6864

6965
target_link_libraries(test_io_pnetcdf
@@ -76,7 +72,5 @@ if(PPKMHD_USE_MPI)
7672
ppkMHD::mpiUtils
7773
${PNETCDF_LIBRARIES})
7874

79-
#add_backward(test_io_pnetcdf)
80-
8175
endif(PPKMHD_USE_PNETCDF)
8276
endif(PPKMHD_USE_MPI)

0 commit comments

Comments
 (0)