From: Matthias Maier Date: Sat, 31 Jan 2015 17:47:44 +0000 (+0100) Subject: rename and correctly guard arpack/parpack tests X-Git-Tag: v8.3.0-rc1~510^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9367c1fa0371a260438dd93db74882a7e7ebe542;p=dealii.git rename and correctly guard arpack/parpack tests --- 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