- 20 Nov, 2018 3 commits
-
-
-
-
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 !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 6 commits
-
-
Andreas Marek authored
Fix automake to include headers for generalized solver See merge request !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.
-
Sebastian Ohlmann authored
-
Sebastian Ohlmann authored
-
- 07 Nov, 2018 4 commits
-
-
Sebastian Ohlmann authored
Also adapt Ci env vars to run the CI tests on freya.
-
Pavel Kus authored
-
Sebastian Ohlmann authored
-
Sebastian Ohlmann authored
For this, dlopen needs to share symbols globally because MKL internally uses dynamic loading that doesn't work otherwise.
-
- 06 Nov, 2018 1 commit
-
-
Andreas Marek authored
-
- 30 Oct, 2018 4 commits
-
-
Sebastian Ohlmann authored
-
Sebastian Ohlmann authored
Add parts to configure.ac and Makefile.am. There is now an additional flag --enable-python-tests. The tests require the pytest package. The implementation of the test is a bit hacky because it takes wrapper.so from .libs. This should probably improbed for better portability.
-
Sebastian Ohlmann authored
This is more efficient because the python loop processes only (number of blocks)^2 elements.
-
Sebastian Ohlmann authored
-