- 27 Jun, 2014 1 commit
-
-
Lorenz Huedepohl authored
-
- 25 Jun, 2014 6 commits
-
-
Lorenz Huedepohl authored
-
Lorenz Huedepohl authored
These are saved in the .log files by the test-driver anyway and do not clutter the screen output for the user. But having them can be useful to find out how some test failed.
-
Andreas Marek authored
- the ascii files "INSTALL", "README", and "RELEASE_NOTES" are updated - the Makefile.example in the test directory is updated
-
Lorenz Huedepohl authored
-
Lorenz Huedepohl authored
The fdep magic only works within a single Automake target, add the remaining dependencies by hand. Parallel compilation should now work also for "make all" again.
-
Lorenz Huedepohl authored
-
- 23 Jun, 2014 1 commit
-
-
Andreas Marek authored
Since the tar-balls are availabel on the ELPA website , http://elpa.rzg.mpg.de/ , this directory is not useful anymore and just wastes disk space
-
- 18 Jun, 2014 1 commit
-
-
Andreas Marek authored
-
- 16 Jun, 2014 1 commit
-
-
Lorenz Huedepohl authored
libtool was too smart and mixed Intel and GNU OpenMP libraries
-
- 13 Jun, 2014 2 commits
-
-
Andreas Marek authored
-
Lorenz Huedepohl authored
The Intel MPI g++ compiler wrapper otherwise links with the non-threadsafe mpi libary instead of mpi_mt, leading to link errors.
-
- 12 Jun, 2014 4 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
Lorenz Huedepohl authored
config-f90.h should not be delete by make clean, as it is created by configure, not by the build processes. Also, better keep the directories modules/ and .fortran_dependencies/ and only delete their contents.
-
Lorenz Huedepohl authored
-
- 11 Jun, 2014 3 commits
-
-
Lorenz Huedepohl authored
A special marker in the assembler file for the SSE kernel is needed to allow to declare the stack non-executable, which was criticized by the packaging tools of the openSUSE build service.
-
Lorenz Huedepohl authored
The library will thus be called libelpa-2014.06.so
-
Lorenz Huedepohl authored
Rename all binaries to have an elpa1_, or elpa2_ prefix. Additionally, also ship a README and license file.
-
- 10 Jun, 2014 7 commits
-
-
Lorenz Huedepohl authored
-
Lorenz Huedepohl authored
-
Lorenz Huedepohl authored
-
Lorenz Huedepohl authored
With this, the pkg-config installation can be verified
-
Lorenz Huedepohl authored
-
Lorenz Huedepohl authored
This includes a number of changes: - ScaLAPACK2 on from the openSUSE:science repository is now correctly auto-detected. As ScaLAPACK2 already includes BLACS, an additional BLACS library must not be linked! - The resulting library is now called elpa-2014.06.000.so, as was probably originally intended anyway - The pkg-config file was renamed to elpa-2014.06.000.pc and filled with correct values. With this, a package using ELPA can easily get the necessary compilation and library flags. In this commit, only the "precious" files (Makefile.am, configure.ac, etc.) are included, to make clear what has been changed by hand. In the subsequent commit also all autoconf generated files will follow.
-
Lorenz Huedepohl authored
-
- 08 Jun, 2014 3 commits
-
-
Lorenz Huedepohl authored
-
Lorenz Huedepohl authored
-
Lorenz Huedepohl authored
Without this, automake tries to be smart and rebuilt the autoconf generated files such as configure, aclocal.m4, etc., in case the timestamps of files such as configure.ac are newer. This only makes trouble for end users with out-of-date autoconf versions that cannot produce these files.
-
- 06 Jun, 2014 2 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
- 05 Jun, 2014 5 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
- 28 May, 2014 3 commits
-
-
Andreas Marek authored
If one species a kernel with the "--with-kernel-name" option, this means that only this (real/complex) is configured and installed. All other available real/complex kernels are not considered. Thus the help messages (see ./configure --help) is changed such that the option is called "--with-only-kernel-name"
-
Andreas Marek authored
-
Andreas Marek authored
- the library version number is changed due to change in ABI - the INSTALL ascii file is updated - a RELEASE_NOTES file is introduced
-
- 27 May, 2014 1 commit
-
-
Lorenz Huedepohl authored
-