Skip to content
Snippets Groups Projects
Commit 60875fe3 authored by Markus Blatt's avatar Markus Blatt
Browse files

[Merge][CMake] Merged revisions : 1586

Revision  r1586
.----------------------
Use ParMETIS test.

.----------------------


[[Imported from SVN: r1808]]
parents bade75d9 528e4242
No related branches found
No related tags found
No related merge requests found
include(FindBoostFusion)
include(FindParMETIS)
set(MPITESTS galerkintest hierarchytest pamgtest
pamg_comm_repart_test transfertest)
set(MPITESTS galerkintest hierarchytest transfertest)
set(PARMETISTESTS pamgtest pamg_comm_repart_test)
set(NORMALTESTS amgtest graphtest kamgtest)
set(ALLTESTS ${MPITESTS} ${NORMALTESTS})
set(ALLTESTS ${MPITESTS} ${PARMETISTESTS} ${NORMALTESTS})
# We do not want want to build the tests during make all,
# but just build them on demand
......@@ -27,5 +27,5 @@ foreach(_exe ${ALLTESTS})
add_test(${_exe} ${_exe})
endforeach(_exe ${ALLTESTS})
include(DuneMPI)
add_dune_mpi_flags("${MPITESTS}")
add_parmetis_flags("${PARMETISTESTS}")
......@@ -66,6 +66,7 @@ if(HAVE_MPI)
add_executable(vectorcommtest "vectorcommtest.cc")
add_executable(matrixmarkettest "matrixmarkettest.cc")
add_dune_mpi_flags("${MPITESTS}")
add_parmetis_flags(matrixredisttest)
endif(HAVE_MPI)
foreach(_exe ${ALLTESTS})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment