- 13 Jun, 2016 5 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
The thread_width was not set correctly
-
Andreas Marek authored
-
Andreas Marek authored
a preprocessor flag was missing
-
Andreas Marek authored
-
- 12 Jun, 2016 9 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
- 11 Jun, 2016 3 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
- 31 May, 2016 7 commits
-
-
Andreas Marek authored
-
Lorenz Huedepohl authored
-
Lorenz Huedepohl authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
This closes issue #23
-
Andreas Marek authored
-
- 30 May, 2016 15 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
Lorenz Huedepohl 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
-
Andreas Marek authored
-
Lorenz Huedepohl authored
-
Andreas Marek authored
-
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.
-
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 1 commit
-
-
Lorenz Huedepohl authored
In principle we don't want any stop statements in the library, but for now its better to abort with an error than to abort successfully
-