From d1e1a42cb65749bed3a99f98ea6a46629617d64e Mon Sep 17 00:00:00 2001 From: Peter Munch Date: Wed, 23 Sep 2020 19:21:06 +0200 Subject: [PATCH] Fix simplex test failure --- tests/simplex/data_out_write_hdf5_01.cc | 4 ++++ ...5_01.with_simplex_support=on.mpirun=1.with_hdf5=on.output} | 0 2 files changed, 4 insertions(+) rename tests/simplex/{data_out_write_hdf5_01.with_simplex_support=on.with_hdf5=on.output => data_out_write_hdf5_01.with_simplex_support=on.mpirun=1.with_hdf5=on.output} (100%) diff --git a/tests/simplex/data_out_write_hdf5_01.cc b/tests/simplex/data_out_write_hdf5_01.cc index 6decd2d490..2c9b1b93c7 100644 --- a/tests/simplex/data_out_write_hdf5_01.cc +++ b/tests/simplex/data_out_write_hdf5_01.cc @@ -17,6 +17,8 @@ // Test DataOut with HDF5 for simplex meshes. +#include + #include #include @@ -118,6 +120,8 @@ main(int argc, char **argv) { initlog(); + Utilities::MPI::MPI_InitFinalize mpi_initialization(argc, argv, 1); + { const unsigned int dim = 2; test(Simplex::FE_P(2), 1); diff --git a/tests/simplex/data_out_write_hdf5_01.with_simplex_support=on.with_hdf5=on.output b/tests/simplex/data_out_write_hdf5_01.with_simplex_support=on.mpirun=1.with_hdf5=on.output similarity index 100% rename from tests/simplex/data_out_write_hdf5_01.with_simplex_support=on.with_hdf5=on.output rename to tests/simplex/data_out_write_hdf5_01.with_simplex_support=on.mpirun=1.with_hdf5=on.output -- 2.39.5