- 12 Jul, 2017 2 commits
-
-
Gregor Michalicek authored
This is not yet tested.
-
Uliana Alekseeva authored
-
- 11 Jul, 2017 1 commit
-
-
Uliana Alekseeva authored
-
- 10 Jul, 2017 2 commits
-
-
Gregor Michalicek authored
...we have no idea why it was in there. But tests should not ignore warnings.
-
Gregor Michalicek authored
-
- 09 Jul, 2017 1 commit
-
-
Gregor Michalicek authored
Due to the elimination of variables some statements appeared redundantly. I removed them.
-
- 06 Jul, 2017 1 commit
-
-
Uliana Alekseeva authored
-
- 05 Jul, 2017 2 commits
-
-
Gregor Michalicek authored
valgrind reports that some uninitialized bytes are in a buffer to be written out to cdn.hdf. The bytes surely are in that part of the buffer that does not contain relevant data. To me The reported line for the error source is the close operation for the file. Therefore it is not clear whether this originates from fleur or from HDF5. I can only identify that this appeared while writing out the stars. Therefore I initialized every associated array that did not seem to be initialized before setting the relevant elements to certain values. I had to start valgrind with --num-callers=25 to see at least the fleur context for the reported missing initializations.
-
Gregor Michalicek authored
...but Lord Valgrind demands that I correct them. :)
-
- 04 Jul, 2017 2 commits
-
-
Gregor Michalicek authored
It seems to work now for at least one system
-
Gregor Michalicek authored
-
- 03 Jul, 2017 12 commits
-
-
Gregor Michalicek authored
-
Gregor Michalicek authored
Esepecially jij%nmagn was already needed in rw_noco which is called in a subroutine of dimens. Therefor it has to be initialized before dimens is called. I hope there are no side effects of this relocation.
-
Daniel Wortmann authored
-
Daniel Wortmann authored
Changed cdntot to use convol to calculate interstitial charge. Should be significantly faster for large systems. Command line switch "-oldfix" can be used to switch back to old algorithm.
-
Gregor Michalicek authored
This should not really be relevant. But I do everything my master valgrind tells me.
-
Gregor Michalicek authored
These initializations are relevant for the old inp file if no enpara file is used.
-
Daniel Wortmann authored
-
Daniel Wortmann authored
-
Gregor Michalicek authored
valgrind complained.
-
Gregor Michalicek authored
The problem is that this array has size 2 and in hsmt_nonsph the maximum value of this array is used for some array allocation. If the system under investigation only has a single spin the 2nd value is undefined. (found with valgrind, only theoretical error source so far)
-
Gregor Michalicek authored
-
Daniel Wortmann authored
-
- 02 Jul, 2017 1 commit
-
-
Gregor Michalicek authored
The issue was due to the reading of a c string into a fortran character array. Up to now all 255 elements were read into the array and later the output was reduced to the part in front of the c string termination null character. Of course, this is wrong and valgrind complained. Everything after the string termination character might not belong to the program. Therefore I fixed this. But to my knowledge this issue never produced a problem.
-
- 01 Jul, 2017 4 commits
-
-
Gregor Michalicek authored
-
Gregor Michalicek authored
The cause for this error might also be in fleur. Blaming LAPACK only is unfair.
-
Gregor Michalicek authored
This commit is the first of probably several similar commits that adds missing initializations found by valgrind. Special thanks for this commit go to Aristid Breitkreuz and Christoph Dittmann who pushed me to trying out valgrind.
-
Gregor Michalicek authored
-
- 29 Jun, 2017 1 commit
-
-
Gregor Michalicek authored
-
- 27 Jun, 2017 3 commits
-
-
Uliana Alekseeva authored
-
Uliana Alekseeva authored
distinguished from the version 2016.05.004
-
Daniel Wortmann authored
-
- 26 Jun, 2017 4 commits
-
-
Gregor Michalicek authored
-
Gregor Michalicek authored
-
Gregor Michalicek authored
-
Daniel Wortmann authored
-
- 21 Jun, 2017 1 commit
-
-
Daniel Wortmann authored
- do not use qfix file anymore - do not run qfix if it is not specified in inp.xml Fixes #96
-
- 20 Jun, 2017 2 commits
-
-
Uliana Alekseeva authored
-
Uliana Alekseeva authored
-
- 19 Jun, 2017 1 commit
-
-
Daniel Wortmann authored
-