CSC calculation(Waiting for VASP lock to appear...) #188
Replies: 2 comments 12 replies
-
Please share more information to get an answer. Is Vasp running at all? Did you see any specific Vasp output in the std out or the folder where you run the job? Any error messages? Did you modify the Vasp source code according to the instructions listed here: https://triqs.github.io/dft_tools/unstable/guide/conv_vasp.html#remarks-on-the-vasp-version . |
Beta Was this translation helpful? Give feedback.
-
No I did not try with the latest version of Vasp. In principle it should work, but as the source code slightly changed I cannot give you exact patch files. I never tested the converter with that many electronic states in the window, and I think I am also not 100% sure why you need that. Do all of the 2000 electronic states hybridize with the target d states? If not you can start cutting them out. But again these things are physical questions, which I do not intend to help you with. If you want to fix the Vasp CSC I really need the raw stdout and stderr files, that slurm creates to analyze any further what goes wrong. We saw that Vasp is not correctly starting in that case. I suspect that this is due to the cluster mpi configuration. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I can't do the csc calculation of the tutorial. I first did the single-shot calculation which ended well when I run the CSC calculation(
vasp_dmft -n 144 -i 15 -j 1 -p ~/triqs/install/bin/vasp_std csc.py
), it stops on the following message "Waiting for VASP lock to appear..." and runs for hours without progressing and this with or withoutICHARG = 5; NELM = 1000; NELMIN = 1000 ;IMIX=0
. I have compiled vasp with MKL and with lapack in both cases I have the same result.how to calculate csc using vasp?
PS: I have compiled vasp and triqs vasp the same configurations of the gcc compiler
Beta Was this translation helpful? Give feedback.
All reactions