From d3fbf7f5933bad0ed13a354d7b9b32b1cd167405 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Tue, 20 Jun 2023 17:00:47 -0500 Subject: [PATCH] Test sharedtria/communicate_active_fe_indices_01b: do not compare test output The parallel distribution is computed with metis, which is not stable. Simply skip comparing the test output which listed the number of local degrees of freedom of a distributed, shared triangulation. --- ...ndices_01b.with_metis=true.mpirun=3.output | 23 ------------------- ...ices_01b.with_metis=true.mpirun=3.output.1 | 23 ------------------- ...etis=true.mpirun=3.output.gcc-7.3.0-x86_64 | 23 ------------------- ...ices_01b.with_metis=true.mpirun=3.run_only | 0 4 files changed, 69 deletions(-) delete mode 100644 tests/sharedtria/communicate_active_fe_indices_01b.with_metis=true.mpirun=3.output delete mode 100644 tests/sharedtria/communicate_active_fe_indices_01b.with_metis=true.mpirun=3.output.1 delete mode 100644 tests/sharedtria/communicate_active_fe_indices_01b.with_metis=true.mpirun=3.output.gcc-7.3.0-x86_64 create mode 100644 tests/sharedtria/communicate_active_fe_indices_01b.with_metis=true.mpirun=3.run_only diff --git a/tests/sharedtria/communicate_active_fe_indices_01b.with_metis=true.mpirun=3.output b/tests/sharedtria/communicate_active_fe_indices_01b.with_metis=true.mpirun=3.output deleted file mode 100644 index ecbb3507f9..0000000000 --- a/tests/sharedtria/communicate_active_fe_indices_01b.with_metis=true.mpirun=3.output +++ /dev/null @@ -1,23 +0,0 @@ - -DEAL:0:1d::n_dofs: 9 -DEAL:0:1d::n_locally_owned_dofs: 4 -DEAL:0:2d::n_dofs: 81 -DEAL:0:2d::n_locally_owned_dofs: 32 -DEAL:0:3d::n_dofs: 729 -DEAL:0:3d::n_locally_owned_dofs: 304 - -DEAL:1:1d::n_dofs: 9 -DEAL:1:1d::n_locally_owned_dofs: 4 -DEAL:1:2d::n_dofs: 81 -DEAL:1:2d::n_locally_owned_dofs: 27 -DEAL:1:3d::n_dofs: 729 -DEAL:1:3d::n_locally_owned_dofs: 244 - - -DEAL:2:1d::n_dofs: 9 -DEAL:2:1d::n_locally_owned_dofs: 1 -DEAL:2:2d::n_dofs: 81 -DEAL:2:2d::n_locally_owned_dofs: 22 -DEAL:2:3d::n_dofs: 729 -DEAL:2:3d::n_locally_owned_dofs: 181 - diff --git a/tests/sharedtria/communicate_active_fe_indices_01b.with_metis=true.mpirun=3.output.1 b/tests/sharedtria/communicate_active_fe_indices_01b.with_metis=true.mpirun=3.output.1 deleted file mode 100644 index 67051f933c..0000000000 --- a/tests/sharedtria/communicate_active_fe_indices_01b.with_metis=true.mpirun=3.output.1 +++ /dev/null @@ -1,23 +0,0 @@ - -DEAL:0:1d::n_dofs: 9 -DEAL:0:1d::n_locally_owned_dofs: 4 -DEAL:0:2d::n_dofs: 81 -DEAL:0:2d::n_locally_owned_dofs: 32 -DEAL:0:3d::n_dofs: 729 -DEAL:0:3d::n_locally_owned_dofs: 304 - -DEAL:1:1d::n_dofs: 9 -DEAL:1:1d::n_locally_owned_dofs: 4 -DEAL:1:2d::n_dofs: 81 -DEAL:1:2d::n_locally_owned_dofs: 27 -DEAL:1:3d::n_dofs: 729 -DEAL:1:3d::n_locally_owned_dofs: 246 - - -DEAL:2:1d::n_dofs: 9 -DEAL:2:1d::n_locally_owned_dofs: 1 -DEAL:2:2d::n_dofs: 81 -DEAL:2:2d::n_locally_owned_dofs: 22 -DEAL:2:3d::n_dofs: 729 -DEAL:2:3d::n_locally_owned_dofs: 179 - diff --git a/tests/sharedtria/communicate_active_fe_indices_01b.with_metis=true.mpirun=3.output.gcc-7.3.0-x86_64 b/tests/sharedtria/communicate_active_fe_indices_01b.with_metis=true.mpirun=3.output.gcc-7.3.0-x86_64 deleted file mode 100644 index 314ef89652..0000000000 --- a/tests/sharedtria/communicate_active_fe_indices_01b.with_metis=true.mpirun=3.output.gcc-7.3.0-x86_64 +++ /dev/null @@ -1,23 +0,0 @@ - -DEAL:0:1d::n_dofs: 9 -DEAL:0:1d::n_locally_owned_dofs: 4 -DEAL:0:2d::n_dofs: 81 -DEAL:0:2d::n_locally_owned_dofs: 33 -DEAL:0:3d::n_dofs: 729 -DEAL:0:3d::n_locally_owned_dofs: 291 - -DEAL:1:1d::n_dofs: 9 -DEAL:1:1d::n_locally_owned_dofs: 4 -DEAL:1:2d::n_dofs: 81 -DEAL:1:2d::n_locally_owned_dofs: 29 -DEAL:1:3d::n_dofs: 729 -DEAL:1:3d::n_locally_owned_dofs: 252 - - -DEAL:2:1d::n_dofs: 9 -DEAL:2:1d::n_locally_owned_dofs: 1 -DEAL:2:2d::n_dofs: 81 -DEAL:2:2d::n_locally_owned_dofs: 19 -DEAL:2:3d::n_dofs: 729 -DEAL:2:3d::n_locally_owned_dofs: 186 - diff --git a/tests/sharedtria/communicate_active_fe_indices_01b.with_metis=true.mpirun=3.run_only b/tests/sharedtria/communicate_active_fe_indices_01b.with_metis=true.mpirun=3.run_only new file mode 100644 index 0000000000..e69de29bb2 -- 2.39.5