Skip to content

Commit

Permalink
add common mpi test for vector
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelKoch committed Feb 17, 2022
1 parent 743cdec commit 11dad06
Show file tree
Hide file tree
Showing 4 changed files with 550 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@ add_subdirectory(base)
add_subdirectory(components)
add_subdirectory(distributed)
add_subdirectory(matrix)
if(GINKGO_BUILD_MPI)
add_subdirectory(mpi)
endif()
add_subdirectory(multigrid)
add_subdirectory(solver)
1 change: 1 addition & 0 deletions test/mpi/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
add_subdirectory(distributed)
1 change: 1 addition & 0 deletions test/mpi/distributed/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ginkgo_create_common_mpi_test(vector 3)
Loading

0 comments on commit 11dad06

Please sign in to comment.