Skip to content

Commit

Permalink
make test work without mpi
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhei committed Feb 9, 2020
1 parent 82fb578 commit 5180b3d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/multigrid/mg_data_out_01.cc
Expand Up @@ -90,8 +90,7 @@ do_test()
int
main(int argc, char **argv)
{
Utilities::MPI::MPI_InitFinalize mpi(argc, argv, 1);
mpi_initlog();
initlog();

do_test<2>();
do_test<3>();
Expand Down

0 comments on commit 5180b3d

Please sign in to comment.