From 9367c1fa0371a260438dd93db74882a7e7ebe542 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Sat, 31 Jan 2015 18:47:44 +0100 Subject: [PATCH] rename and correctly guard arpack/parpack tests --- tests/arpack/{step-36_ar.cc => step-36_arpack.cc} | 0 tests/arpack/{step-36_ar.output => step-36_arpack.output} | 0 tests/arpack/{step-36_par.cc => step-36_parpack.cc} | 0 ...output => step-36_parpack.with_mpi=true.mpirun=3.output} | 0 tests/arpack/step-36_parpack_Trilinos.mpirun=3.output | 6 ------ tests/arpack/step-36_parpack_Trilinos.output | 6 ------ ...p-36_parpack_Trilinos.cc => step-36_parpack_trilinos.cc} | 0 ...ilinos.with_mpi=true.with_trilinos=true.mpirun=3.output} | 0 8 files changed, 12 deletions(-) rename tests/arpack/{step-36_ar.cc => step-36_arpack.cc} (100%) rename tests/arpack/{step-36_ar.output => step-36_arpack.output} (100%) rename tests/arpack/{step-36_par.cc => step-36_parpack.cc} (100%) rename tests/arpack/{step-36_par.mpirun=3.output => step-36_parpack.with_mpi=true.mpirun=3.output} (100%) delete mode 100644 tests/arpack/step-36_parpack_Trilinos.mpirun=3.output delete mode 100644 tests/arpack/step-36_parpack_Trilinos.output rename tests/arpack/{step-36_parpack_Trilinos.cc => step-36_parpack_trilinos.cc} (100%) rename tests/arpack/{step-36_par.output => step-36_parpack_trilinos.with_mpi=true.with_trilinos=true.mpirun=3.output} (100%) diff --git a/tests/arpack/step-36_ar.cc b/tests/arpack/step-36_arpack.cc similarity index 100% rename from tests/arpack/step-36_ar.cc rename to tests/arpack/step-36_arpack.cc diff --git a/tests/arpack/step-36_ar.output b/tests/arpack/step-36_arpack.output similarity index 100% rename from tests/arpack/step-36_ar.output rename to tests/arpack/step-36_arpack.output diff --git a/tests/arpack/step-36_par.cc b/tests/arpack/step-36_parpack.cc similarity index 100% rename from tests/arpack/step-36_par.cc rename to tests/arpack/step-36_parpack.cc diff --git a/tests/arpack/step-36_par.mpirun=3.output b/tests/arpack/step-36_parpack.with_mpi=true.mpirun=3.output similarity index 100% rename from tests/arpack/step-36_par.mpirun=3.output rename to tests/arpack/step-36_parpack.with_mpi=true.mpirun=3.output diff --git a/tests/arpack/step-36_parpack_Trilinos.mpirun=3.output b/tests/arpack/step-36_parpack_Trilinos.mpirun=3.output deleted file mode 100644 index f0a5f8719a..0000000000 --- a/tests/arpack/step-36_parpack_Trilinos.mpirun=3.output +++ /dev/null @@ -1,6 +0,0 @@ -DEAL::4.93877 -DEAL::12.3707 -DEAL::12.3707 -DEAL::19.8027 -DEAL::24.8370 -DEAL::Ok diff --git a/tests/arpack/step-36_parpack_Trilinos.output b/tests/arpack/step-36_parpack_Trilinos.output deleted file mode 100644 index f0a5f8719a..0000000000 --- a/tests/arpack/step-36_parpack_Trilinos.output +++ /dev/null @@ -1,6 +0,0 @@ -DEAL::4.93877 -DEAL::12.3707 -DEAL::12.3707 -DEAL::19.8027 -DEAL::24.8370 -DEAL::Ok diff --git a/tests/arpack/step-36_parpack_Trilinos.cc b/tests/arpack/step-36_parpack_trilinos.cc similarity index 100% rename from tests/arpack/step-36_parpack_Trilinos.cc rename to tests/arpack/step-36_parpack_trilinos.cc diff --git a/tests/arpack/step-36_par.output b/tests/arpack/step-36_parpack_trilinos.with_mpi=true.with_trilinos=true.mpirun=3.output similarity index 100% rename from tests/arpack/step-36_par.output rename to tests/arpack/step-36_parpack_trilinos.with_mpi=true.with_trilinos=true.mpirun=3.output -- 2.39.5