- 29 Nov, 2017 1 commit
-
-
Gregor Michalicek authored
...still buggy and very incomplete. The new test does not pass yet but it might already work.
-
- 24 Nov, 2017 1 commit
-
-
Gregor Michalicek authored
...as suggested by Bernd + Stefan ...also in this commit: Some minor cleanup
-
- 22 Sep, 2017 2 commits
-
-
Gregor Michalicek authored
-
Daniel Wortmann authored
-
- 21 Sep, 2017 1 commit
-
-
Gregor Michalicek authored
-
- 20 Sep, 2017 1 commit
-
-
Gregor Michalicek authored
-
- 18 Sep, 2017 1 commit
-
-
Daniel Wortmann authored
-removing of variable icorr, use of member-functions instead -removal of icorrkeys module -removal of hybridmix module -cleanup at several places
-
- 14 Sep, 2017 1 commit
-
-
Daniel Wortmann authored
-
- 11 Sep, 2017 1 commit
-
-
Gregor Michalicek authored
This is done mainly by adding CPP_NEVER ifdefs to the MPI branches in the hybrid code path.
-
- 08 Sep, 2017 1 commit
-
-
Daniel Wortmann authored
-
- 06 Sep, 2017 1 commit
-
-
Daniel Wortmann authored
-
- 01 Sep, 2017 1 commit
-
-
Gregor Michalicek authored
-
- 31 Aug, 2017 2 commits
-
-
Daniel Wortmann authored
-
Daniel Wortmann authored
-
- 22 Aug, 2017 1 commit
-
-
Gregor Michalicek authored
-
- 14 Aug, 2017 1 commit
-
-
Gregor Michalicek authored
-
- 04 Aug, 2017 2 commits
-
-
Daniel Wortmann authored
-
Daniel Wortmann authored
Changes to mapping of k-points for transformation. Still not running as mapatom is not called before gen_bz.
-
- 03 Aug, 2017 1 commit
-
-
Gregor Michalicek authored
-
- 02 Aug, 2017 1 commit
-
-
Gregor Michalicek authored
The problem was that some arrays had predefined sizes that were not adapted to the actual problem. I changed this for some arrays now but there are still some other arrays that may become a problem at some point, too.
-
- 28 Jul, 2017 1 commit
-
-
Gregor Michalicek authored
-
- 26 Jul, 2017 1 commit
-
-
Uliana Alekseeva authored
-
- 25 Jul, 2017 3 commits
-
-
Gregor Michalicek authored
Note: The temporary usage of the optional mpi argument in stepf still has to be removed.
-
Gregor Michalicek authored
This is one more step towards using the parallelized calculation of the stepfunction in the inp.xml code path.
-
Uliana Alekseeva authored
-
- 24 Jul, 2017 1 commit
-
-
Gregor Michalicek authored
This is the first step to enable the parallelization for parts of this code as it is provided by Uliana.
-
- 19 Jul, 2017 1 commit
-
-
Uliana Alekseeva authored
-
- 18 Jul, 2017 2 commits
-
-
Daniel Wortmann authored
Now fleur.F90 calls a subroutine that does most of the hybrid stuff. In eigen.F90 only the non-local potential is added to the Hamiltonian
-
Gregor Michalicek authored
-
- 13 Jul, 2017 1 commit
-
-
Gregor Michalicek authored
-
- 12 Jul, 2017 1 commit
-
-
Gregor Michalicek authored
This is not yet tested.
-
- 11 Jul, 2017 3 commits
-
-
Uliana Alekseeva authored
-
Daniel Wortmann authored
-
Daniel Wortmann authored
Introduced module types_rcmat with a general type for real/complex matrices Introduced general IO for these matrices
-
- 10 Jul, 2017 1 commit
-
-
Gregor Michalicek authored
-
- 05 Jul, 2017 1 commit
-
-
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.
-
- 04 Jul, 2017 1 commit
-
-
Gregor Michalicek authored
-
- 03 Jul, 2017 2 commits
-
-
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.
-
- 01 Jul, 2017 1 commit
-
-
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.
-