From 6c97260168290232ee3da05d18c2aa7daf9f2424 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20Sch=C3=BCtt?= Date: Sun, 14 Mar 2021 11:41:04 +0100 Subject: [PATCH] Rename tests from regtest-grid/Ar to regtest-grid/simple --- tests/QS/regtest-grid/TEST_FILES | 18 +++++++++--------- ...auto.inp => simple_non-ortho_grid_auto.inp} | 2 +- ...emm.inp => simple_non-ortho_grid_dgemm.inp} | 2 +- ...d_ref.inp => simple_non-ortho_grid_ref.inp} | 2 +- ....inp => simple_non-ortho_grid_validate.inp} | 2 +- ...rid_auto.inp => simple_ortho_grid_auto.inp} | 2 +- ...d_dgemm.inp => simple_ortho_grid_dgemm.inp} | 2 +- ..._grid_ref.inp => simple_ortho_grid_ref.inp} | 2 +- ...date.inp => simple_ortho_grid_validate.inp} | 2 +- 9 files changed, 17 insertions(+), 17 deletions(-) rename tests/QS/regtest-grid/{Ar_non-ortho_grid_auto.inp => simple_non-ortho_grid_auto.inp} (97%) rename tests/QS/regtest-grid/{Ar_non-ortho_grid_dgemm.inp => simple_non-ortho_grid_dgemm.inp} (97%) rename tests/QS/regtest-grid/{Ar_non-ortho_grid_ref.inp => simple_non-ortho_grid_ref.inp} (97%) rename tests/QS/regtest-grid/{Ar_non-ortho_grid_validate.inp => simple_non-ortho_grid_validate.inp} (97%) rename tests/QS/regtest-grid/{Ar_ortho_grid_auto.inp => simple_ortho_grid_auto.inp} (96%) rename tests/QS/regtest-grid/{Ar_ortho_grid_dgemm.inp => simple_ortho_grid_dgemm.inp} (96%) rename tests/QS/regtest-grid/{Ar_ortho_grid_ref.inp => simple_ortho_grid_ref.inp} (96%) rename tests/QS/regtest-grid/{Ar_ortho_grid_validate.inp => simple_ortho_grid_validate.inp} (96%) diff --git a/tests/QS/regtest-grid/TEST_FILES b/tests/QS/regtest-grid/TEST_FILES index 5acf6b3156..362d897b1d 100644 --- a/tests/QS/regtest-grid/TEST_FILES +++ b/tests/QS/regtest-grid/TEST_FILES @@ -4,15 +4,15 @@ # 1 compares the last total energy in the file # for details see cp2k/tools/do_regtest -Ar_non-ortho_grid_auto.inp 1 1e-12 -18.04976254476928 -Ar_non-ortho_grid_validate.inp 1 1e-12 -18.04976254476928 -Ar_non-ortho_grid_ref.inp 1 1e-12 -18.04976254476928 -Ar_non-ortho_grid_dgemm.inp 1 5e-09 -18.05635361766292 +simple_non-ortho_grid_auto.inp 1 1e-12 -18.04976254476928 +simple_non-ortho_grid_validate.inp 1 1e-12 -18.04976254476928 +simple_non-ortho_grid_ref.inp 1 1e-12 -18.04976254476928 +simple_non-ortho_grid_dgemm.inp 1 5e-09 -18.05635361766292 -Ar_ortho_grid_auto.inp 1 2e-14 -21.04944231395059 -Ar_ortho_grid_validate.inp 1 2e-14 -21.04944231395059 -Ar_ortho_grid_ref.inp 1 2e-14 -21.04944231395059 -Ar_ortho_grid_dgemm.inp 1 2e-14 -21.04944231897051 +simple_ortho_grid_auto.inp 1 2e-14 -21.04944231395059 +simple_ortho_grid_validate.inp 1 2e-14 -21.04944231395059 +simple_ortho_grid_ref.inp 1 2e-14 -21.04944231395059 +simple_ortho_grid_dgemm.inp 1 2e-14 -21.04944231897051 H2O-1_non-ortho_grid_auto.inp 1 1.0E-12 -17.178574723910064 H2O-1_non-ortho_grid_dgemm.inp 1 1.0E-12 -17.178574725912100 @@ -20,4 +20,4 @@ H2O-1_non-ortho_grid_dgemm.inp 1 1.0E-12 H2O-1_ortho_grid_auto.inp 1 1.0E-12 -17.178574764501384 H2O-1_ortho_grid_dgemm.inp 1 1.0E-12 -17.178574764551222 -#EOF +#EOF \ No newline at end of file diff --git a/tests/QS/regtest-grid/Ar_non-ortho_grid_auto.inp b/tests/QS/regtest-grid/simple_non-ortho_grid_auto.inp similarity index 97% rename from tests/QS/regtest-grid/Ar_non-ortho_grid_auto.inp rename to tests/QS/regtest-grid/simple_non-ortho_grid_auto.inp index e7a308c9be..f588d24525 100644 --- a/tests/QS/regtest-grid/Ar_non-ortho_grid_auto.inp +++ b/tests/QS/regtest-grid/simple_non-ortho_grid_auto.inp @@ -65,6 +65,6 @@ C 1.22800000 -0.70898613 5.02200000 &GRID BACKEND AUTO &END GRID - PROJECT Ar_non-ortho_grid_auto + PROJECT simple_non-ortho_grid_auto PRINT_LEVEL MEDIUM &END GLOBAL diff --git a/tests/QS/regtest-grid/Ar_non-ortho_grid_dgemm.inp b/tests/QS/regtest-grid/simple_non-ortho_grid_dgemm.inp similarity index 97% rename from tests/QS/regtest-grid/Ar_non-ortho_grid_dgemm.inp rename to tests/QS/regtest-grid/simple_non-ortho_grid_dgemm.inp index 05a0e68afa..093e1da4c6 100644 --- a/tests/QS/regtest-grid/Ar_non-ortho_grid_dgemm.inp +++ b/tests/QS/regtest-grid/simple_non-ortho_grid_dgemm.inp @@ -66,6 +66,6 @@ C 1.22800000 -0.70898613 5.02200000 BACKEND CPU APPLY_CUTOFF no &END GRID - PROJECT Ar_non-ortho_grid_dgemm + PROJECT simple_non-ortho_grid_dgemm PRINT_LEVEL MEDIUM &END GLOBAL diff --git a/tests/QS/regtest-grid/Ar_non-ortho_grid_ref.inp b/tests/QS/regtest-grid/simple_non-ortho_grid_ref.inp similarity index 97% rename from tests/QS/regtest-grid/Ar_non-ortho_grid_ref.inp rename to tests/QS/regtest-grid/simple_non-ortho_grid_ref.inp index 1294ac4d9c..85701e84f7 100644 --- a/tests/QS/regtest-grid/Ar_non-ortho_grid_ref.inp +++ b/tests/QS/regtest-grid/simple_non-ortho_grid_ref.inp @@ -65,6 +65,6 @@ C 1.22800000 -0.70898613 5.02200000 &GRID BACKEND REF &END GRID - PROJECT Ar_non-ortho_grid_ref + PROJECT simple_non-ortho_grid_ref PRINT_LEVEL MEDIUM &END GLOBAL diff --git a/tests/QS/regtest-grid/Ar_non-ortho_grid_validate.inp b/tests/QS/regtest-grid/simple_non-ortho_grid_validate.inp similarity index 97% rename from tests/QS/regtest-grid/Ar_non-ortho_grid_validate.inp rename to tests/QS/regtest-grid/simple_non-ortho_grid_validate.inp index 9084efef55..54663761e6 100644 --- a/tests/QS/regtest-grid/Ar_non-ortho_grid_validate.inp +++ b/tests/QS/regtest-grid/simple_non-ortho_grid_validate.inp @@ -65,6 +65,6 @@ C 1.22800000 -0.70898613 5.02200000 &GRID VALIDATE .TRUE. &END GRID - PROJECT Ar_non-ortho_grid_validate + PROJECT simple_non-ortho_grid_validate PRINT_LEVEL MEDIUM &END GLOBAL diff --git a/tests/QS/regtest-grid/Ar_ortho_grid_auto.inp b/tests/QS/regtest-grid/simple_ortho_grid_auto.inp similarity index 96% rename from tests/QS/regtest-grid/Ar_ortho_grid_auto.inp rename to tests/QS/regtest-grid/simple_ortho_grid_auto.inp index bef6150507..2b2fcc43f1 100644 --- a/tests/QS/regtest-grid/Ar_ortho_grid_auto.inp +++ b/tests/QS/regtest-grid/simple_ortho_grid_auto.inp @@ -53,6 +53,6 @@ &GRID BACKEND AUTO &END GRID - PROJECT Ar_ortho_grid_auto + PROJECT simple_ortho_grid_auto PRINT_LEVEL MEDIUM &END GLOBAL diff --git a/tests/QS/regtest-grid/Ar_ortho_grid_dgemm.inp b/tests/QS/regtest-grid/simple_ortho_grid_dgemm.inp similarity index 96% rename from tests/QS/regtest-grid/Ar_ortho_grid_dgemm.inp rename to tests/QS/regtest-grid/simple_ortho_grid_dgemm.inp index d75e40fab3..dcb7ceabc1 100644 --- a/tests/QS/regtest-grid/Ar_ortho_grid_dgemm.inp +++ b/tests/QS/regtest-grid/simple_ortho_grid_dgemm.inp @@ -54,6 +54,6 @@ BACKEND CPU APPLY_CUTOFF no &END GRID - PROJECT Ar_ortho_grid_dgemm + PROJECT simple_ortho_grid_dgemm PRINT_LEVEL MEDIUM &END GLOBAL diff --git a/tests/QS/regtest-grid/Ar_ortho_grid_ref.inp b/tests/QS/regtest-grid/simple_ortho_grid_ref.inp similarity index 96% rename from tests/QS/regtest-grid/Ar_ortho_grid_ref.inp rename to tests/QS/regtest-grid/simple_ortho_grid_ref.inp index e4ba69b0a2..5cd25ee59b 100644 --- a/tests/QS/regtest-grid/Ar_ortho_grid_ref.inp +++ b/tests/QS/regtest-grid/simple_ortho_grid_ref.inp @@ -53,6 +53,6 @@ &GRID BACKEND REF &END GRID - PROJECT Ar_ortho_grid_ref + PROJECT simple_ortho_grid_ref PRINT_LEVEL MEDIUM &END GLOBAL diff --git a/tests/QS/regtest-grid/Ar_ortho_grid_validate.inp b/tests/QS/regtest-grid/simple_ortho_grid_validate.inp similarity index 96% rename from tests/QS/regtest-grid/Ar_ortho_grid_validate.inp rename to tests/QS/regtest-grid/simple_ortho_grid_validate.inp index 683bdefa79..803716b96b 100644 --- a/tests/QS/regtest-grid/Ar_ortho_grid_validate.inp +++ b/tests/QS/regtest-grid/simple_ortho_grid_validate.inp @@ -53,6 +53,6 @@ &GRID VALIDATE .TRUE. &END GRID - PROJECT Ar_ortho_grid_validate + PROJECT simple_ortho_grid_validate PRINT_LEVEL MEDIUM &END GLOBAL