- 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 2 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
- 22 Aug, 2016 1 commit
-
-
Andreas Marek authored
Sometimes it might be desirable that only one of the specifc AVX kernels (AVX, AVX2, and in the future AVX512) are build, even though the processor supports all (or several) of these instructions. The flag --disable-[avx | avx2 | avx512] allows to define which kernels should NOT be build. The default is: what can be build will be build
-
- 17 Aug, 2016 1 commit
-
-
Andreas Marek authored
-
- 16 Aug, 2016 1 commit
-
-
Andreas Marek authored
-
- 08 Jul, 2016 2 commits
-
-
Lorenz Huedepohl authored
The actual reason for the linker problems was that the Fortran libraries where listed before the object files, by modifying the _LINK automake variables. The proper way to do is of course to add the necessary libraries after the object files by appending them to the _LDADD variables. As the MPI module was not responsible for the linker problems it is now used by default, unless explicitly switched off with --disable-mpi-module Also, the C test programs that had these linker errors where previously not compiled in the OpenMP case, for no obvious reason. Now they are also included there.
-
Lorenz Huedepohl authored
For some strange reason this causes linker errors on _some_ openSUSE_Tumbleweed installations..
-
- 07 Jul, 2016 1 commit
-
-
Lorenz Huedepohl authored
-
- 04 Jul, 2016 2 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
- 22 Jun, 2016 1 commit
-
-
Andreas Marek authored
-
- 15 Jun, 2016 2 commits
-
-
Lorenz Huedepohl authored
It is now --enable-timing --enable-redirect --with-papi instead of the more confusing --with-ftimings --with-redirect --disable-papi For once, the --with versions of timing and redirect could not cope with --with-timing=no, --with-redirect=no (this was interpreted like =yes). Also, --with switches are supposed to be for optional dependencies on other software, not for configuring optional parts of the software itself.
-
Andreas Marek authored
-
- 14 Jun, 2016 2 commits
-
-
Lorenz Huedepohl authored
This makes elpa.spec the single point of reference for the version number, otherwise care would have to been taken to set it in both places
-
Lorenz Huedepohl authored
Recent autoconf has complained about the lack of this
-
- 30 May, 2016 7 commits
-
-
Andreas Marek authored
-
Lorenz Huedepohl authored
-
Lorenz Huedepohl authored
A small missing '$' caused a lot of mischief. Augmented also the tests to detect something like this in the future
-
Lorenz Huedepohl authored
Remove all references to private functions and symbols from the public Fortran modules. Install also only the public modules
-
Andreas Marek authored
-
Andreas Marek authored
This allows to install several versions of the library in the same directory
-
Andreas Marek authored
If compiled with MPI, the necessary "mpiexec -n 2" was not written in the check scripts. This commit is based on a patch provided by Michael Banck from debian.org
-
- 25 May, 2016 2 commits
-
-
Andreas Marek authored
The optional build via "--enable-assumed-size-arrays" is also tested in the CI
-
Andreas Marek authored
Using Fortran assumed size arrays makes debugging a lot harder, thus as default these are not used in ELPA. However, it might be, that some compilers make unwanted copies if calling subroutines with array slices. Then switching back to assumed size arrays might create a performance gain
-
- 24 May, 2016 1 commit
-
-
Lorenz Huedepohl authored
Remove all references to private functions and symbols from the public Fortran modules. Install also only the public modules
-
- 23 May, 2016 1 commit
-
-
Andreas Marek authored
-
- 10 May, 2016 1 commit
-
-
Lorenz Huedepohl authored
-