- 24 May, 2017 1 commit
-
-
Andreas Marek authored
-
- 18 May, 2017 1 commit
-
-
Andreas Marek authored
-
- 17 May, 2017 1 commit
-
-
Lorenz Huedepohl authored
-
- 16 May, 2017 4 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
It was previously not possible to disable this flag
-
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 1 commit
-
-
Lorenz Huedepohl authored
This reverts commit 64ec6ec2.
-
- 27 Apr, 2017 2 commits
-
-
Andreas Marek authored
-
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
-
- 21 Apr, 2017 2 commits
-
-
Lorenz Huedepohl authored
This is used to check if we compile Fortran with PGI or Intel and to then use the CPP wrapper script. It would be nice to change this check to test for actual misbehaviour of the preprocessor. TBD
-
Lorenz Huedepohl authored
Enough is enough, C99 is not too much to ask in 2017
-
- 18 Apr, 2017 1 commit
-
-
Andreas Marek authored
-
- 06 Apr, 2017 1 commit
-
-
Andreas Marek authored
-
- 16 Mar, 2017 1 commit
-
-
Andreas Marek authored
-
- 10 Mar, 2017 1 commit
-
-
Andreas Marek authored
-
- 13 Feb, 2017 2 commits
-
-
Lorenz Huedepohl authored
For some reason, and only in certain cases, the built-in preprocessor of ifort cannot handle constructs such as #define FOO bar print *, "foo& &FOO& &baz" or more specifically #define DATATYPE double print *, some_& &DATATYPE& &_routine which, however, are quite handy. GCC seems to handle those as expected.
-
Andreas Marek authored
This gives a speed-up of up to a factor 2 in the complex version
-
- 12 Feb, 2017 3 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
- 08 Feb, 2017 1 commit
-
-
Andreas Marek authored
Now the CUDA compute capability is not hard-coded anymore. Setting --with-gpu-compute-capability=value set the nvcc compiler option "-arch value". A simple sanity checking is done to ensure that "value" is not completely unreasonable
-
- 25 Nov, 2016 1 commit
-
-
Andreas Marek authored
- the version number has been updated - a warning that this is a pre-release has been added to the configure script - the changelog has been updated - the test_project versioning is consistent with the ELPA versioning
-
- 23 Nov, 2016 1 commit
-
-
Pavel Kus authored
Conflicts: src/elpa1_solve_tridi_real_template.X90
-
- 11 Nov, 2016 1 commit
-
-
Andreas Marek authored
-
- 09 Nov, 2016 1 commit
-
-
Andreas Marek authored
-
- 27 Oct, 2016 1 commit
-
-
Andreas Marek authored
configure can now distinguish the options --enable-assumed-size and --disable-assumed-size
-
- 26 Oct, 2016 1 commit
-
-
Andreas Marek authored
This can be switched off via --disable-assumed-size
-
- 25 Oct, 2016 1 commit
-
-
Andreas Marek authored
-
- 18 Oct, 2016 1 commit
-
-
Andreas Marek authored
-
- 12 Oct, 2016 1 commit
-
-
Andreas Marek authored
-
- 29 Sep, 2016 1 commit
-
-
Andreas Marek authored
configure can now distinguish the options --enable-assumed-size and --disable-assumed-size
-
- 28 Sep, 2016 2 commits
-
-
Andreas Marek authored
This can be switched off via --disable-assumed-size
-
Andreas Marek authored
-
- 23 Sep, 2016 1 commit
-
-
Andreas Marek authored
-
- 02 Sep, 2016 3 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-