From: Wolfgang Bangerth Date: Tue, 18 Aug 2015 03:12:35 +0000 (-0500) Subject: Do not run the shared-tria tests without MPI. X-Git-Tag: v8.4.0-rc2~593^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1381%2Fhead;p=dealii.git 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. --- 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