From b29557c61e5058a59945c4da32962159c196c263 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Sat, 24 Jun 2023 19:54:50 -0500 Subject: [PATCH] Test scalapack/*: restrict all scalapack tests to less than 10 mpi ranks Let us restrict the maximal concurrency of scalapack tests to less than 10 MPI ranks: - The purpose of these tests is to test our interfaces to scalapack and not whether scalapack functions properly for high(er) MPI concurrency. As such testing a few variants with a low number of MPI ranks is enough. - This cuts down the number of tests in our testsuite that have a concurrency of 10 or more from around 225 to around 190. The issue with these tests is the fact that we have to block off parallel slots in the ctest run equal to the number of MPI ranks. Meaning the more tests we have that have a high number of MPI ranks the less optimal the scheduling in ctest. --- tests/scalapack/scalapack_01.mpirun=11.output | 32 --------- tests/scalapack/scalapack_02.mpirun=10.output | 36 ---------- tests/scalapack/scalapack_03.mpirun=10.output | 36 ---------- .../scalapack/scalapack_03_b.mpirun=10.output | 36 ---------- .../scalapack/scalapack_03_c.mpirun=10.output | 36 ---------- tests/scalapack/scalapack_04.mpirun=11.output | 36 ---------- .../scalapack/scalapack_04_b.mpirun=11.output | 36 ---------- tests/scalapack/scalapack_05.mpirun=11.output | 36 ---------- .../scalapack/scalapack_05.mpirun=11.output.1 | 36 ---------- tests/scalapack/scalapack_06.mpirun=11.output | 30 -------- .../scalapack/scalapack_06a.mpirun=11.output | 18 ----- .../scalapack/scalapack_06b.mpirun=11.output | 30 -------- .../scalapack/scalapack_06c.mpirun=11.output | 18 ----- tests/scalapack/scalapack_07.mpirun=10.output | 72 ------------------- tests/scalapack/scalapack_08.mpirun=11.output | 30 -------- ...scalapack_10.with_hdf5=on.mpirun=11.output | 18 ----- ...alapack_10_a.with_hdf5=on.mpirun=11.output | 8 --- ...alapack_10_b.with_hdf5=on.mpirun=11.output | 12 ---- ...alapack_10_c.with_hdf5=on.mpirun=11.output | 1 - ...alapack_10_d.with_hdf5=on.mpirun=11.output | 12 ---- tests/scalapack/scalapack_11.mpirun=11.output | 36 ---------- .../scalapack/scalapack_12_a.mpirun=11.output | 6 -- .../scalapack/scalapack_12_b.mpirun=11.output | 6 -- .../scalapack/scalapack_12_c.mpirun=11.output | 6 -- .../scalapack/scalapack_12_d.mpirun=11.output | 6 -- .../scalapack/scalapack_13_a.mpirun=11.output | 54 -------------- .../scalapack/scalapack_13_b.mpirun=11.output | 54 -------------- .../scalapack/scalapack_14_a.mpirun=11.output | 54 -------------- .../scalapack/scalapack_14_b.mpirun=11.output | 54 -------------- tests/scalapack/scalapack_15.mpirun=10.output | 30 -------- .../scalapack/scalapack_15_a.mpirun=10.output | 18 ----- tests/scalapack/scalapack_16.mpirun=11.output | 18 ----- .../scalapack/scalapack_16_a.mpirun=11.output | 24 ------- .../scalapack/scalapack_17_a.mpirun=11.output | 36 ---------- .../scalapack/scalapack_17_b.mpirun=11.output | 36 ---------- 35 files changed, 1007 deletions(-) delete mode 100644 tests/scalapack/scalapack_01.mpirun=11.output delete mode 100644 tests/scalapack/scalapack_02.mpirun=10.output delete mode 100644 tests/scalapack/scalapack_03.mpirun=10.output delete mode 100644 tests/scalapack/scalapack_03_b.mpirun=10.output delete mode 100644 tests/scalapack/scalapack_03_c.mpirun=10.output delete mode 100644 tests/scalapack/scalapack_04.mpirun=11.output delete mode 100644 tests/scalapack/scalapack_04_b.mpirun=11.output delete mode 100644 tests/scalapack/scalapack_05.mpirun=11.output delete mode 100644 tests/scalapack/scalapack_05.mpirun=11.output.1 delete mode 100644 tests/scalapack/scalapack_06.mpirun=11.output delete mode 100644 tests/scalapack/scalapack_06a.mpirun=11.output delete mode 100644 tests/scalapack/scalapack_06b.mpirun=11.output delete mode 100644 tests/scalapack/scalapack_06c.mpirun=11.output delete mode 100644 tests/scalapack/scalapack_07.mpirun=10.output delete mode 100644 tests/scalapack/scalapack_08.mpirun=11.output delete mode 100644 tests/scalapack/scalapack_10.with_hdf5=on.mpirun=11.output delete mode 100644 tests/scalapack/scalapack_10_a.with_hdf5=on.mpirun=11.output delete mode 100644 tests/scalapack/scalapack_10_b.with_hdf5=on.mpirun=11.output delete mode 100644 tests/scalapack/scalapack_10_c.with_hdf5=on.mpirun=11.output delete mode 100644 tests/scalapack/scalapack_10_d.with_hdf5=on.mpirun=11.output delete mode 100644 tests/scalapack/scalapack_11.mpirun=11.output delete mode 100644 tests/scalapack/scalapack_12_a.mpirun=11.output delete mode 100644 tests/scalapack/scalapack_12_b.mpirun=11.output delete mode 100644 tests/scalapack/scalapack_12_c.mpirun=11.output delete mode 100644 tests/scalapack/scalapack_12_d.mpirun=11.output delete mode 100644 tests/scalapack/scalapack_13_a.mpirun=11.output delete mode 100644 tests/scalapack/scalapack_13_b.mpirun=11.output delete mode 100644 tests/scalapack/scalapack_14_a.mpirun=11.output delete mode 100644 tests/scalapack/scalapack_14_b.mpirun=11.output delete mode 100644 tests/scalapack/scalapack_15.mpirun=10.output delete mode 100644 tests/scalapack/scalapack_15_a.mpirun=10.output delete mode 100644 tests/scalapack/scalapack_16.mpirun=11.output delete mode 100644 tests/scalapack/scalapack_16_a.mpirun=11.output delete mode 100644 tests/scalapack/scalapack_17_a.mpirun=11.output delete mode 100644 tests/scalapack/scalapack_17_b.mpirun=11.output diff --git a/tests/scalapack/scalapack_01.mpirun=11.output b/tests/scalapack/scalapack_01.mpirun=11.output deleted file mode 100644 index 6a589474fa..0000000000 --- a/tests/scalapack/scalapack_01.mpirun=11.output +++ /dev/null @@ -1,32 +0,0 @@ -64 32 2 2 -Ok -64 64 1 1 -Ok -120 32 3 3 -Ok -120 64 2 2 -Ok -320 32 3 3 -Ok -320 64 3 3 -Ok -640 32 3 3 -Ok -640 64 3 3 -Ok -64 32 2 2 -Ok -64 64 1 1 -Ok -120 32 3 3 -Ok -120 64 2 2 -Ok -320 32 3 3 -Ok -320 64 3 3 -Ok -640 32 3 3 -Ok -640 64 3 3 -Ok diff --git a/tests/scalapack/scalapack_02.mpirun=10.output b/tests/scalapack/scalapack_02.mpirun=10.output deleted file mode 100644 index 384c6b7acd..0000000000 --- a/tests/scalapack/scalapack_02.mpirun=10.output +++ /dev/null @@ -1,36 +0,0 @@ -32 32 1 1 -Ok -64 32 2 2 -Ok -64 64 1 1 -Ok -120 32 3 3 -Ok -120 64 2 2 -Ok -320 32 3 3 -Ok -320 64 3 3 -Ok -640 32 3 3 -Ok -640 64 3 3 -Ok -32 32 1 1 -Ok -64 32 2 2 -Ok -64 64 1 1 -Ok -120 32 3 3 -Ok -120 64 2 2 -Ok -320 32 3 3 -Ok -320 64 3 3 -Ok -640 32 3 3 -Ok -640 64 3 3 -Ok diff --git a/tests/scalapack/scalapack_03.mpirun=10.output b/tests/scalapack/scalapack_03.mpirun=10.output deleted file mode 100644 index 384c6b7acd..0000000000 --- a/tests/scalapack/scalapack_03.mpirun=10.output +++ /dev/null @@ -1,36 +0,0 @@ -32 32 1 1 -Ok -64 32 2 2 -Ok -64 64 1 1 -Ok -120 32 3 3 -Ok -120 64 2 2 -Ok -320 32 3 3 -Ok -320 64 3 3 -Ok -640 32 3 3 -Ok -640 64 3 3 -Ok -32 32 1 1 -Ok -64 32 2 2 -Ok -64 64 1 1 -Ok -120 32 3 3 -Ok -120 64 2 2 -Ok -320 32 3 3 -Ok -320 64 3 3 -Ok -640 32 3 3 -Ok -640 64 3 3 -Ok diff --git a/tests/scalapack/scalapack_03_b.mpirun=10.output b/tests/scalapack/scalapack_03_b.mpirun=10.output deleted file mode 100644 index 384c6b7acd..0000000000 --- a/tests/scalapack/scalapack_03_b.mpirun=10.output +++ /dev/null @@ -1,36 +0,0 @@ -32 32 1 1 -Ok -64 32 2 2 -Ok -64 64 1 1 -Ok -120 32 3 3 -Ok -120 64 2 2 -Ok -320 32 3 3 -Ok -320 64 3 3 -Ok -640 32 3 3 -Ok -640 64 3 3 -Ok -32 32 1 1 -Ok -64 32 2 2 -Ok -64 64 1 1 -Ok -120 32 3 3 -Ok -120 64 2 2 -Ok -320 32 3 3 -Ok -320 64 3 3 -Ok -640 32 3 3 -Ok -640 64 3 3 -Ok diff --git a/tests/scalapack/scalapack_03_c.mpirun=10.output b/tests/scalapack/scalapack_03_c.mpirun=10.output deleted file mode 100644 index 384c6b7acd..0000000000 --- a/tests/scalapack/scalapack_03_c.mpirun=10.output +++ /dev/null @@ -1,36 +0,0 @@ -32 32 1 1 -Ok -64 32 2 2 -Ok -64 64 1 1 -Ok -120 32 3 3 -Ok -120 64 2 2 -Ok -320 32 3 3 -Ok -320 64 3 3 -Ok -640 32 3 3 -Ok -640 64 3 3 -Ok -32 32 1 1 -Ok -64 32 2 2 -Ok -64 64 1 1 -Ok -120 32 3 3 -Ok -120 64 2 2 -Ok -320 32 3 3 -Ok -320 64 3 3 -Ok -640 32 3 3 -Ok -640 64 3 3 -Ok diff --git a/tests/scalapack/scalapack_04.mpirun=11.output b/tests/scalapack/scalapack_04.mpirun=11.output deleted file mode 100644 index b756d5263b..0000000000 --- a/tests/scalapack/scalapack_04.mpirun=11.output +++ /dev/null @@ -1,36 +0,0 @@ -32 32 1 1 -53.3549 53.3549 53.3549 -53.3549 53.3549 53.3549 -185.54 185.54 185.54 -64 32 2 2 -101.897 101.897 101.897 -101.897 101.897 101.897 -517.089 517.089 517.089 -64 64 1 1 -101.369 101.369 101.369 -101.369 101.369 101.369 -517.457 517.457 517.457 -120 32 3 3 -186.726 186.726 186.726 -186.726 186.726 186.726 -1321.87 1321.87 1321.87 -120 64 2 2 -189.512 189.512 189.512 -189.512 189.512 189.512 -1321.68 1321.68 1321.68 -320 32 3 3 -494.329 494.329 494.329 -494.329 494.329 494.329 -5736.37 5736.37 5736.37 -320 64 3 3 -498.342 498.342 498.342 -498.342 498.342 498.342 -5736.49 5736.49 5736.49 -640 32 3 3 -980.609 980.609 980.609 -980.609 980.609 980.609 -16207.5 16207.5 16207.5 -640 64 3 3 -982.483 982.483 982.483 -982.483 982.483 982.483 -16208.2 16208.2 16208.2 diff --git a/tests/scalapack/scalapack_04_b.mpirun=11.output b/tests/scalapack/scalapack_04_b.mpirun=11.output deleted file mode 100644 index 9f198a0d7d..0000000000 --- a/tests/scalapack/scalapack_04_b.mpirun=11.output +++ /dev/null @@ -1,36 +0,0 @@ -32 32 1 1 -19.2741 19.2741 19.2741 -20.6796 20.6796 20.6796 -18.5785 18.5785 18.5785 -64 32 2 2 -38.5552 38.5552 38.5552 -38.2739 38.2739 38.2739 -36.8389 36.8389 36.8389 -64 64 1 1 -37.8671 37.8671 37.8671 -37.8657 37.8657 37.8657 -36.7171 36.7171 36.7171 -120 32 3 3 -69.0663 69.0663 69.0663 -68.0208 68.0208 68.0208 -69.1394 69.1394 69.1394 -120 64 2 2 -68.2078 68.2078 68.2078 -66.8542 66.8542 66.8542 -69.0112 69.0112 69.0112 -320 32 3 3 -174.387 174.387 174.387 -172.758 172.758 172.758 -184.876 184.876 184.876 -320 64 3 3 -182.948 182.948 182.948 -174.945 174.945 174.945 -184.521 184.521 184.521 -640 32 3 3 -338.935 338.935 338.935 -342.898 342.898 342.898 -369.65 369.65 369.65 -640 64 3 3 -342.421 342.421 342.421 -341.617 341.617 341.617 -369.497 369.497 369.497 diff --git a/tests/scalapack/scalapack_05.mpirun=11.output b/tests/scalapack/scalapack_05.mpirun=11.output deleted file mode 100644 index 1b4d91c7f9..0000000000 --- a/tests/scalapack/scalapack_05.mpirun=11.output +++ /dev/null @@ -1,36 +0,0 @@ -32 32 1 1 -0.4105213 0.4717577 -64 32 2 2 -0.4469398 0.4787526 -64 64 1 1 -0.4446624 0.4859165 -120 32 3 3 -0.4590521 0.4869534 -120 64 2 2 -0.4499374 0.4780991 -320 32 3 3 -0.4661506 0.4865389 -320 64 3 3 -0.4603832 0.4830938 -640 32 3 3 -0.4729409 0.487731 -640 64 3 3 -0.4710011 0.4869297 -32 32 1 1 -0.4433681 0.5117154 -64 32 2 2 -0.4410835 0.4746928 -64 64 1 1 -0.4469632 0.4851883 -120 32 3 3 -0.4457178 0.4769557 -120 64 2 2 -0.4602296 0.4847439 -320 32 3 3 -0.4624499 0.4840038 -320 64 3 3 -0.4609459 0.4834603 -640 32 3 3 -0.472221 0.4925063 -640 64 3 3 -0.4703145 0.4863485 diff --git a/tests/scalapack/scalapack_05.mpirun=11.output.1 b/tests/scalapack/scalapack_05.mpirun=11.output.1 deleted file mode 100644 index 2dcb0dc3c1..0000000000 --- a/tests/scalapack/scalapack_05.mpirun=11.output.1 +++ /dev/null @@ -1,36 +0,0 @@ -32 32 1 1 -0.4105213 0.6052804 -64 32 2 2 -0.4469399 0.61487 -64 64 1 1 -0.4446624 0.6261637 -120 32 3 3 -0.4590521 0.6431508 -120 64 2 2 -0.4499373 0.6308703 -320 32 3 3 -0.4661507 0.647815 -320 64 3 3 -0.460383 0.6388903 -640 32 3 3 -0.4729411 0.6524835 -640 64 3 3 -0.471001 0.6509902 -32 32 1 1 -0.4433681 0.6443845 -64 32 2 2 -0.4410835 0.6194569 -64 64 1 1 -0.4469632 0.6269674 -120 32 3 3 -0.4457178 0.6258901 -120 64 2 2 -0.4602296 0.6397035 -320 32 3 3 -0.4624499 0.6435013 -320 64 3 3 -0.4609459 0.6435885 -640 32 3 3 -0.472221 0.6542629 -640 64 3 3 -0.4703145 0.6521886 diff --git a/tests/scalapack/scalapack_06.mpirun=11.output b/tests/scalapack/scalapack_06.mpirun=11.output deleted file mode 100644 index c3b5a17201..0000000000 --- a/tests/scalapack/scalapack_06.mpirun=11.output +++ /dev/null @@ -1,30 +0,0 @@ -200 32 3 3 -comparing 5 eigenvalues and eigenvectors computed using LAPACK and ScaLAPACK pdsyev: - with respect to the given tolerance the eigenvalues coincide - with respect to the given tolerance also the eigenvectors coincide - -200 64 3 3 -comparing 5 eigenvalues and eigenvectors computed using LAPACK and ScaLAPACK pdsyev: - with respect to the given tolerance the eigenvalues coincide - with respect to the given tolerance also the eigenvectors coincide - -400 32 3 3 -comparing 5 eigenvalues and eigenvectors computed using LAPACK and ScaLAPACK pdsyev: - with respect to the given tolerance the eigenvalues coincide - with respect to the given tolerance also the eigenvectors coincide - -400 64 3 3 -comparing 5 eigenvalues and eigenvectors computed using LAPACK and ScaLAPACK pdsyev: - with respect to the given tolerance the eigenvalues coincide - with respect to the given tolerance also the eigenvectors coincide - -600 32 3 3 -comparing 5 eigenvalues and eigenvectors computed using LAPACK and ScaLAPACK pdsyev: - with respect to the given tolerance the eigenvalues coincide - with respect to the given tolerance also the eigenvectors coincide - -600 64 3 3 -comparing 5 eigenvalues and eigenvectors computed using LAPACK and ScaLAPACK pdsyev: - with respect to the given tolerance the eigenvalues coincide - with respect to the given tolerance also the eigenvectors coincide - diff --git a/tests/scalapack/scalapack_06a.mpirun=11.output b/tests/scalapack/scalapack_06a.mpirun=11.output deleted file mode 100644 index aa55a5f0ce..0000000000 --- a/tests/scalapack/scalapack_06a.mpirun=11.output +++ /dev/null @@ -1,18 +0,0 @@ -200 32 3 3 -comparing 5 eigenvalues computed using LAPACK and ScaLAPACK pdsyev: - with respect to the given tolerance the eigenvalues coincide -200 64 3 3 -comparing 5 eigenvalues computed using LAPACK and ScaLAPACK pdsyev: - with respect to the given tolerance the eigenvalues coincide -400 32 3 3 -comparing 5 eigenvalues computed using LAPACK and ScaLAPACK pdsyev: - with respect to the given tolerance the eigenvalues coincide -400 64 3 3 -comparing 5 eigenvalues computed using LAPACK and ScaLAPACK pdsyev: - with respect to the given tolerance the eigenvalues coincide -600 32 3 3 -comparing 5 eigenvalues computed using LAPACK and ScaLAPACK pdsyev: - with respect to the given tolerance the eigenvalues coincide -600 64 3 3 -comparing 5 eigenvalues computed using LAPACK and ScaLAPACK pdsyev: - with respect to the given tolerance the eigenvalues coincide diff --git a/tests/scalapack/scalapack_06b.mpirun=11.output b/tests/scalapack/scalapack_06b.mpirun=11.output deleted file mode 100644 index 42d11a532d..0000000000 --- a/tests/scalapack/scalapack_06b.mpirun=11.output +++ /dev/null @@ -1,30 +0,0 @@ -200 32 3 3 -comparing 5 eigenvalues and eigenvectors computed using LAPACK and ScaLAPACK pdsyevx: - with respect to the given tolerance the eigenvalues coincide - with respect to the given tolerance also the eigenvectors coincide - -200 64 3 3 -comparing 5 eigenvalues and eigenvectors computed using LAPACK and ScaLAPACK pdsyevx: - with respect to the given tolerance the eigenvalues coincide - with respect to the given tolerance also the eigenvectors coincide - -400 32 3 3 -comparing 5 eigenvalues and eigenvectors computed using LAPACK and ScaLAPACK pdsyevx: - with respect to the given tolerance the eigenvalues coincide - with respect to the given tolerance also the eigenvectors coincide - -400 64 3 3 -comparing 5 eigenvalues and eigenvectors computed using LAPACK and ScaLAPACK pdsyevx: - with respect to the given tolerance the eigenvalues coincide - with respect to the given tolerance also the eigenvectors coincide - -600 32 3 3 -comparing 5 eigenvalues and eigenvectors computed using LAPACK and ScaLAPACK pdsyevx: - with respect to the given tolerance the eigenvalues coincide - with respect to the given tolerance also the eigenvectors coincide - -600 64 3 3 -comparing 5 eigenvalues and eigenvectors computed using LAPACK and ScaLAPACK pdsyevx: - with respect to the given tolerance the eigenvalues coincide - with respect to the given tolerance also the eigenvectors coincide - diff --git a/tests/scalapack/scalapack_06c.mpirun=11.output b/tests/scalapack/scalapack_06c.mpirun=11.output deleted file mode 100644 index e309d4e291..0000000000 --- a/tests/scalapack/scalapack_06c.mpirun=11.output +++ /dev/null @@ -1,18 +0,0 @@ -200 32 3 3 -comparing 5 eigenvalues computed using LAPACK and ScaLAPACK pdsyevx: - with respect to the given tolerance the eigenvalues coincide -200 64 3 3 -comparing 5 eigenvalues computed using LAPACK and ScaLAPACK pdsyevx: - with respect to the given tolerance the eigenvalues coincide -400 32 3 3 -comparing 5 eigenvalues computed using LAPACK and ScaLAPACK pdsyevx: - with respect to the given tolerance the eigenvalues coincide -400 64 3 3 -comparing 5 eigenvalues computed using LAPACK and ScaLAPACK pdsyevx: - with respect to the given tolerance the eigenvalues coincide -600 32 3 3 -comparing 5 eigenvalues computed using LAPACK and ScaLAPACK pdsyevx: - with respect to the given tolerance the eigenvalues coincide -600 64 3 3 -comparing 5 eigenvalues computed using LAPACK and ScaLAPACK pdsyevx: - with respect to the given tolerance the eigenvalues coincide diff --git a/tests/scalapack/scalapack_07.mpirun=10.output b/tests/scalapack/scalapack_07.mpirun=10.output deleted file mode 100644 index 11365188de..0000000000 --- a/tests/scalapack/scalapack_07.mpirun=10.output +++ /dev/null @@ -1,72 +0,0 @@ -2D grid matrix: dim=500x500; blocks=16x16; grid=3x3 -1D grid matrix: 500x500; blocks=16x16; grid=10x1 -single process matrix: 500x500; blocks=16x16; grid=1x1 - -2D grid matrix: dim=500x500; blocks=16x16; grid=3x3 -1D grid matrix: 500x500; blocks=32x32; grid=10x1 -single process matrix: 500x500; blocks=16x32; grid=1x1 - -2D grid matrix: dim=500x500; blocks=16x16; grid=3x3 -1D grid matrix: 500x500; blocks=64x64; grid=10x1 -single process matrix: 500x500; blocks=16x64; grid=1x1 - -2D grid matrix: dim=500x500; blocks=32x32; grid=3x3 -1D grid matrix: 500x500; blocks=16x16; grid=10x1 -single process matrix: 500x500; blocks=32x16; grid=1x1 - -2D grid matrix: dim=500x500; blocks=32x32; grid=3x3 -1D grid matrix: 500x500; blocks=32x32; grid=10x1 -single process matrix: 500x500; blocks=32x32; grid=1x1 - -2D grid matrix: dim=500x500; blocks=32x32; grid=3x3 -1D grid matrix: 500x500; blocks=64x64; grid=10x1 -single process matrix: 500x500; blocks=32x64; grid=1x1 - -2D grid matrix: dim=500x500; blocks=64x64; grid=3x3 -1D grid matrix: 500x500; blocks=16x16; grid=10x1 -single process matrix: 500x500; blocks=64x16; grid=1x1 - -2D grid matrix: dim=500x500; blocks=64x64; grid=3x3 -1D grid matrix: 500x500; blocks=32x32; grid=10x1 -single process matrix: 500x500; blocks=64x32; grid=1x1 - -2D grid matrix: dim=500x500; blocks=64x64; grid=3x3 -1D grid matrix: 500x500; blocks=64x64; grid=10x1 -single process matrix: 500x500; blocks=64x64; grid=1x1 - -2D grid matrix: dim=500x500; blocks=16x16; grid=3x3 -1D grid matrix: 500x500; blocks=16x16; grid=10x1 -single process matrix: 500x500; blocks=16x16; grid=1x1 - -2D grid matrix: dim=500x500; blocks=16x16; grid=3x3 -1D grid matrix: 500x500; blocks=32x32; grid=10x1 -single process matrix: 500x500; blocks=16x32; grid=1x1 - -2D grid matrix: dim=500x500; blocks=16x16; grid=3x3 -1D grid matrix: 500x500; blocks=64x64; grid=10x1 -single process matrix: 500x500; blocks=16x64; grid=1x1 - -2D grid matrix: dim=500x500; blocks=32x32; grid=3x3 -1D grid matrix: 500x500; blocks=16x16; grid=10x1 -single process matrix: 500x500; blocks=32x16; grid=1x1 - -2D grid matrix: dim=500x500; blocks=32x32; grid=3x3 -1D grid matrix: 500x500; blocks=32x32; grid=10x1 -single process matrix: 500x500; blocks=32x32; grid=1x1 - -2D grid matrix: dim=500x500; blocks=32x32; grid=3x3 -1D grid matrix: 500x500; blocks=64x64; grid=10x1 -single process matrix: 500x500; blocks=32x64; grid=1x1 - -2D grid matrix: dim=500x500; blocks=64x64; grid=3x3 -1D grid matrix: 500x500; blocks=16x16; grid=10x1 -single process matrix: 500x500; blocks=64x16; grid=1x1 - -2D grid matrix: dim=500x500; blocks=64x64; grid=3x3 -1D grid matrix: 500x500; blocks=32x32; grid=10x1 -single process matrix: 500x500; blocks=64x32; grid=1x1 - -2D grid matrix: dim=500x500; blocks=64x64; grid=3x3 -1D grid matrix: 500x500; blocks=64x64; grid=10x1 -single process matrix: 500x500; blocks=64x64; grid=1x1 - diff --git a/tests/scalapack/scalapack_08.mpirun=11.output b/tests/scalapack/scalapack_08.mpirun=11.output deleted file mode 100644 index f6a7f9008a..0000000000 --- a/tests/scalapack/scalapack_08.mpirun=11.output +++ /dev/null @@ -1,30 +0,0 @@ -200 32 -comparing the SVD and Eigendecomposition of a s.p.d matrix - with respect to the given tolerance the singular and eigenvalues coincide - with respect to the given tolerance the right and left singular vectors coincide with the eigenvectors - -200 64 -comparing the SVD and Eigendecomposition of a s.p.d matrix - with respect to the given tolerance the singular and eigenvalues coincide - with respect to the given tolerance the right and left singular vectors coincide with the eigenvectors - -400 32 -comparing the SVD and Eigendecomposition of a s.p.d matrix - with respect to the given tolerance the singular and eigenvalues coincide - with respect to the given tolerance the right and left singular vectors coincide with the eigenvectors - -400 64 -comparing the SVD and Eigendecomposition of a s.p.d matrix - with respect to the given tolerance the singular and eigenvalues coincide - with respect to the given tolerance the right and left singular vectors coincide with the eigenvectors - -600 32 -comparing the SVD and Eigendecomposition of a s.p.d matrix - with respect to the given tolerance the singular and eigenvalues coincide - with respect to the given tolerance the right and left singular vectors coincide with the eigenvectors - -600 64 -comparing the SVD and Eigendecomposition of a s.p.d matrix - with respect to the given tolerance the singular and eigenvalues coincide - with respect to the given tolerance the right and left singular vectors coincide with the eigenvectors - diff --git a/tests/scalapack/scalapack_10.with_hdf5=on.mpirun=11.output b/tests/scalapack/scalapack_10.with_hdf5=on.mpirun=11.output deleted file mode 100644 index 3a87dd3031..0000000000 --- a/tests/scalapack/scalapack_10.with_hdf5=on.mpirun=11.output +++ /dev/null @@ -1,18 +0,0 @@ -100 1 -100 16 -100 32 -200 1 -200 16 -200 32 -300 1 -300 16 -300 32 -100 1 -100 16 -100 32 -200 1 -200 16 -200 32 -300 1 -300 16 -300 32 diff --git a/tests/scalapack/scalapack_10_a.with_hdf5=on.mpirun=11.output b/tests/scalapack/scalapack_10_a.with_hdf5=on.mpirun=11.output deleted file mode 100644 index 355f7c822d..0000000000 --- a/tests/scalapack/scalapack_10_a.with_hdf5=on.mpirun=11.output +++ /dev/null @@ -1,8 +0,0 @@ -200 16 -200 32 -300 16 -300 32 -200 16 -200 32 -300 16 -300 32 diff --git a/tests/scalapack/scalapack_10_b.with_hdf5=on.mpirun=11.output b/tests/scalapack/scalapack_10_b.with_hdf5=on.mpirun=11.output deleted file mode 100644 index b2e5ceac50..0000000000 --- a/tests/scalapack/scalapack_10_b.with_hdf5=on.mpirun=11.output +++ /dev/null @@ -1,12 +0,0 @@ -300x250 & 32 & 25x25 & 3x3 -300x250 & 32 & 75x50 & 3x3 -300x250 & 32 & 100x75 & 3x3 -300x250 & 64 & 25x25 & 3x3 -300x250 & 64 & 75x50 & 3x3 -300x250 & 64 & 100x75 & 3x3 -300x250 & 32 & 25x25 & 3x3 -300x250 & 32 & 75x50 & 3x3 -300x250 & 32 & 100x75 & 3x3 -300x250 & 64 & 25x25 & 3x3 -300x250 & 64 & 75x50 & 3x3 -300x250 & 64 & 100x75 & 3x3 diff --git a/tests/scalapack/scalapack_10_c.with_hdf5=on.mpirun=11.output b/tests/scalapack/scalapack_10_c.with_hdf5=on.mpirun=11.output deleted file mode 100644 index b65f4d9ddf..0000000000 --- a/tests/scalapack/scalapack_10_c.with_hdf5=on.mpirun=11.output +++ /dev/null @@ -1 +0,0 @@ -Saving and restoring the state and property of ScaLAPACKMatrix diff --git a/tests/scalapack/scalapack_10_d.with_hdf5=on.mpirun=11.output b/tests/scalapack/scalapack_10_d.with_hdf5=on.mpirun=11.output deleted file mode 100644 index 04301e6ca0..0000000000 --- a/tests/scalapack/scalapack_10_d.with_hdf5=on.mpirun=11.output +++ /dev/null @@ -1,12 +0,0 @@ -100 16 -100 32 -200 16 -200 32 -300 16 -300 32 -100 16 -100 32 -200 16 -200 32 -300 16 -300 32 diff --git a/tests/scalapack/scalapack_11.mpirun=11.output b/tests/scalapack/scalapack_11.mpirun=11.output deleted file mode 100644 index 73f104ff40..0000000000 --- a/tests/scalapack/scalapack_11.mpirun=11.output +++ /dev/null @@ -1,36 +0,0 @@ -2D grid matrix: dim=500x500; blocks=16x16; grid=3x3 - -2D grid matrix: dim=500x500; blocks=16x16; grid=3x3 - -2D grid matrix: dim=500x500; blocks=16x16; grid=3x3 - -2D grid matrix: dim=500x500; blocks=32x32; grid=3x3 - -2D grid matrix: dim=500x500; blocks=32x32; grid=3x3 - -2D grid matrix: dim=500x500; blocks=32x32; grid=3x3 - -2D grid matrix: dim=500x500; blocks=64x64; grid=3x3 - -2D grid matrix: dim=500x500; blocks=64x64; grid=3x3 - -2D grid matrix: dim=500x500; blocks=64x64; grid=3x3 - -2D grid matrix: dim=500x500; blocks=16x16; grid=3x3 - -2D grid matrix: dim=500x500; blocks=16x16; grid=3x3 - -2D grid matrix: dim=500x500; blocks=16x16; grid=3x3 - -2D grid matrix: dim=500x500; blocks=32x32; grid=3x3 - -2D grid matrix: dim=500x500; blocks=32x32; grid=3x3 - -2D grid matrix: dim=500x500; blocks=32x32; grid=3x3 - -2D grid matrix: dim=500x500; blocks=64x64; grid=3x3 - -2D grid matrix: dim=500x500; blocks=64x64; grid=3x3 - -2D grid matrix: dim=500x500; blocks=64x64; grid=3x3 - diff --git a/tests/scalapack/scalapack_12_a.mpirun=11.output b/tests/scalapack/scalapack_12_a.mpirun=11.output deleted file mode 100644 index 348d3d7b7e..0000000000 --- a/tests/scalapack/scalapack_12_a.mpirun=11.output +++ /dev/null @@ -1,6 +0,0 @@ -2D process grid: 3x3 - - computing C = b A * B + c C with A in R^(300x500), B in R^(500x400) and C in R^(300x400) - norms: 60787.8449 & 60787.8449 for d - - diff --git a/tests/scalapack/scalapack_12_b.mpirun=11.output b/tests/scalapack/scalapack_12_b.mpirun=11.output deleted file mode 100644 index 1347a6ec96..0000000000 --- a/tests/scalapack/scalapack_12_b.mpirun=11.output +++ /dev/null @@ -1,6 +0,0 @@ -2D process grid: 3x3 - - computing C = b A^T * B + c C with A in R^(500x300), B in R^(500x400) and C in R^(300x400) - norms: 60784.47026 & 60784.47026 for d - - diff --git a/tests/scalapack/scalapack_12_c.mpirun=11.output b/tests/scalapack/scalapack_12_c.mpirun=11.output deleted file mode 100644 index 73e89b72c5..0000000000 --- a/tests/scalapack/scalapack_12_c.mpirun=11.output +++ /dev/null @@ -1,6 +0,0 @@ -2D process grid: 3x3 - - computing C = b A * B^T + c C with A in R^(300x500), B in R^(400x500) and C in R^(300x400) - norms: 60781.44758 & 60781.44758 for d - - diff --git a/tests/scalapack/scalapack_12_d.mpirun=11.output b/tests/scalapack/scalapack_12_d.mpirun=11.output deleted file mode 100644 index bcb275857b..0000000000 --- a/tests/scalapack/scalapack_12_d.mpirun=11.output +++ /dev/null @@ -1,6 +0,0 @@ -2D process grid: 3x3 - - computing C = b A^T * B^T + c C with A in R^(500x300), B in R^(400x500) and C in R^(300x400) - norms: 60781.20992 & 60781.20992 for d - - diff --git a/tests/scalapack/scalapack_13_a.mpirun=11.output b/tests/scalapack/scalapack_13_a.mpirun=11.output deleted file mode 100644 index bdb940dfb0..0000000000 --- a/tests/scalapack/scalapack_13_a.mpirun=11.output +++ /dev/null @@ -1,54 +0,0 @@ -2D process grid: 3x3 - - computing A = alpha A + beta B with A in R^(400x500) and B in R^(400x500) - norms: 210.8890477 & 210.8890477 for d - - -2D process grid: 3x3 - - computing A = alpha A + beta B with A in R^(400x500) and B in R^(400x500) - norms: 211.279256 & 211.279256 for d - - -2D process grid: 3x3 - - computing A = alpha A + beta B with A in R^(400x500) and B in R^(400x500) - norms: 211.0415011 & 211.0415011 for d - - -2D process grid: 3x3 - - computing A = alpha A + beta B with A in R^(400x500) and B in R^(400x500) - norms: 211.1717475 & 211.1717475 for d - - -2D process grid: 3x3 - - computing A = alpha A + beta B with A in R^(400x500) and B in R^(400x500) - norms: 211.1814485 & 211.1814485 for d - - -2D process grid: 3x3 - - computing A = alpha A + beta B with A in R^(400x500) and B in R^(400x500) - norms: 211.548357 & 211.548357 for d - - -2D process grid: 3x3 - - computing A = alpha A + beta B with A in R^(400x500) and B in R^(400x500) - norms: 211.1982034 & 211.1982034 for d - - -2D process grid: 3x3 - - computing A = alpha A + beta B with A in R^(400x500) and B in R^(400x500) - norms: 211.7897812 & 211.7897812 for d - - -2D process grid: 3x3 - - computing A = alpha A + beta B with A in R^(400x500) and B in R^(400x500) - norms: 211.7341662 & 211.7341662 for d - - diff --git a/tests/scalapack/scalapack_13_b.mpirun=11.output b/tests/scalapack/scalapack_13_b.mpirun=11.output deleted file mode 100644 index 740104d8fc..0000000000 --- a/tests/scalapack/scalapack_13_b.mpirun=11.output +++ /dev/null @@ -1,54 +0,0 @@ -2D process grid: 3x3 - - computing A = alpha A + beta B^T with A in R^(400x500) and B in R^(500x400) - norms: 211.163862 & 211.163862 for d - - -2D process grid: 3x3 - - computing A = alpha A + beta B^T with A in R^(400x500) and B in R^(500x400) - norms: 211.3218642 & 211.3218642 for d - - -2D process grid: 3x3 - - computing A = alpha A + beta B^T with A in R^(400x500) and B in R^(500x400) - norms: 211.184002 & 211.184002 for d - - -2D process grid: 3x3 - - computing A = alpha A + beta B^T with A in R^(400x500) and B in R^(500x400) - norms: 210.963856 & 210.963856 for d - - -2D process grid: 3x3 - - computing A = alpha A + beta B^T with A in R^(400x500) and B in R^(500x400) - norms: 211.5403408 & 211.5403408 for d - - -2D process grid: 3x3 - - computing A = alpha A + beta B^T with A in R^(400x500) and B in R^(500x400) - norms: 211.4254302 & 211.4254302 for d - - -2D process grid: 3x3 - - computing A = alpha A + beta B^T with A in R^(400x500) and B in R^(500x400) - norms: 211.278436 & 211.278436 for d - - -2D process grid: 3x3 - - computing A = alpha A + beta B^T with A in R^(400x500) and B in R^(500x400) - norms: 211.7211238 & 211.7211238 for d - - -2D process grid: 3x3 - - computing A = alpha A + beta B^T with A in R^(400x500) and B in R^(500x400) - norms: 211.7476249 & 211.7476249 for d - - diff --git a/tests/scalapack/scalapack_14_a.mpirun=11.output b/tests/scalapack/scalapack_14_a.mpirun=11.output deleted file mode 100644 index 1ad7986de4..0000000000 --- a/tests/scalapack/scalapack_14_a.mpirun=11.output +++ /dev/null @@ -1,54 +0,0 @@ -2D process grid: 3x3 - - Row scaling for A in R^(400x500) - norms: 3654.285795 & 3654.285795 for d - - -2D process grid: 3x3 - - Row scaling for A in R^(400x500) - norms: 3660.063508 & 3660.063508 for d - - -2D process grid: 3x3 - - Row scaling for A in R^(400x500) - norms: 3654.738726 & 3654.738726 for d - - -2D process grid: 3x3 - - Row scaling for A in R^(400x500) - norms: 3654.280104 & 3654.280104 for d - - -2D process grid: 3x3 - - Row scaling for A in R^(400x500) - norms: 3660.42714 & 3660.42714 for d - - -2D process grid: 3x3 - - Row scaling for A in R^(400x500) - norms: 3651.8011 & 3651.8011 for d - - -2D process grid: 3x3 - - Row scaling for A in R^(400x500) - norms: 3654.388891 & 3654.388891 for d - - -2D process grid: 3x3 - - Row scaling for A in R^(400x500) - norms: 3655.950825 & 3655.950825 for d - - -2D process grid: 3x3 - - Row scaling for A in R^(400x500) - norms: 3655.261484 & 3655.261484 for d - - diff --git a/tests/scalapack/scalapack_14_b.mpirun=11.output b/tests/scalapack/scalapack_14_b.mpirun=11.output deleted file mode 100644 index f93ecae223..0000000000 --- a/tests/scalapack/scalapack_14_b.mpirun=11.output +++ /dev/null @@ -1,54 +0,0 @@ -2D process grid: 3x3 - - Column scaling for A in R^(400x500) - norms: 4081.763525 & 4081.763525 for d - - -2D process grid: 3x3 - - Column scaling for A in R^(400x500) - norms: 4090.694598 & 4090.694598 for d - - -2D process grid: 3x3 - - Column scaling for A in R^(400x500) - norms: 4083.255058 & 4083.255058 for d - - -2D process grid: 3x3 - - Column scaling for A in R^(400x500) - norms: 4085.273405 & 4085.273405 for d - - -2D process grid: 3x3 - - Column scaling for A in R^(400x500) - norms: 4086.46816 & 4086.46816 for d - - -2D process grid: 3x3 - - Column scaling for A in R^(400x500) - norms: 4082.735765 & 4082.735765 for d - - -2D process grid: 3x3 - - Column scaling for A in R^(400x500) - norms: 4081.892068 & 4081.892068 for d - - -2D process grid: 3x3 - - Column scaling for A in R^(400x500) - norms: 4084.61645 & 4084.61645 for d - - -2D process grid: 3x3 - - Column scaling for A in R^(400x500) - norms: 4084.481512 & 4084.481512 for d - - diff --git a/tests/scalapack/scalapack_15.mpirun=10.output b/tests/scalapack/scalapack_15.mpirun=10.output deleted file mode 100644 index b3ea1071a5..0000000000 --- a/tests/scalapack/scalapack_15.mpirun=10.output +++ /dev/null @@ -1,30 +0,0 @@ -200 32 3 3 -comparing 5 eigenvalues and eigenvectors computed using LAPACK and ScaLAPACK p_syevr: - with respect to the given tolerance the eigenvalues coincide - with respect to the given tolerance also the eigenvectors coincide - -200 64 3 3 -comparing 5 eigenvalues and eigenvectors computed using LAPACK and ScaLAPACK p_syevr: - with respect to the given tolerance the eigenvalues coincide - with respect to the given tolerance also the eigenvectors coincide - -400 32 3 3 -comparing 5 eigenvalues and eigenvectors computed using LAPACK and ScaLAPACK p_syevr: - with respect to the given tolerance the eigenvalues coincide - with respect to the given tolerance also the eigenvectors coincide - -400 64 3 3 -comparing 5 eigenvalues and eigenvectors computed using LAPACK and ScaLAPACK p_syevr: - with respect to the given tolerance the eigenvalues coincide - with respect to the given tolerance also the eigenvectors coincide - -600 32 3 3 -comparing 5 eigenvalues and eigenvectors computed using LAPACK and ScaLAPACK p_syevr: - with respect to the given tolerance the eigenvalues coincide - with respect to the given tolerance also the eigenvectors coincide - -600 64 3 3 -comparing 5 eigenvalues and eigenvectors computed using LAPACK and ScaLAPACK p_syevr: - with respect to the given tolerance the eigenvalues coincide - with respect to the given tolerance also the eigenvectors coincide - diff --git a/tests/scalapack/scalapack_15_a.mpirun=10.output b/tests/scalapack/scalapack_15_a.mpirun=10.output deleted file mode 100644 index 624b588864..0000000000 --- a/tests/scalapack/scalapack_15_a.mpirun=10.output +++ /dev/null @@ -1,18 +0,0 @@ -200 32 3 3 -comparing 5 eigenvalues computed using LAPACK and ScaLAPACK p_syevr: - with respect to the given tolerance the eigenvalues coincide -200 64 3 3 -comparing 5 eigenvalues computed using LAPACK and ScaLAPACK p_syevr: - with respect to the given tolerance the eigenvalues coincide -400 32 3 3 -comparing 5 eigenvalues computed using LAPACK and ScaLAPACK p_syevr: - with respect to the given tolerance the eigenvalues coincide -400 64 3 3 -comparing 5 eigenvalues computed using LAPACK and ScaLAPACK p_syevr: - with respect to the given tolerance the eigenvalues coincide -600 32 3 3 -comparing 5 eigenvalues computed using LAPACK and ScaLAPACK p_syevr: - with respect to the given tolerance the eigenvalues coincide -600 64 3 3 -comparing 5 eigenvalues computed using LAPACK and ScaLAPACK p_syevr: - with respect to the given tolerance the eigenvalues coincide diff --git a/tests/scalapack/scalapack_16.mpirun=11.output b/tests/scalapack/scalapack_16.mpirun=11.output deleted file mode 100644 index d58d105860..0000000000 --- a/tests/scalapack/scalapack_16.mpirun=11.output +++ /dev/null @@ -1,18 +0,0 @@ -200 32 3 3 -ranks: 199/200 & 200/200 - -200 64 3 3 -ranks: 199/200 & 200/200 - -400 32 3 3 -ranks: 399/400 & 400/400 - -400 64 3 3 -ranks: 399/400 & 400/400 - -600 32 3 3 -ranks: 599/600 & 600/600 - -600 64 3 3 -ranks: 599/600 & 600/600 - diff --git a/tests/scalapack/scalapack_16_a.mpirun=11.output b/tests/scalapack/scalapack_16_a.mpirun=11.output deleted file mode 100644 index 94c5f664dc..0000000000 --- a/tests/scalapack/scalapack_16_a.mpirun=11.output +++ /dev/null @@ -1,24 +0,0 @@ -200x250 16 3 3 -rank=200/200 - -200x250 32 3 3 -rank=200/200 - -200x350 16 2 4 -rank=200/200 - -200x350 32 2 4 -rank=200/200 - -400x250 16 5 2 -rank=250/250 - -400x250 32 5 2 -rank=250/250 - -400x350 16 3 3 -rank=350/350 - -400x350 32 3 3 -rank=350/350 - diff --git a/tests/scalapack/scalapack_17_a.mpirun=11.output b/tests/scalapack/scalapack_17_a.mpirun=11.output deleted file mode 100644 index 73f104ff40..0000000000 --- a/tests/scalapack/scalapack_17_a.mpirun=11.output +++ /dev/null @@ -1,36 +0,0 @@ -2D grid matrix: dim=500x500; blocks=16x16; grid=3x3 - -2D grid matrix: dim=500x500; blocks=16x16; grid=3x3 - -2D grid matrix: dim=500x500; blocks=16x16; grid=3x3 - -2D grid matrix: dim=500x500; blocks=32x32; grid=3x3 - -2D grid matrix: dim=500x500; blocks=32x32; grid=3x3 - -2D grid matrix: dim=500x500; blocks=32x32; grid=3x3 - -2D grid matrix: dim=500x500; blocks=64x64; grid=3x3 - -2D grid matrix: dim=500x500; blocks=64x64; grid=3x3 - -2D grid matrix: dim=500x500; blocks=64x64; grid=3x3 - -2D grid matrix: dim=500x500; blocks=16x16; grid=3x3 - -2D grid matrix: dim=500x500; blocks=16x16; grid=3x3 - -2D grid matrix: dim=500x500; blocks=16x16; grid=3x3 - -2D grid matrix: dim=500x500; blocks=32x32; grid=3x3 - -2D grid matrix: dim=500x500; blocks=32x32; grid=3x3 - -2D grid matrix: dim=500x500; blocks=32x32; grid=3x3 - -2D grid matrix: dim=500x500; blocks=64x64; grid=3x3 - -2D grid matrix: dim=500x500; blocks=64x64; grid=3x3 - -2D grid matrix: dim=500x500; blocks=64x64; grid=3x3 - diff --git a/tests/scalapack/scalapack_17_b.mpirun=11.output b/tests/scalapack/scalapack_17_b.mpirun=11.output deleted file mode 100644 index 73f104ff40..0000000000 --- a/tests/scalapack/scalapack_17_b.mpirun=11.output +++ /dev/null @@ -1,36 +0,0 @@ -2D grid matrix: dim=500x500; blocks=16x16; grid=3x3 - -2D grid matrix: dim=500x500; blocks=16x16; grid=3x3 - -2D grid matrix: dim=500x500; blocks=16x16; grid=3x3 - -2D grid matrix: dim=500x500; blocks=32x32; grid=3x3 - -2D grid matrix: dim=500x500; blocks=32x32; grid=3x3 - -2D grid matrix: dim=500x500; blocks=32x32; grid=3x3 - -2D grid matrix: dim=500x500; blocks=64x64; grid=3x3 - -2D grid matrix: dim=500x500; blocks=64x64; grid=3x3 - -2D grid matrix: dim=500x500; blocks=64x64; grid=3x3 - -2D grid matrix: dim=500x500; blocks=16x16; grid=3x3 - -2D grid matrix: dim=500x500; blocks=16x16; grid=3x3 - -2D grid matrix: dim=500x500; blocks=16x16; grid=3x3 - -2D grid matrix: dim=500x500; blocks=32x32; grid=3x3 - -2D grid matrix: dim=500x500; blocks=32x32; grid=3x3 - -2D grid matrix: dim=500x500; blocks=32x32; grid=3x3 - -2D grid matrix: dim=500x500; blocks=64x64; grid=3x3 - -2D grid matrix: dim=500x500; blocks=64x64; grid=3x3 - -2D grid matrix: dim=500x500; blocks=64x64; grid=3x3 - -- 2.39.5