- 21 Nov, 2018 5 commits
-
-
Pavel Kus authored
-
Pavel Kus authored
the error handling has to be thought of properly in some of the uses of check_elpa_get/set (e.g. those outside the elpa_setup function)
-
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)
-
Andreas Marek authored
-
Andreas Marek authored
-
- 20 Nov, 2018 9 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
-
-
Pavel Kus authored
by putting #ifdef WIHT_MPI where it should have been
-
- 15 Nov, 2018 2 commits
-
-
Pavel Kus authored
-
- 14 Nov, 2018 9 commits
-
-
Andreas Marek authored
Add python interface for ELPA See merge request elpa/elpa!8
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
C interfaces added for: - elpa_print_settings - elpa_store_settings - elpa_load_settings - elpa_autotune_print_state Tests are done for: - elpa_autotune_print_best - elpa_autotune_print_state - elpa_print_settings There are _NO_ tests at the moment for the load/store settings C routine Also the C interfaces for load/save autotuning are still missing
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
- 13 Nov, 2018 7 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Sebastian Ohlmann authored
-
Andreas Marek authored
-
- 12 Nov, 2018 1 commit
-
-
Sebastian Ohlmann authored
Return error value of pytest and fix location of wrapper.so to make the relative imports in python work.
-
- 10 Nov, 2018 1 commit
-
-
Andreas Marek authored
-
- 09 Nov, 2018 2 commits
-
-
Sebastian Ohlmann authored
This ensures that the extension that is locally built is always found first instead of potentially loading already existing modules in the path.
-
Sebastian Ohlmann authored
cython command now works for VPATH builds, test script fixed
-
- 08 Nov, 2018 4 commits
-
-
Andreas Marek authored
Fix automake to include headers for generalized solver See merge request elpa/elpa!7
-
Sebastian Ohlmann authored
Resolve conflict in CI tests to include both the python tests and the distcheck-mpi test.
-
Sebastian Ohlmann authored
Some header files are only included when MPI is active (e.g. in the generalized solver), thus the normal distcheck does not fail if they are missing in the corresponding automake variables and are not distributed.
-
Sebastian Ohlmann authored
precision_typedefs.h is needed by the generalized methods, but only included when built with MPI. Thus the normal distcheck does not catch this.
-