Skip to content
Snippets Groups Projects
Commit 3b678b15 authored by Bernd Flemisch's avatar Bernd Flemisch
Browse files

CTest: use the environment variable MPIEXEC

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9230 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent c3e509cd
No related branches found
No related tags found
No related merge requests found
......@@ -460,7 +460,7 @@ add_test(test_mpnc bin/runTest.sh references/obstacle-reference.vtu ob
add_test(test_forchheimer1p bin/runTest.sh references/forchheimer1p-reference.vtp test_forchheimer1p-00002.vtp test/boxmodels/mpnc/test_forchheimer1p -Grid.File test/boxmodels/mpnc/grids/forchheimer1d.dgf)
add_test(test_forchheimer2p bin/runTest.sh references/forchheimer2p-reference.vtu test_forchheimer2p-00009.vtu test/boxmodels/mpnc/test_forchheimer2p -Grid.File test/boxmodels/mpnc/grids/obstacle_24x16.dgf)
if(MPI_FOUND)
add_test(test_richards bin/runTest.sh references/richardslens-reference-parallel.vtu s0002-p0000-richardslens-00008.vtu mpirun -np 2 test/boxmodels/richards/test_richards -Grid.File test/boxmodels/richards/grids/richardslens-24x16.dgf -TimeManager.TEnd 3000 -TimeManager.DtInitial 100)
add_test(test_richards bin/runTest.sh references/richardslens-reference-parallel.vtu s0002-p0000-richardslens-00008.vtu ${MPIEXEC} -np 2 test/boxmodels/richards/test_richards -Grid.File test/boxmodels/richards/grids/richardslens-24x16.dgf -TimeManager.TEnd 3000 -TimeManager.DtInitial 100)
else(MPI_FOUND)
add_test(test_richards bin/runTest.sh references/richardslens-reference.vtu richardslens-00008.vtu test/boxmodels/richards/test_richards -Grid.File test/boxmodels/richards/grids/richardslens-24x16.dgf -TimeManager.TEnd 3000 -TimeManager.DtInitial 100)
endif(MPI_FOUND)
......
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