Fix current XML element determination in main/Fleur.F90
The problem was that the respective procedure call was in a single if statement and-connected to an irank.EQ.0 test. The procedure call was only supposed to be performed on irank 0. ...but this filter is not yet active in the if clause but only in the enclosed block.
Showing
Please register or sign in to comment