- 15 Nov, 2018 1 commit
-
- 27 Aug, 2018 1 commit
-
-
Pavel Kus authored
-
- 01 Aug, 2018 1 commit
-
-
Pavel Kus authored
because otherwise the cannons algorithm is not usually tested
-
- 05 Jun, 2018 1 commit
-
-
Lorenz Huedepohl authored
-
- 25 May, 2018 1 commit
-
-
Lorenz Huedepohl authored
-
- 17 Apr, 2018 1 commit
-
-
Andreas Marek authored
-
- 05 Feb, 2018 3 commits
- 29 Jan, 2018 1 commit
-
-
Pavel Kus authored
executables were generated event though the functionality is not present in test.c
-
- 18 Jan, 2018 1 commit
-
-
Andreas Marek authored
-
- 08 Dec, 2017 1 commit
-
-
Andreas Marek authored
-
- 07 Dec, 2017 2 commits
-
-
Andreas Marek authored
test.c currently does not support all the flags test.F90 does, so there were a lot of useless test cases generated.
-
Lorenz Huedepohl authored
-
- 06 Dec, 2017 2 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
- per default only some tests are run - by setting CHECK_LEVEL=extended all test jobs are run
-
- 05 Dec, 2017 2 commits
-
-
Andreas Marek authored
-
Lorenz Huedepohl authored
-
- 27 Nov, 2017 1 commit
-
-
Andreas Marek authored
-
- 25 Nov, 2017 2 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
- 24 Nov, 2017 1 commit
-
-
Andreas Marek authored
-
- 07 Nov, 2017 2 commits
- 30 Oct, 2017 1 commit
-
-
Pavel Kus authored
-
- 26 Oct, 2017 1 commit
-
-
Lorenz Huedepohl authored
To be used like this class(elpa_t), pointer :: e class(elpa_autotune_t), pointer :: tune_state e => elpa_allocate() call e%set(...) [...] assert_elpa_ok(e%setup()) tune_state => e%autotune_setup(ELPA_AUTOTUNE_FAST, ELPA_AUTOTUNE_DOMAIN_REAL) ! Autotuning loop, continues until all combinations have been tried do while (e%autotune_step(tune_state)) ! Do the steps that are representative of your calculation call e%eigenvectors(a, ev, z, error) end do ! Fix best parameters, and de-allocate the autotune object call e%autotune_set_best(tune_state) call elpa_autotune_deallocate(tune_state)
-
- 16 Oct, 2017 1 commit
-
-
Pavel Kus authored
both fortran and C tests generated in generate_automake_test_programs.py linker flags added by hand -- FIX this
-
- 03 Sep, 2017 1 commit
-
-
Pavel Kus authored
-
- 01 Sep, 2017 1 commit
-
-
Pavel Kus authored
-
- 29 Aug, 2017 1 commit
-
-
Pavel Kus authored
adding variants for single precision and complex math datatype for the scalapack test
-
- 26 Aug, 2017 1 commit
-
-
Pavel Kus authored
taking into account, that computed eigenvectors can be arbitrarily "rotated" by multiplying by complex number. Hopefully dealt with in a robust way. Enabling analytic complex double and single
-
- 25 Aug, 2017 1 commit
-
-
Pavel Kus authored
test analytic has been transformed to template to allow all real/complex and single/double variants. However, at this commit, only real double and real single variants are enabled
-
- 24 Aug, 2017 1 commit
-
-
Andreas Marek authored
-
- 21 Aug, 2017 1 commit
-
-
Andreas Marek authored
-
- 18 Aug, 2017 2 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
- 17 Aug, 2017 3 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
- 10 Aug, 2017 1 commit
-
-
Lorenz Huedepohl authored
with obvious meaning
-