From 07e917ad5cf2b4a6cb2a852b9e1a5b30560765b3 Mon Sep 17 00:00:00 2001 From: Mathias Anselmann Date: Fri, 7 Jun 2019 12:05:40 +0200 Subject: [PATCH] added mpirun=1 so that test 12a just runs with MPI --- tests/dofs/dof_tools_12a.cc | 2 +- .../{dof_tools_12a.output => dof_tools_12a.mpirun=1.output} | 0 tests/dofs/dof_tools_common_parallel.h | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename tests/dofs/{dof_tools_12a.output => dof_tools_12a.mpirun=1.output} (100%) diff --git a/tests/dofs/dof_tools_12a.cc b/tests/dofs/dof_tools_12a.cc index cc95e1c917..3fd09c59b0 100644 --- a/tests/dofs/dof_tools_12a.cc +++ b/tests/dofs/dof_tools_12a.cc @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2003 - 2018 by the deal.II authors +// Copyright (C) 2003 - 2019 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/tests/dofs/dof_tools_12a.output b/tests/dofs/dof_tools_12a.mpirun=1.output similarity index 100% rename from tests/dofs/dof_tools_12a.output rename to tests/dofs/dof_tools_12a.mpirun=1.output diff --git a/tests/dofs/dof_tools_common_parallel.h b/tests/dofs/dof_tools_common_parallel.h index 60e244465a..1c533ff427 100644 --- a/tests/dofs/dof_tools_common_parallel.h +++ b/tests/dofs/dof_tools_common_parallel.h @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2003 - 2018 by the deal.II authors +// Copyright (C) 2003 - 2019 by the deal.II authors // // This file is part of the deal.II library. // -- 2.39.5