From 9803ff1e48b4f3c3053b5a996d6d10987a03db87 Mon Sep 17 00:00:00 2001 From: Reza Rastak Date: Wed, 6 May 2020 16:29:09 -0700 Subject: [PATCH] Some tests depend on lapack --- tests/lac/qr_03.output | 12 ---------- tests/lac/qr_03.with_lapack=true.output | 12 ++++++++++ ...4.output => qr_04.with_lapack=true.output} | 0 tests/lac/qr_05.output | 8 ------- tests/lac/qr_05.with_lapack=true.output | 8 +++++++ tests/lac/qr_06.output | 10 --------- tests/lac/qr_06.with_lapack=true.output | 10 +++++++++ tests/lac/qr_07.output | 10 --------- tests/lac/qr_07.with_lapack=true.output | 10 +++++++++ tests/lac/qr_09.output | 22 ------------------- tests/lac/qr_09.with_lapack=true.output | 22 +++++++++++++++++++ tests/lac/qr_10.output | 22 ------------------- tests/lac/qr_10.with_lapack=true.output | 22 +++++++++++++++++++ ..._mpi=true.with_p4est=true.mpirun=1.output} | 0 ..._mpi=true.with_p4est=true.mpirun=3.output} | 0 ..._mpi=true.with_p4est=true.mpirun=5.output} | 0 ..._mpi=true.with_p4est=true.mpirun=1.output} | 0 ..._mpi=true.with_p4est=true.mpirun=5.output} | 0 ..._mpi=true.with_p4est=true.mpirun=5.output} | 0 ..._mpi=true.with_p4est=true.mpirun=3.output} | 0 ..._mpi=true.mpirun=4.with_p4est=true.output} | 1 - ..._mpi=true.with_p4est=true.mpirun=4.output} | 0 22 files changed, 84 insertions(+), 85 deletions(-) delete mode 100644 tests/lac/qr_03.output create mode 100644 tests/lac/qr_03.with_lapack=true.output rename tests/lac/{qr_04.output => qr_04.with_lapack=true.output} (100%) delete mode 100644 tests/lac/qr_05.output create mode 100644 tests/lac/qr_05.with_lapack=true.output delete mode 100644 tests/lac/qr_06.output create mode 100644 tests/lac/qr_06.with_lapack=true.output delete mode 100644 tests/lac/qr_07.output create mode 100644 tests/lac/qr_07.with_lapack=true.output delete mode 100644 tests/lac/qr_09.output create mode 100644 tests/lac/qr_09.with_lapack=true.output delete mode 100644 tests/lac/qr_10.output create mode 100644 tests/lac/qr_10.with_lapack=true.output rename tests/matrix_free/{multigrid_dg_periodic.with_trilinos=true.with_mpi=true.with_p4est=true.mpirun=1.output => multigrid_dg_periodic.with_lapack=true.with_trilinos=true.with_mpi=true.with_p4est=true.mpirun=1.output} (100%) rename tests/matrix_free/{multigrid_dg_periodic.with_trilinos=true.with_mpi=true.with_p4est=true.mpirun=3.output => multigrid_dg_periodic.with_lapack=true.with_trilinos=true.with_mpi=true.with_p4est=true.mpirun=3.output} (100%) rename tests/matrix_free/{multigrid_dg_periodic.with_trilinos=true.with_mpi=true.with_p4est=true.mpirun=5.output => multigrid_dg_periodic.with_lapack=true.with_trilinos=true.with_mpi=true.with_p4est=true.mpirun=5.output} (100%) rename tests/matrix_free/{multigrid_dg_sip_01.with_mpi=true.with_p4est=true.mpirun=1.output => multigrid_dg_sip_01.with_lapack=true.with_mpi=true.with_p4est=true.mpirun=1.output} (100%) rename tests/matrix_free/{multigrid_dg_sip_01.with_mpi=true.with_p4est=true.mpirun=5.output => multigrid_dg_sip_01.with_lapack=true.with_mpi=true.with_p4est=true.mpirun=5.output} (100%) rename tests/matrix_free/{multigrid_dg_sip_02.with_mpi=true.with_p4est=true.mpirun=5.output => multigrid_dg_sip_02.with_lapack=true.with_mpi=true.with_p4est=true.mpirun=5.output} (100%) rename tests/matrix_free/{parallel_multigrid_fullydistributed.with_mpi=true.with_p4est=true.mpirun=3.output => parallel_multigrid_fullydistributed.with_lapack=true.with_mpi=true.with_p4est=true.mpirun=3.output} (100%) rename tests/matrix_free/{step-37-inhomogeneous-1.mpirun=4.with_p4est=true.output => step-37-inhomogeneous-1.with_lapack=true.with_mpi=true.mpirun=4.with_p4est=true.output} (99%) rename tests/matrix_free/{stokes_computation.with_mpi=true.with_p4est=true.mpirun=4.output => stokes_computation.with_lapack=true.with_mpi=true.with_p4est=true.mpirun=4.output} (100%) diff --git a/tests/lac/qr_03.output b/tests/lac/qr_03.output deleted file mode 100644 index eec779fe53..0000000000 --- a/tests/lac/qr_03.output +++ /dev/null @@ -1,12 +0,0 @@ - -DEAL::3 -DEAL::R: -13.928388 12.420676 7.035990 - 4.089842 4.916632 - 6.290594 -DEAL::A: -0.00000 1.00000 2.00000 -3.00000 4.00000 5.00000 -6.00000 3.00000 4.50000 -7.00000 9.00000 8.00000 -10.0000 8.00000 0.00000 diff --git a/tests/lac/qr_03.with_lapack=true.output b/tests/lac/qr_03.with_lapack=true.output new file mode 100644 index 0000000000..3fc8d9cb6a --- /dev/null +++ b/tests/lac/qr_03.with_lapack=true.output @@ -0,0 +1,12 @@ + +DEAL::3 +DEAL::R: +13.928388 12.420676 7.035990 + 4.089842 4.916632 + 6.290594 +DEAL::A: +0.00000 1.00000 2.00000 +3.00000 4.00000 5.00000 +6.00000 3.00000 4.50000 +7.00000 9.00000 8.00000 +10.0000 8.00000 0.00000 diff --git a/tests/lac/qr_04.output b/tests/lac/qr_04.with_lapack=true.output similarity index 100% rename from tests/lac/qr_04.output rename to tests/lac/qr_04.with_lapack=true.output diff --git a/tests/lac/qr_05.output b/tests/lac/qr_05.output deleted file mode 100644 index fd177ab6cc..0000000000 --- a/tests/lac/qr_05.output +++ /dev/null @@ -1,8 +0,0 @@ - -DEAL::3 -DEAL::R: -13.928388 12.420676 7.035990 - 4.089842 4.916632 - 6.290594 --0.131756 -0.221995 0.794838 -0.071796 0.515484 0.311640 diff --git a/tests/lac/qr_05.with_lapack=true.output b/tests/lac/qr_05.with_lapack=true.output new file mode 100644 index 0000000000..effae471ac --- /dev/null +++ b/tests/lac/qr_05.with_lapack=true.output @@ -0,0 +1,8 @@ + +DEAL::3 +DEAL::R: +13.928388 12.420676 7.035990 + 4.089842 4.916632 + 6.290594 +-0.131756 -0.221995 0.794838 +0.071796 0.515484 0.311640 diff --git a/tests/lac/qr_06.output b/tests/lac/qr_06.output deleted file mode 100644 index ee397c8d7f..0000000000 --- a/tests/lac/qr_06.output +++ /dev/null @@ -1,10 +0,0 @@ - -DEAL::3 -DEAL::A: -27.000000 111.000000 127.500000 223.000000 172.000000 -DEAL::AT: -178.000000 163.000000 95.500000 -DEAL::Q: -3.342054 7.775949 5.279812 12.737741 -0.488702 -DEAL::QT: -12.779655 1.043571 0.071793 diff --git a/tests/lac/qr_06.with_lapack=true.output b/tests/lac/qr_06.with_lapack=true.output new file mode 100644 index 0000000000..a4e79631ca --- /dev/null +++ b/tests/lac/qr_06.with_lapack=true.output @@ -0,0 +1,10 @@ + +DEAL::3 +DEAL::A: +27.000000 111.000000 127.500000 223.000000 172.000000 +DEAL::AT: +178.000000 163.000000 95.500000 +DEAL::Q: +3.342054 7.775949 5.279812 12.737741 -0.488702 +DEAL::QT: +12.779655 1.043571 0.071793 diff --git a/tests/lac/qr_07.output b/tests/lac/qr_07.output deleted file mode 100644 index ee397c8d7f..0000000000 --- a/tests/lac/qr_07.output +++ /dev/null @@ -1,10 +0,0 @@ - -DEAL::3 -DEAL::A: -27.000000 111.000000 127.500000 223.000000 172.000000 -DEAL::AT: -178.000000 163.000000 95.500000 -DEAL::Q: -3.342054 7.775949 5.279812 12.737741 -0.488702 -DEAL::QT: -12.779655 1.043571 0.071793 diff --git a/tests/lac/qr_07.with_lapack=true.output b/tests/lac/qr_07.with_lapack=true.output new file mode 100644 index 0000000000..a4e79631ca --- /dev/null +++ b/tests/lac/qr_07.with_lapack=true.output @@ -0,0 +1,10 @@ + +DEAL::3 +DEAL::A: +27.000000 111.000000 127.500000 223.000000 172.000000 +DEAL::AT: +178.000000 163.000000 95.500000 +DEAL::Q: +3.342054 7.775949 5.279812 12.737741 -0.488702 +DEAL::QT: +12.779655 1.043571 0.071793 diff --git a/tests/lac/qr_09.output b/tests/lac/qr_09.output deleted file mode 100644 index 64b93fc783..0000000000 --- a/tests/lac/qr_09.output +++ /dev/null @@ -1,22 +0,0 @@ - -DEAL::4 -DEAL::R: -15.588457 11.547005 10.328155 3.990132 - 6.218253 -0.443735 -2.359839 - 9.347851 3.384966 - 6.935562 - -DEAL::H1: -0.353909 -0.275486 -0.246262 -0.084659 --0.275486 2.337236 -0.110024 -0.295859 --0.246262 -0.110024 2.945693 -0.587455 --0.084659 -0.295859 -0.587455 2.132729 -DEAL::V1: -8.852704 -4.699427 1.763250 1.660732 - -DEAL::H2: -0.569767 -0.567113 -0.321939 --0.567113 2.728827 -0.480842 --0.321939 -0.480842 2.378169 -DEAL::V2: -5.566198 5.638437 3.202953 diff --git a/tests/lac/qr_09.with_lapack=true.output b/tests/lac/qr_09.with_lapack=true.output new file mode 100644 index 0000000000..3ef1a23cd4 --- /dev/null +++ b/tests/lac/qr_09.with_lapack=true.output @@ -0,0 +1,22 @@ + +DEAL::4 +DEAL::R: +15.588457 11.547005 10.328155 3.990132 + 6.218253 -0.443735 -2.359839 + 9.347851 3.384966 + 6.935562 + +DEAL::H1: +0.353909 -0.275486 -0.246262 -0.084659 +-0.275486 2.337236 -0.110024 -0.295859 +-0.246262 -0.110024 2.945693 -0.587455 +-0.084659 -0.295859 -0.587455 2.132729 +DEAL::V1: +8.852704 -4.699427 1.763250 1.660732 + +DEAL::H2: +0.569767 -0.567113 -0.321939 +-0.567113 2.728827 -0.480842 +-0.321939 -0.480842 2.378169 +DEAL::V2: +5.566198 5.638437 3.202953 diff --git a/tests/lac/qr_10.output b/tests/lac/qr_10.output deleted file mode 100644 index 61d47547b3..0000000000 --- a/tests/lac/qr_10.output +++ /dev/null @@ -1,22 +0,0 @@ - -DEAL::Linearly dependent column -DEAL::u: -1.242e+01 4.090e+00 0.000e+00 -DEAL::rho2: -0.00000 -DEAL::col2: -171.000 -DEAL::reject: -1 -DEAL::Success: 0 -DEAL::3 -DEAL::R: -13.928388 12.420676 7.035990 - 4.089842 4.916632 - 6.290594 -DEAL::A: -0.00000 1.00000 2.00000 -3.00000 4.00000 5.00000 -6.00000 3.00000 4.50000 -7.00000 9.00000 8.00000 -10.0000 8.00000 0.00000 diff --git a/tests/lac/qr_10.with_lapack=true.output b/tests/lac/qr_10.with_lapack=true.output new file mode 100644 index 0000000000..fe3593cae2 --- /dev/null +++ b/tests/lac/qr_10.with_lapack=true.output @@ -0,0 +1,22 @@ + +DEAL::Linearly dependent column +DEAL::u: +1.242e+01 4.090e+00 0.000e+00 +DEAL::rho2: +0.00000 +DEAL::col2: +171.000 +DEAL::reject: +1 +DEAL::Success: 0 +DEAL::3 +DEAL::R: +13.928388 12.420676 7.035990 + 4.089842 4.916632 + 6.290594 +DEAL::A: +0.00000 1.00000 2.00000 +3.00000 4.00000 5.00000 +6.00000 3.00000 4.50000 +7.00000 9.00000 8.00000 +10.0000 8.00000 0.00000 diff --git a/tests/matrix_free/multigrid_dg_periodic.with_trilinos=true.with_mpi=true.with_p4est=true.mpirun=1.output b/tests/matrix_free/multigrid_dg_periodic.with_lapack=true.with_trilinos=true.with_mpi=true.with_p4est=true.mpirun=1.output similarity index 100% rename from tests/matrix_free/multigrid_dg_periodic.with_trilinos=true.with_mpi=true.with_p4est=true.mpirun=1.output rename to tests/matrix_free/multigrid_dg_periodic.with_lapack=true.with_trilinos=true.with_mpi=true.with_p4est=true.mpirun=1.output diff --git a/tests/matrix_free/multigrid_dg_periodic.with_trilinos=true.with_mpi=true.with_p4est=true.mpirun=3.output b/tests/matrix_free/multigrid_dg_periodic.with_lapack=true.with_trilinos=true.with_mpi=true.with_p4est=true.mpirun=3.output similarity index 100% rename from tests/matrix_free/multigrid_dg_periodic.with_trilinos=true.with_mpi=true.with_p4est=true.mpirun=3.output rename to tests/matrix_free/multigrid_dg_periodic.with_lapack=true.with_trilinos=true.with_mpi=true.with_p4est=true.mpirun=3.output diff --git a/tests/matrix_free/multigrid_dg_periodic.with_trilinos=true.with_mpi=true.with_p4est=true.mpirun=5.output b/tests/matrix_free/multigrid_dg_periodic.with_lapack=true.with_trilinos=true.with_mpi=true.with_p4est=true.mpirun=5.output similarity index 100% rename from tests/matrix_free/multigrid_dg_periodic.with_trilinos=true.with_mpi=true.with_p4est=true.mpirun=5.output rename to tests/matrix_free/multigrid_dg_periodic.with_lapack=true.with_trilinos=true.with_mpi=true.with_p4est=true.mpirun=5.output diff --git a/tests/matrix_free/multigrid_dg_sip_01.with_mpi=true.with_p4est=true.mpirun=1.output b/tests/matrix_free/multigrid_dg_sip_01.with_lapack=true.with_mpi=true.with_p4est=true.mpirun=1.output similarity index 100% rename from tests/matrix_free/multigrid_dg_sip_01.with_mpi=true.with_p4est=true.mpirun=1.output rename to tests/matrix_free/multigrid_dg_sip_01.with_lapack=true.with_mpi=true.with_p4est=true.mpirun=1.output diff --git a/tests/matrix_free/multigrid_dg_sip_01.with_mpi=true.with_p4est=true.mpirun=5.output b/tests/matrix_free/multigrid_dg_sip_01.with_lapack=true.with_mpi=true.with_p4est=true.mpirun=5.output similarity index 100% rename from tests/matrix_free/multigrid_dg_sip_01.with_mpi=true.with_p4est=true.mpirun=5.output rename to tests/matrix_free/multigrid_dg_sip_01.with_lapack=true.with_mpi=true.with_p4est=true.mpirun=5.output diff --git a/tests/matrix_free/multigrid_dg_sip_02.with_mpi=true.with_p4est=true.mpirun=5.output b/tests/matrix_free/multigrid_dg_sip_02.with_lapack=true.with_mpi=true.with_p4est=true.mpirun=5.output similarity index 100% rename from tests/matrix_free/multigrid_dg_sip_02.with_mpi=true.with_p4est=true.mpirun=5.output rename to tests/matrix_free/multigrid_dg_sip_02.with_lapack=true.with_mpi=true.with_p4est=true.mpirun=5.output diff --git a/tests/matrix_free/parallel_multigrid_fullydistributed.with_mpi=true.with_p4est=true.mpirun=3.output b/tests/matrix_free/parallel_multigrid_fullydistributed.with_lapack=true.with_mpi=true.with_p4est=true.mpirun=3.output similarity index 100% rename from tests/matrix_free/parallel_multigrid_fullydistributed.with_mpi=true.with_p4est=true.mpirun=3.output rename to tests/matrix_free/parallel_multigrid_fullydistributed.with_lapack=true.with_mpi=true.with_p4est=true.mpirun=3.output diff --git a/tests/matrix_free/step-37-inhomogeneous-1.mpirun=4.with_p4est=true.output b/tests/matrix_free/step-37-inhomogeneous-1.with_lapack=true.with_mpi=true.mpirun=4.with_p4est=true.output similarity index 99% rename from tests/matrix_free/step-37-inhomogeneous-1.mpirun=4.with_p4est=true.output rename to tests/matrix_free/step-37-inhomogeneous-1.with_lapack=true.with_mpi=true.mpirun=4.with_p4est=true.output index 59dbf7d1ff..5bb646453c 100644 --- a/tests/matrix_free/step-37-inhomogeneous-1.mpirun=4.with_p4est=true.output +++ b/tests/matrix_free/step-37-inhomogeneous-1.with_lapack=true.with_mpi=true.mpirun=4.with_p4est=true.output @@ -147,4 +147,3 @@ DEAL:3:cg::Starting value 9.30402 DEAL:3:cg::Convergence step 7 value 9.36336e-13 DEAL:3:cg::Starting value 8.99023 DEAL:3:cg::Convergence step 7 value 1.22268e-12 - diff --git a/tests/matrix_free/stokes_computation.with_mpi=true.with_p4est=true.mpirun=4.output b/tests/matrix_free/stokes_computation.with_lapack=true.with_mpi=true.with_p4est=true.mpirun=4.output similarity index 100% rename from tests/matrix_free/stokes_computation.with_mpi=true.with_p4est=true.mpirun=4.output rename to tests/matrix_free/stokes_computation.with_lapack=true.with_mpi=true.with_p4est=true.mpirun=4.output -- 2.39.5