I have some question on how the KSS is computed in version 6.12.
Actually the reason I am asking it is that I tried to compute the KSS on a system with fairly low parameters
npwkss = 600
nbandkss = 100
nkpt = 1156
I thought it would have been very fast, but even when running on 1184 processors,
the calculation lasted more than 20h.
Indeed after 20h, the wall clock time was over and in the log was stopped here:
Writing out eigenvalues/vectors for ikpt=505
Occupation numbers for ikpt=505
505 2.0000 2.0000 2.0000 2.0000 0.0000 0.0000 0.0000 0.0000 0.0000
0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000
0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000
0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000
0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000
0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000
0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000
0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000
0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000
0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000
0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000
0.0000
So my question is, how it is possible that it took so much time?
The writing of the file is made during the diagonalisation, or the KSS file is written only at the end of the calculation?
I hope my question is well formulated, otherwise I can add more elements to understand my point.
Thanks.