- 07 Nov, 2017 3 commits
-
-
Pavel Kus authored
-
Pavel Kus authored
This test was wrong, it was computing A * A^T instead of A^T * A. The latter is correct since our implementation of Cholesky decomposition stores the triangular matrix in the upper triangle The test was passing only because the Cholesky decomposition was tested with diagonal matrix only, than this does not matter.
-
Pavel Kus authored
-
- 03 Nov, 2017 4 commits
-
-
Pavel Kus authored
plot.py adapted to automatically create some graphs more fixes in results_sorted.txt for scalapack_all when failed some plot pdfs stored. Not sure about this...
-
Pavel Kus authored
by inspecting the 2 respective log files, it is clear, that sclaapack failed here, but the timer still provided a result: { 7, 3}: On entry to· PSSYEVD parameter number 14 had an illegal value· { 0, 0}: On entry to· PSSYEVD parameter number 14 had an illegal value· /= Group [s] fraction | ============ ============ |_ e%eigenvectors() 0.001188 1.000 { 1, 0}: On entry to· PSSYEVD parameter number 14 had an illegal value· { 2, 0}: On entry to· PSSYEVD parameter number 14 had an illegal value· thus those 2 values were discarded
-
Pavel Kus authored
to work with previously provided results file
-
Pavel Kus authored
I also included text file, which is the product of this processing for the scaling performed this summer and can be used to retrieve all the data needed for plots. It also contains references to original log-files, so it is easy to find where is each number going from. Of course, one needs the original raw data (log files), which are at the moment only on my hydra account. Maybe we should put them somewhere more visible?
-
- 02 Nov, 2017 1 commit
-
-
Pavel Kus authored
-
- 30 Oct, 2017 5 commits
-
-
Pavel Kus authored
This should improve performance, we will see on timings The main problem was in normalizing eigenvectors, now we compute maximum of computed (not analytical) solution. It was nicer to find maximum of analytical one, since it is the reference, but the implementation was really slow
-
Pavel Kus authored
-
Pavel Kus authored
to tell what is making the test so slow
-
Pavel Kus authored
-
Pavel Kus authored
matrix was initialized outside of three diagonals
-
- 25 Oct, 2017 3 commits
- 24 Oct, 2017 6 commits
- 16 Oct, 2017 2 commits
- 13 Oct, 2017 3 commits
- 02 Oct, 2017 3 commits
- 22 Sep, 2017 1 commit
-
-
- 13 Sep, 2017 4 commits
- 11 Sep, 2017 5 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
But allow this in cholesky and hermitian multiply test
-