- 05 Jun, 2017 1 commit
-
-
Andreas Marek authored
-
- 04 Jun, 2017 3 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
- 03 Jun, 2017 2 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
- 01 Jun, 2017 5 commits
-
-
Lorenz Hüdepohl authored
-
Lorenz Huedepohl authored
Most of the test programs for the new interface were all essentially copy&pasted from test.F90, now all of those directly use test.F90 with appropriate preprocessor flags
-
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.
-
Lorenz Huedepohl authored
-
Lorenz Huedepohl authored
-
- 22 May, 2017 3 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.
-
Andreas Marek authored
-
- 21 May, 2017 1 commit
-
-
Andreas Marek authored
-
- 20 May, 2017 1 commit
-
-
Andreas Marek authored
-
- 19 May, 2017 3 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
Setting a bandwdith of the input matrix via elpa%set("bandwidth",bw) tells ELPA 2stage, that matrix is already a banded matrix with bandwidth bw. Then some compute steps can be skipped
-
- 18 May, 2017 1 commit
-
-
Andreas Marek authored
-man pages have been updated -man pages for legacy API are only installed if legacy API is enabled
-
- 17 May, 2017 5 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Lorenz Huedepohl authored
-
- 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
-
- 15 May, 2017 2 commits
-
-
Lorenz Huedepohl authored
-
Lorenz Huedepohl authored
This reverts commit 64ec6ec2.
-
- 27 Apr, 2017 1 commit
-
-
Andreas Marek authored
-
- 26 Apr, 2017 1 commit
-
-
Lorenz Huedepohl authored
PGI's compiler wants -module as the flag to specify the module output directory. Sadly, this is also a libtool argument, resulting in much sorrow. Thus, we have to escape -module by prefixing it with -Xcompiler. Sadly libtool is not used everywhere by automake, thus we have to remove it again in those cases were it would be passed to the compiler and cause sorrow there. Sad story. But with a happy ending?
-
- 24 Apr, 2017 1 commit
-
-
Lorenz Huedepohl authored
Sometimes the compiler is used with the manual_cpp wrapper, do not invoke this for linking
-
- 22 Apr, 2017 3 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
- 21 Apr, 2017 1 commit
-
-
Lorenz Huedepohl authored
-
- 20 Apr, 2017 1 commit
-
-
Lorenz Huedepohl authored
Supports multiple indexes now, to be used for non-tunable 'parameters'
-
- 19 Apr, 2017 2 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-