- 01 Dec, 2017 2 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
- 30 Nov, 2017 1 commit
-
-
Andreas Marek authored
-
- 28 Nov, 2017 1 commit
-
-
Andreas Marek authored
-
- 27 Nov, 2017 1 commit
-
-
Andreas Marek authored
-
- 25 Nov, 2017 1 commit
-
-
Andreas Marek authored
-
- 24 Nov, 2017 5 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
For these options there has still work to be done before they can be tuned
-
Andreas Marek authored
-
- 23 Nov, 2017 4 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
- 20 Nov, 2017 9 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
- 19 Nov, 2017 1 commit
-
-
Andreas Marek authored
-
- 18 Nov, 2017 2 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
- 27 Oct, 2017 1 commit
-
-
Andreas Marek authored
-
- 26 Oct, 2017 2 commits
-
-
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)
-
Lorenz Huedepohl authored
-
- 19 Oct, 2017 1 commit
-
-
Lorenz Huedepohl authored
-
- 13 Sep, 2017 2 commits
- 11 Sep, 2017 2 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
- 03 Sep, 2017 5 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
This closes issue #51.
-
Andreas Marek authored
This closes issue #51.
-
Andreas Marek authored
-
Andreas Marek authored
-