- 07 Jul, 2017 4 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
Lorenz Huedepohl authored
-
Lorenz Huedepohl authored
-
- 04 Jul, 2017 1 commit
-
-
Andreas Marek authored
In case of GPU build it is NOT sufficient to loop over all kernels: For the GPU kernels one must ALSO set that GPUs should be used
-
- 03 Jul, 2017 1 commit
-
-
Lorenz Huedepohl authored
-
- 26 Jun, 2017 1 commit
-
-
Andreas Marek authored
-
- 02 Jun, 2017 1 commit
-
-
Lorenz Huedepohl authored
-
- 01 Jun, 2017 1 commit
-
-
Lorenz Huedepohl authored
- Remove all use of ELPA internal modules, the test programs now only use the public ELPA API. This is now enforced, by hiding the private modules - Prefix all test internal modules with "test_" to make it really clear that these modules are not to be used by users.
-
- 30 May, 2017 1 commit
-
-
Andreas Marek authored
The public "solve" method has been renamed "eigenvectors" since it computes the eigenvalues and (at least parts of) the eigenvectors Another routine "eigenvalues" will just compute the eigenvalues
-
- 22 May, 2017 2 commits
-
-
Lorenz Huedepohl authored
-
Lorenz Huedepohl authored
This is a bit cumbersome, as it involves yet another abstract intermediate type, but necessary due to language limitations.
-
- 16 May, 2017 3 commits
-
-
Lorenz Huedepohl authored
The legacy API is has been (internally) ported to use the new interface. The intent is that users of the legacy API do not have to change their codes. Next step is to completely adapt the .gitlab-ci.yml file
-
Lorenz Huedepohl authored
Still missing is the compatibility layer, currently it only compiles when configure is called with --disable-legacy Also, a more general solution to parameter passing via environment variables would be nice.
-
Lorenz Huedepohl authored
-
- 28 Apr, 2017 1 commit
-
-
Pavel Kus authored
-
- 20 Apr, 2017 1 commit
-
-
Andreas Marek authored
-
- 19 Apr, 2017 1 commit
-
-
Andreas Marek authored
Actually, the complex cases have not been checked so far. Furthermore, there has been an inconsistency between setting set("gpu",1) and *NOT* setting a GPU kernel via the set mechanism. Then, the default kernel (which is *NOT* GPU) has been used
-
- 10 Apr, 2017 1 commit
-
-
Pavel Kus authored
Unfortunately C macros can have only 1 line and length of line is limited ---> workaround to be able to compile
-
- 08 Apr, 2017 1 commit
-
-
Andreas Marek authored
-
- 07 Apr, 2017 2 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
- 04 Apr, 2017 1 commit
-
-
Lorenz Huedepohl authored
They are in a sad state, it's all copy&paste and chaos. This commit only touches the surface so far.
-
- 03 Apr, 2017 2 commits
-
-
Lorenz Huedepohl authored
This attempt at a new, more flexible API for ELPA should hopefully result in less ABI/API breaking changes in the future. The new API features a generic key/value system for options that can be extended without changing any exported symbols or function signatures, so that new, optional features do not influence existing usage of ELPA. We hope this makes life easier for users of ELPA - at least in the long run when they migrated to this newest of ABI changes :) Example usage (explicit documentation to be done in a future commit): if (elpa_init(20170403) /= ELPA_OK) then error stop "ELPA API version not supported" endif e = elpa_create(na, nev, na_rows, na_cols, nblk, mpi_comm_world, my_prow, my_pcol, success) call e%set("solver", ELPA_SOLVER_2STAGE) call e%set("real_kernel", ELPA_2STAGE_REAL_GENERIC) call e%solve(a, ev, z, success) call e%destroy() call elpa_uninit()
-
Lorenz Huedepohl authored
-
- 16 Feb, 2017 1 commit
-
-
Andreas Marek authored
-
- 31 Jan, 2017 1 commit
-
-
Andreas Marek authored
-
- 16 Jan, 2017 1 commit
-
-
Pavel Kus authored
-
- 11 Nov, 2016 1 commit
-
-
Andreas Marek authored
-
- 01 Nov, 2016 1 commit
-
-
Andreas Marek authored
-
- 18 Oct, 2016 1 commit
-
-
Andreas Marek authored
-
- 11 Oct, 2016 1 commit
-
-
Andreas Marek authored
-
- 09 Aug, 2016 1 commit
-
-
Andreas Marek authored
-
- 02 Jul, 2016 3 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
- 13 May, 2016 1 commit
-
-
Andreas Marek authored
Some of the file names were too long, automake then dropped these files when doing "make distcheck"
-
- 25 Apr, 2016 1 commit
-
-
Andreas Marek authored
This solves issue #14
-
- 18 Mar, 2016 1 commit
-
-
Andreas Marek authored
library It the configure option "--enable-single-precision" is specified, ELPA will also be build for single precision usage. The double precision and single precision will be available at the same time with names "solve_evp_real_1stage_double" or "solve_evp_real_1stage_single" and so on... This change immplied some major refactoring of the ELPA code: 1.) functions/procedures had to be renamed with suffix "_double" 2.) If necessary the same functions have to be available with suffix "_single" 3.) Variable kind definitions have to be consistent with the intented use To avoid uneccessary code duplication this is done (most of the time) with preprocessor string substitution. The documentation has been updated. NOT SUPPORTED are at the moment: - single precision usage of ELPA2 with kernels, others than "generic" and "generic_simple" - single precision usage of GPU
-
- 04 Mar, 2016 1 commit
-
-
Andreas Marek authored
files
-