- 01 Aug, 2018 2 commits
-
-
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 Jun, 2018 2 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
- 08 Jun, 2018 1 commit
-
-
Andreas Marek authored
-
- 05 Jun, 2018 1 commit
-
-
Andreas Marek authored
-
- 04 Jun, 2018 2 commits
- 29 May, 2018 1 commit
-
-
Andreas Marek authored
-
- 25 May, 2018 2 commits
-
-
Pavel Kus authored
-
Lorenz Huedepohl authored
Lead to the first configuration be tested twice
-
- 24 May, 2018 4 commits
-
-
Pavel Kus authored
-
Lead to the first configuration be tested twice
-
Andreas Marek authored
-
Andreas Marek authored
-
- 22 May, 2018 7 commits
- 17 May, 2018 1 commit
-
-
Andreas Marek authored
-
- 16 May, 2018 1 commit
-
-
Andreas Marek authored
-
- 15 May, 2018 1 commit
-
-
Andreas Marek authored
-
- 11 May, 2018 2 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
- 08 May, 2018 2 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
- 07 May, 2018 1 commit
-
-
Andreas Marek authored
-
- 04 May, 2018 5 commits
-
-
Pavel Kus authored
-
Pavel Kus authored
-
Andreas Marek authored
-
Pavel Kus authored
-
Pavel Kus authored
kernel selection. This logic will be further complicated by allowing individual routines to be run on GPU
-
- 03 May, 2018 5 commits
-
-
Pavel Kus authored
Previously, matrix a has been kept on the device at the end of bandred and then copied to host later in redist_band (called from tridiag_band). However, it seems to be more convenient to do it at the end of bandred (since it has to be done anyway). Band to tridi is thus now not using a on the device at all. However, we keep it in the interface, sice it might be usefull in the future.
-
Pavel Kus authored
elpa2_trans_ev_band_to_full_template
-
Pavel Kus authored
-
Pavel Kus authored
-
Pavel Kus authored
-