File tree Expand file tree Collapse file tree 7 files changed +0
-61
lines changed Expand file tree Collapse file tree 7 files changed +0
-61
lines changed Original file line number Diff line number Diff line change 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
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ add_executable(${PROJECT_NAME} "")
3131target_sources (${PROJECT_NAME}
3232 PRIVATE
3333 main.cpp
34- #${BACKWARD_ENABLE}
3534 )
3635
3736target_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-
5653if (PPKMHD_USE_SDM)
5754 target_link_libraries (${PROJECT_NAME}
5855 PUBLIC
Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ if(PPKMHD_USE_MOOD)
77 add_subdirectory (lapack)
88endif (PPKMHD_USE_MOOD)
99
10- # backtrace does not build anymore with cuda 10.1
11- #add_subdirectory(backward-cpp)
1210add_subdirectory (io)
1311add_subdirectory (configMap)
1412
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ endif(PPKMHD_USE_MPI)
3636if (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-
5956endif (PPKMHD_USE_HDF5)
6057
6158if (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)
8276endif (PPKMHD_USE_MPI)
You can’t perform that action at this time.
0 commit comments