From 91fb8f87dc0a13908fbcd3df843e4d7eed70aabd Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Thu, 28 Jan 2016 15:26:31 +0100 Subject: [PATCH] Choose better names for tests --- ...e_mg_dofs_periodicity_01.cc => mg_ghost_dofs_periodic_05.cc} | 2 +- ...run=28.output => mg_ghost_dofs_periodic_05.mpirun=28.output} | 0 ...pirun=6.output => mg_ghost_dofs_periodic_05.mpirun=6.output} | 0 ...e_mg_dofs_periodicity_02.cc => mg_ghost_dofs_periodic_06.cc} | 2 +- ...pirun=7.output => mg_ghost_dofs_periodic_06.mpirun=7.output} | 0 5 files changed, 2 insertions(+), 2 deletions(-) rename tests/mpi/{distribute_mg_dofs_periodicity_01.cc => mg_ghost_dofs_periodic_05.cc} (98%) rename tests/mpi/{distribute_mg_dofs_periodicity_01.mpirun=28.output => mg_ghost_dofs_periodic_05.mpirun=28.output} (100%) rename tests/mpi/{distribute_mg_dofs_periodicity_01.mpirun=6.output => mg_ghost_dofs_periodic_05.mpirun=6.output} (100%) rename tests/mpi/{distribute_mg_dofs_periodicity_02.cc => mg_ghost_dofs_periodic_06.cc} (98%) rename tests/mpi/{distribute_mg_dofs_periodicity_02.mpirun=7.output => mg_ghost_dofs_periodic_06.mpirun=7.output} (100%) diff --git a/tests/mpi/distribute_mg_dofs_periodicity_01.cc b/tests/mpi/mg_ghost_dofs_periodic_05.cc similarity index 98% rename from tests/mpi/distribute_mg_dofs_periodicity_01.cc rename to tests/mpi/mg_ghost_dofs_periodic_05.cc index 57839bb50e..2ac0a319d9 100644 --- a/tests/mpi/distribute_mg_dofs_periodicity_01.cc +++ b/tests/mpi/mg_ghost_dofs_periodic_05.cc @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2008 - 2015 by the deal.II authors +// Copyright (C) 2016 - 2016 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/tests/mpi/distribute_mg_dofs_periodicity_01.mpirun=28.output b/tests/mpi/mg_ghost_dofs_periodic_05.mpirun=28.output similarity index 100% rename from tests/mpi/distribute_mg_dofs_periodicity_01.mpirun=28.output rename to tests/mpi/mg_ghost_dofs_periodic_05.mpirun=28.output diff --git a/tests/mpi/distribute_mg_dofs_periodicity_01.mpirun=6.output b/tests/mpi/mg_ghost_dofs_periodic_05.mpirun=6.output similarity index 100% rename from tests/mpi/distribute_mg_dofs_periodicity_01.mpirun=6.output rename to tests/mpi/mg_ghost_dofs_periodic_05.mpirun=6.output diff --git a/tests/mpi/distribute_mg_dofs_periodicity_02.cc b/tests/mpi/mg_ghost_dofs_periodic_06.cc similarity index 98% rename from tests/mpi/distribute_mg_dofs_periodicity_02.cc rename to tests/mpi/mg_ghost_dofs_periodic_06.cc index 4cfbf1ce96..ab9d56350d 100644 --- a/tests/mpi/distribute_mg_dofs_periodicity_02.cc +++ b/tests/mpi/mg_ghost_dofs_periodic_06.cc @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2008 - 2015 by the deal.II authors +// Copyright (C) 2016 - 2016 by the deal.II authors // // This file is part of the deal.II library. // diff --git a/tests/mpi/distribute_mg_dofs_periodicity_02.mpirun=7.output b/tests/mpi/mg_ghost_dofs_periodic_06.mpirun=7.output similarity index 100% rename from tests/mpi/distribute_mg_dofs_periodicity_02.mpirun=7.output rename to tests/mpi/mg_ghost_dofs_periodic_06.mpirun=7.output -- 2.39.5