- 01 Jun, 2015 1 commit
-
-
Andreas Marek authored
-
- 21 May, 2015 1 commit
-
-
Andreas Marek authored
- The compiler options for nvcc are changed - The include paths are updated
-
- 24 Mar, 2015 1 commit
-
-
Andreas Marek authored
-
- 23 Mar, 2015 1 commit
-
-
Lorenz Huedepohl authored
-
- 16 Mar, 2015 3 commits
-
-
Lorenz Huedepohl authored
-
Lorenz Huedepohl authored
-
Lorenz Huedepohl authored
-
- 11 Mar, 2015 1 commit
-
-
Andreas Marek authored
C interfaces are now available and definied in the header elpa.h
-
- 11 Feb, 2015 1 commit
-
-
Andreas Marek authored
If the QR-decomposition is used wrongly (matrix size is not a multiple of block size) the the execution will abort, in order to prevent the wrong results, discussed in a previous commit Debug messages are now available by setting the environment variable "ELPA_DEBUG_MESSAGES" to "yes".
-
- 03 Feb, 2015 3 commits
-
-
Lorenz Huedepohl authored
It contains preprocessor directives which produce warnings or errors otherwise.
-
Lorenz Huedepohl authored
-
Andreas Marek authored
-
- 29 Jan, 2015 1 commit
-
-
Andreas Marek authored
The qr decomposition is now available as a runtime choice. Some testing has still to be done
-
- 28 Jan, 2015 1 commit
-
-
Andreas Marek authored
-
- 27 Jan, 2015 1 commit
-
-
Lorenz Huedepohl authored
-
- 25 Aug, 2014 2 commits
-
-
Andreas Marek authored
At build time it can be specified that the ELPA test programs give more detailed timing information, which is usefull for performace measurements
-
Andreas Marek authored
If specified in the configure step, the test programs redirect their stdout and stderr output of each MPI task in a seperate file, which will be stored in a subdirectory "mpi_stdout". This will only be done if the environment variable "REDIRECT_ELPA_TEST_OUTPUT" is set to "true"
-
- 02 Jul, 2014 1 commit
-
-
Lorenz Huedepohl authored
It was decided that the library file shall be called libelpa.so.* without an explicit version string. Version information will be encoded by using the -version-info parameter of libtool, resulting in an actual filename as defined by your flavor of Unix. The file LIBRARY_INTERFACE documents the changes, the current interface has number 1 and is binary incompatible with the previous version 0.
-
- 01 Jul, 2014 4 commits
-
-
Lorenz Huedepohl authored
-
Lorenz Huedepohl authored
Small helper module for better error diagnostics
-
Lorenz Huedepohl authored
-
Lorenz Huedepohl authored
_mt implies thread-safety, which is not what the OpenMP version does. Additionally, only install a subset of the test-programs
-
- 27 Jun, 2014 3 commits
-
-
Lorenz Huedepohl authored
The value of $TEST_FLAGS at the time make check was called was hard-coded in test*.sh files due to wrong quoting.
-
Lorenz Huedepohl authored
By passing the makefile variable TEST_FLAGS, one can adjust the computional cost of the test, e.g. reduce it considerably via make check TEST_FLAGS="1500 50 16"
-
Lorenz Huedepohl authored
-
- 25 Jun, 2014 4 commits
-
-
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.
-
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
-
- 16 Jun, 2014 1 commit
-
-
Lorenz Huedepohl authored
libtool was too smart and mixed Intel and GNU OpenMP libraries
-
- 12 Jun, 2014 2 commits
-
-
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 1 commit
-
-
Lorenz Huedepohl authored
Rename all binaries to have an elpa1_, or elpa2_ prefix. Additionally, also ship a README and license file.
-
- 10 Jun, 2014 3 commits
-
-
Lorenz Huedepohl authored
-
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.
-
- 08 Jun, 2014 1 commit
-
-
Lorenz Huedepohl authored
-
- 05 Jun, 2014 1 commit
-
-
Andreas Marek authored
-
- 28 May, 2014 1 commit
-
-
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
-
-
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
-