From 5f5332259ffebda0f19225f1315c7bbce23db35d Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Wed, 16 Aug 2017 10:35:16 -0500 Subject: [PATCH] Tests: Guard a couple of tests with with_lapack=true --- ....output => full_matrix_determinant_01.with_lapack=true.output} | 0 ...apack.output => full_matrix_invert_01.with_lapack=true.output} | 0 ...elasticity_01.output => elasticity_01.with_lapack=true.output} | 0 ...elasticity_02.output => elasticity_02.with_lapack=true.output} | 0 .../{grad_div_01.output => grad_div_01.with_lapack=true.output} | 0 ...genvalues.output => gmres_eigenvalues.with_lapack=true.output} | 0 ...> linear_operator_08.with_umfpack=off.with_lapack=true.output} | 0 ...lver_signals.output => solver_signals.with_lapack=true.output} | 0 ...ue.output => tensor_product_matrix_03.with_lapack=true.output} | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename tests/full_matrix/{full_matrix_determinant_01.with_lapack.output => full_matrix_determinant_01.with_lapack=true.output} (100%) rename tests/full_matrix/{full_matrix_invert_01.with_lapack.output => full_matrix_invert_01.with_lapack=true.output} (100%) rename tests/integrators/{elasticity_01.output => elasticity_01.with_lapack=true.output} (100%) rename tests/integrators/{elasticity_02.output => elasticity_02.with_lapack=true.output} (100%) rename tests/integrators/{grad_div_01.output => grad_div_01.with_lapack=true.output} (100%) rename tests/lac/{gmres_eigenvalues.output => gmres_eigenvalues.with_lapack=true.output} (100%) rename tests/lac/{linear_operator_08.with_umfpack=off.output => linear_operator_08.with_umfpack=off.with_lapack=true.output} (100%) rename tests/lac/{solver_signals.output => solver_signals.with_lapack=true.output} (100%) rename tests/lac/{tensor_product_matrix_03.wih_lapack=true.output => tensor_product_matrix_03.with_lapack=true.output} (100%) diff --git a/tests/full_matrix/full_matrix_determinant_01.with_lapack.output b/tests/full_matrix/full_matrix_determinant_01.with_lapack=true.output similarity index 100% rename from tests/full_matrix/full_matrix_determinant_01.with_lapack.output rename to tests/full_matrix/full_matrix_determinant_01.with_lapack=true.output diff --git a/tests/full_matrix/full_matrix_invert_01.with_lapack.output b/tests/full_matrix/full_matrix_invert_01.with_lapack=true.output similarity index 100% rename from tests/full_matrix/full_matrix_invert_01.with_lapack.output rename to tests/full_matrix/full_matrix_invert_01.with_lapack=true.output diff --git a/tests/integrators/elasticity_01.output b/tests/integrators/elasticity_01.with_lapack=true.output similarity index 100% rename from tests/integrators/elasticity_01.output rename to tests/integrators/elasticity_01.with_lapack=true.output diff --git a/tests/integrators/elasticity_02.output b/tests/integrators/elasticity_02.with_lapack=true.output similarity index 100% rename from tests/integrators/elasticity_02.output rename to tests/integrators/elasticity_02.with_lapack=true.output diff --git a/tests/integrators/grad_div_01.output b/tests/integrators/grad_div_01.with_lapack=true.output similarity index 100% rename from tests/integrators/grad_div_01.output rename to tests/integrators/grad_div_01.with_lapack=true.output diff --git a/tests/lac/gmres_eigenvalues.output b/tests/lac/gmres_eigenvalues.with_lapack=true.output similarity index 100% rename from tests/lac/gmres_eigenvalues.output rename to tests/lac/gmres_eigenvalues.with_lapack=true.output diff --git a/tests/lac/linear_operator_08.with_umfpack=off.output b/tests/lac/linear_operator_08.with_umfpack=off.with_lapack=true.output similarity index 100% rename from tests/lac/linear_operator_08.with_umfpack=off.output rename to tests/lac/linear_operator_08.with_umfpack=off.with_lapack=true.output diff --git a/tests/lac/solver_signals.output b/tests/lac/solver_signals.with_lapack=true.output similarity index 100% rename from tests/lac/solver_signals.output rename to tests/lac/solver_signals.with_lapack=true.output diff --git a/tests/lac/tensor_product_matrix_03.wih_lapack=true.output b/tests/lac/tensor_product_matrix_03.with_lapack=true.output similarity index 100% rename from tests/lac/tensor_product_matrix_03.wih_lapack=true.output rename to tests/lac/tensor_product_matrix_03.with_lapack=true.output -- 2.39.5