From 311b9d2c49cdddc60d189b82e1243aeab88ce089 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Thu, 29 Jun 2023 08:43:04 -0500 Subject: [PATCH] Test: mpi/locally_owned_dofs_per_subdomain_02: do not compare output The parallel partition that we compared in this test depends on metis, and thus shows different (but valid) output depending on machine, and chosen optimization level. Let us restrict this test to run only and not compare the output. --- ...s_per_subdomain_02.with_metis=true.mpirun=2.output | 11 ----------- ...per_subdomain_02.with_metis=true.mpirun=2.output.2 | 11 ----------- ...n_02.with_metis=true.mpirun=2.output.clang8-sierra | 11 ----------- ...per_subdomain_02.with_metis=true.mpirun=2.run_only | 0 4 files changed, 33 deletions(-) delete mode 100644 tests/mpi/locally_owned_dofs_per_subdomain_02.with_metis=true.mpirun=2.output delete mode 100644 tests/mpi/locally_owned_dofs_per_subdomain_02.with_metis=true.mpirun=2.output.2 delete mode 100644 tests/mpi/locally_owned_dofs_per_subdomain_02.with_metis=true.mpirun=2.output.clang8-sierra create mode 100644 tests/mpi/locally_owned_dofs_per_subdomain_02.with_metis=true.mpirun=2.run_only diff --git a/tests/mpi/locally_owned_dofs_per_subdomain_02.with_metis=true.mpirun=2.output b/tests/mpi/locally_owned_dofs_per_subdomain_02.with_metis=true.mpirun=2.output deleted file mode 100644 index dbfc16af7b..0000000000 --- a/tests/mpi/locally_owned_dofs_per_subdomain_02.with_metis=true.mpirun=2.output +++ /dev/null @@ -1,11 +0,0 @@ - -DEAL:0::proc 0: -{[0,5]} -DEAL:0::proc 1: -{[6,8]} - -DEAL:1::proc 0: -{[0,5]} -DEAL:1::proc 1: -{[6,8]} - 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 deleted file mode 100644 index 9a2cb0a0da..0000000000 --- a/tests/mpi/locally_owned_dofs_per_subdomain_02.with_metis=true.mpirun=2.output.2 +++ /dev/null @@ -1,11 +0,0 @@ - -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} - diff --git a/tests/mpi/locally_owned_dofs_per_subdomain_02.with_metis=true.mpirun=2.output.clang8-sierra b/tests/mpi/locally_owned_dofs_per_subdomain_02.with_metis=true.mpirun=2.output.clang8-sierra deleted file mode 100644 index 1d563a6ede..0000000000 --- a/tests/mpi/locally_owned_dofs_per_subdomain_02.with_metis=true.mpirun=2.output.clang8-sierra +++ /dev/null @@ -1,11 +0,0 @@ - -DEAL:0::proc 0: -{0, 2, 6} -DEAL:0::proc 1: -{1, [3,5], [7,8]} - -DEAL:1::proc 0: -{0, 2, 6} -DEAL:1::proc 1: -{1, [3,5], [7,8]} - diff --git a/tests/mpi/locally_owned_dofs_per_subdomain_02.with_metis=true.mpirun=2.run_only b/tests/mpi/locally_owned_dofs_per_subdomain_02.with_metis=true.mpirun=2.run_only new file mode 100644 index 0000000000..e69de29bb2 -- 2.39.5