- 11 Jun, 2016 1 commit
-
-
Andreas Marek authored
-
- 31 May, 2016 1 commit
-
-
Andreas Marek authored
This closes issue #23
-
- 25 May, 2016 7 commits
-
-
Andreas Marek authored
-
Lorenz Huedepohl authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Lorenz Huedepohl authored
For programs with lots of files with very long names it could happend that the shell commands assembled by make failed with E2BIG. By inserting some newlines into the commands we can mitigate this for now. A general solution would probably only be to save the argument one at a time into a file and read this file from fortran_dependencies.pl
-
Lorenz Huedepohl authored
For programs with lots of files with very long names it could happend that the shell commands assembled by make failed with E2BIG. By inserting some newlines into the commands we can mitigate this for now. A general solution would probably only be to save the argument one at a time into a file and read this file from fortran_dependencies.pl
-
Andreas Marek authored
-
- 24 May, 2016 10 commits
-
-
Lorenz Huedepohl authored
-
Lorenz Huedepohl authored
-
Lorenz Huedepohl authored
Now they just cluttered the main build directory, put them also in private_modules/. This of course assumes that no two test programs define modules with the same name. Also, this necessitates that the shared sources are also only compiled once, thus I put them into an internal libtool convenience library and link all test programs with it.
-
Andreas Marek authored
-
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
-
Lorenz Huedepohl authored
-
Andreas Marek authored
-
Andreas Marek authored
The example program in ./test_project contained an error, which lead to a crash.
-
- 23 May, 2016 9 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
Newer versions of Intel compiler want "-qopenmp" NOT "-openmp"
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
Emulating an AVX2 enabled CPU is that slow, that we have to test it on a smaller matrix
-
Andreas Marek authored
-
- 20 May, 2016 6 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
With this commit ELPA is released in version 2016.05.001. The branch "bugfixes_current_relaease" will be update to this ref. A branch ELPA_2016.05 will be created.
-
Andreas Marek authored
With this commit ELPA is released in version 2016.05.001. The branch "bugfixes_current_relaease" will be update to this ref. A branch ELPA_2016.05 will be created.
-
Andreas Marek authored
-
- 19 May, 2016 6 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Lorenz Huedepohl authored
-