- 26 Jul, 2020 1 commit
-
-
Wenzhe Yu authored
"#!/usr/bin/python3" only works if python3 is found in "/usr/bin".
-
- 20 Jul, 2020 1 commit
-
-
Andreas Marek authored
Only minimal changes done so far (mostly print() stuff)
-
- 24 Oct, 2019 1 commit
-
-
Andreas Marek authored
-
- 21 Oct, 2019 1 commit
-
-
Andreas Marek authored
-
- 17 Oct, 2019 1 commit
-
-
Andreas Marek authored
ELPA can now be linked against a 64bit integer version of MPI and ScalaPack. This is an experimental feature The following points are still to be done - does not work with real QR-decomposition - generalized routines return wrong results - the C tests and the C Cannon algorithm implementation do not work (no 64bit header files for MPI *at least* with Intel MPI)
-
- 07 Oct, 2019 1 commit
-
-
Andreas Marek authored
-
- 24 Sep, 2019 1 commit
-
-
Andreas Marek authored
Obviously, recent versions of automake decided to filter out an "test_" string which led to some surprises
-
- 08 May, 2019 1 commit
-
-
Pavel Kus authored
and runs several elpas (still mpi-based) in parallel. Each elpa "instance" then splits its communicator to row and column communicator, as it is always done. This is actually often done in FHI-aims and was previously leading to issues when using OmniPath. Hopefully was solved by Intel MPI 2019.3. Keeping the test for future reference.
-
- 04 Dec, 2018 1 commit
-
-
Pavel Kus authored
-
- 21 Nov, 2018 1 commit
-
-
Pavel Kus authored
mpi_comm_parent is allways requred (it was not required before, but actually the code internals expected it to be supplied, at least for ELPA 2 calculation OR whenever GPU was used)
-
- 15 Nov, 2018 1 commit
-
- 08 Nov, 2018 1 commit
-
-
Andreas Marek authored
-
- 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
-