-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Problem in restart after merging the parallel code #133
Comments
I think this is one problematic part of the code. In the comms_gatherv there is a reference to m_matrix which should be m_matrix_1b. This fixes the lead restart on my machine. do nn = 1, nntot |
Not fixed yet... (see https://travis-ci.org/wannier-developers/wannier90/jobs/311536683) |
I think the test is wrong. The problem was not with reading the chk file, it was with writing it. So the test has a wrong chk file. |
Interesting, thanks! I'll see if I can fix this with a new chk file. |
It was even more simple than that... there was no reference file! I committed and created a PR so we have also this test case in, feel free to merge if it's OK. Thanks! |
From Arash:
With the benzene example, if I run a wannierisation, and then do a second run setting "restart = wannierise” (or indeed plot) I get an error
Or:
example01, example02 etc: instead of the end-of-file error on reading .chk files, I sometimes get the following error on the first cycle of the restart:
The text was updated successfully, but these errors were encountered: