- 01 Aug, 2018 12 commits
-
-
Pavel Kus authored
-
Pavel Kus authored
-
Pavel Kus authored
-
Pavel Kus authored
-
Pavel Kus authored
-
Pavel Kus authored
because otherwise the cannons algorithm is not usually tested
-
Pavel Kus authored
also adding wrapper for the backwords step
-
Pavel Kus authored
-
Pavel Kus authored
the output matrix has to be set to zero before calling the routine!
-
Pavel Kus authored
whether cannon algorithm can be used. If not, switch back to the original implementation
-
Pavel Kus authored
this commit does not work, the generalized EVP problems fail from 2 reasons: - Cannons algorithm does not work for the processor grid shape we use at the moment in tests (It only works if num. of process columns is a multiple of num. of process rows, which is not true in ELPA for 2 mpi tasks) - Cannons algorithm does not work as integrated to ELPA for larger matrices (not clear why at the moment) There are 2 new tests, which should work - test_cannon.c: it tests the new algorithm without going through Fortran, as it has been delivered - test_c_bindings: it tests transfering a 2D fortran matrix to C and back, as it is done with the cannons algorithm in the normal ELPA tests
-
Pavel Kus authored
-
- 12 Jul, 2018 1 commit
-
-
Andreas Marek authored
-
- 25 Jun, 2018 1 commit
-
-
Andreas Marek authored
-
- 22 Jun, 2018 1 commit
-
-
Andreas Marek authored
-
- 15 Jun, 2018 2 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
- 14 Jun, 2018 1 commit
-
-
Andreas Marek authored
-
- 13 Jun, 2018 4 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
- 12 Jun, 2018 2 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
- 08 Jun, 2018 3 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
- 06 Jun, 2018 1 commit
-
-
Andreas Marek authored
-
- 05 Jun, 2018 11 commits
-
-
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Lorenz Huedepohl authored
-
Lorenz Huedepohl authored
-
Lorenz Huedepohl authored
-
Lorenz Huedepohl authored
-
Lorenz Huedepohl authored
Rewrote the perl-script for the dependency generation to also accept input file names from stdin, in order to avoid excessively large argument lists.
-
Andreas Marek authored
-
- 04 Jun, 2018 1 commit
-
-
Pavel Kus authored
so that it works if one of bandred / band_to_full steps are done on GPU and the other one on CPU
-