Skip to content
Snippets Groups Projects
Commit 94986a9e authored by Timo Koch's avatar Timo Koch
Browse files

[test] Enable parallel testing for parallel grid

parent 15c37456
No related branches found
No related tags found
1 merge request!8Feature/test parallel grid in parallel
Pipeline #41416 passed
......@@ -22,7 +22,9 @@ set_property(TARGET test-spheregrid APPEND PROPERTY COMPILE_DEFINITIONS "GRIDDIM
dune_add_test(NAME test-parallelgrid
SOURCES test-parallelgrid.cc
CMAKE_GUARD dune-alugrid_FOUND
COMPILE_DEFINITIONS "GRIDDIM=${GRIDDIM}" "WORLDDIM=${WORLDDIM}" "${GRIDTYPE}" "METAGRIDS=${METAGRIDS}"
MPI_RANKS 1 2 3
TIMEOUT 1200
COMPILE_DEFINITIONS "GRIDDIM=${GRIDDIM}" "WORLDDIM=${WORLDDIM}" "ALUGRID_CUBE_NOCOMM" "METAGRIDS=${METAGRIDS}"
CMD_ARGS 2dcube.dgf)
set(DGFS
......
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