From: Mathias Anselmann Date: Fri, 7 Jun 2019 10:05:40 +0000 (+0200) Subject: added mpirun=1 so that test 12a just runs with MPI X-Git-Tag: v9.2.0-rc1~1436^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07e917ad5cf2b4a6cb2a852b9e1a5b30560765b3;p=dealii.git added mpirun=1 so that test 12a just runs with MPI --- 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. //