On 11/13/20 1:24 PM, Zachary 42! wrote:
> I am trying to run some MPI tests and I don’t see on the deal.II website how to use ctest for running MPI programs. I just saw how the output file needs to indicate the number of processors used in the test so numdiff works correctly. How do you use ctest for running a MPI test program?
Once you create a test and an output file, you do 'make setup_tests' and
'ctest -R my_test' where my_test happens to be a test that uses MPI. Apart
from the fact that the number of processors used is encoded in the name of the
output file, there is no magic to it.
Best
W.
--
------------------------------------------------------------------------
Wolfgang Bangerth email:
bang...@colostate.edu
www:
http://www.math.colostate.edu/~bangerth/