From e8e4a6f964c54938a8b84737e19e78543c2a6f42 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Wed, 9 Aug 2017 15:37:58 -0500 Subject: [PATCH] mpi/locally_owned_dofs_per_subdomain_02: Add an output variant Another test that gives different results due to metis. --- ...per_subdomain_02.with_metis=true.mpirun=2.output.2 | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/mpi/locally_owned_dofs_per_subdomain_02.with_metis=true.mpirun=2.output.2 diff --git a/tests/mpi/locally_owned_dofs_per_subdomain_02.with_metis=true.mpirun=2.output.2 b/tests/mpi/locally_owned_dofs_per_subdomain_02.with_metis=true.mpirun=2.output.2 new file mode 100644 index 0000000000..9a2cb0a0da --- /dev/null +++ b/tests/mpi/locally_owned_dofs_per_subdomain_02.with_metis=true.mpirun=2.output.2 @@ -0,0 +1,11 @@ + +DEAL:0::proc 0: +{1, [3,5], [7,8]} +DEAL:0::proc 1: +{0, 2, 6} + +DEAL:1::proc 0: +{1, [3,5], [7,8]} +DEAL:1::proc 1: +{0, 2, 6} + -- 2.39.5