From 7b54adee2b94b48c44ee960efb87b66f5e232ae4 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 17 Aug 2015 22:12:35 -0500 Subject: [PATCH] Do not run the shared-tria tests without MPI. They do not compile because the shared triangulation without MPI can't be constructed with the same constructor taking an MPI_Comm as is used in these tests. --- tests/sharedtria/dof_01.with_metis=true.output | 16 ---------------- tests/sharedtria/dof_02.with_metis=true.output | 16 ---------------- tests/sharedtria/tria_01.with_metis=true.output | 13 ------------- 3 files changed, 45 deletions(-) delete mode 100644 tests/sharedtria/dof_01.with_metis=true.output delete mode 100644 tests/sharedtria/dof_02.with_metis=true.output delete mode 100644 tests/sharedtria/tria_01.with_metis=true.output diff --git a/tests/sharedtria/dof_01.with_metis=true.output b/tests/sharedtria/dof_01.with_metis=true.output deleted file mode 100644 index d0742843fd..0000000000 --- a/tests/sharedtria/dof_01.with_metis=true.output +++ /dev/null @@ -1,16 +0,0 @@ - -DEAL:0:2d::n_dofs: 818 -DEAL:0:2d::n_locally_owned_dofs: 818 -DEAL:0:2d::n_locally_owned_dofs_per_processor: 818 sum: 818 -DEAL:0:2d::n_dofs: 1754 -DEAL:0:2d::n_locally_owned_dofs: 1754 -DEAL:0:2d::n_locally_owned_dofs_per_processor: 1754 sum: 1754 -DEAL:0:2d::n_dofs: 3056 -DEAL:0:2d::n_locally_owned_dofs: 3056 -DEAL:0:2d::n_locally_owned_dofs_per_processor: 3056 sum: 3056 -DEAL:0:3d::n_dofs: 13282 -DEAL:0:3d::n_locally_owned_dofs: 13282 -DEAL:0:3d::n_locally_owned_dofs_per_processor: 13282 sum: 13282 -DEAL:0:3d::n_dofs: 41826 -DEAL:0:3d::n_locally_owned_dofs: 41826 -DEAL:0:3d::n_locally_owned_dofs_per_processor: 41826 sum: 41826 diff --git a/tests/sharedtria/dof_02.with_metis=true.output b/tests/sharedtria/dof_02.with_metis=true.output deleted file mode 100644 index d0742843fd..0000000000 --- a/tests/sharedtria/dof_02.with_metis=true.output +++ /dev/null @@ -1,16 +0,0 @@ - -DEAL:0:2d::n_dofs: 818 -DEAL:0:2d::n_locally_owned_dofs: 818 -DEAL:0:2d::n_locally_owned_dofs_per_processor: 818 sum: 818 -DEAL:0:2d::n_dofs: 1754 -DEAL:0:2d::n_locally_owned_dofs: 1754 -DEAL:0:2d::n_locally_owned_dofs_per_processor: 1754 sum: 1754 -DEAL:0:2d::n_dofs: 3056 -DEAL:0:2d::n_locally_owned_dofs: 3056 -DEAL:0:2d::n_locally_owned_dofs_per_processor: 3056 sum: 3056 -DEAL:0:3d::n_dofs: 13282 -DEAL:0:3d::n_locally_owned_dofs: 13282 -DEAL:0:3d::n_locally_owned_dofs_per_processor: 13282 sum: 13282 -DEAL:0:3d::n_dofs: 41826 -DEAL:0:3d::n_locally_owned_dofs: 41826 -DEAL:0:3d::n_locally_owned_dofs_per_processor: 41826 sum: 41826 diff --git a/tests/sharedtria/tria_01.with_metis=true.output b/tests/sharedtria/tria_01.with_metis=true.output deleted file mode 100644 index d1b965d9b2..0000000000 --- a/tests/sharedtria/tria_01.with_metis=true.output +++ /dev/null @@ -1,13 +0,0 @@ - -DEAL:0:2d:: locally_owned_subdomain(): 0 - n_active_cells: 7 - n_levels: 3 - n_global_levels: 3 - -DEAL:0:2d::subdomains: 0 0 0 0 0 0 0 -DEAL:0:3d:: locally_owned_subdomain(): 0 - n_active_cells: 15 - n_levels: 3 - n_global_levels: 3 - -DEAL:0:3d::subdomains: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -- 2.39.5