-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Errors during running aiida workflows #61
Comments
It seems that the KeyError: '_default_stringency' while appling entities.py file is the main problem, but what is that? |
@sphuber , I really need your help! |
The problem is that you probably installed the pseudo family with the I already foresaw this problem and have added a feature that allows defining the cutoffs manually as well. There is an open PR for this: #55 |
Thanks very much, I'll try it right away. |
I read the #55 as well as #52 and still have no idea how to add a json file to make this work, should this added cutoff family have a suggested label as the sssp family did? And how the codes published in this website be used after downloaded? Which folder should I place them? Ah, so many questions. Maybe I should try to auto install sssp pseudo library again. |
And I already installed sssp, so how to uninstall it? |
You can simply delete the corresponding group, so for example
|
(aiida) max@qmobile:~$ aiida-pseudo install sssp -t Strange, auto install still falures, but this time, error report is much longer than before. |
do you have enough empty space on your filesystem? The command fails while it is unpacking the downloaded archive, so the download was fine. I am not sure why the unpacking is failing but it might be you just don't have enough space on your disk |
Empty space is sufficient for extraction, 64 G was assigned to the system. |
Since I could install the downloaded compressed Pseudo library file, the empty space is not a problem. |
I still prefer to install pseudo library offline, choose my own pseudo library freely. |
That is not necessarily true. Let' say the archive is 1 GB and you have 1.5 GB available. After download you only have 0.5 GB remaining and so there is not enough space to extract. What does |
|
Ok, it seems there is indeed enough space. Then maybe the downloaded archive is corrupted and that is why unzipping fails. I should maybe add a check to the download that verifies the md5 checksum of the archive to make sure it downloaded correctly. I have no idea why the download step would be successful for a corrupted file though. |
It seems that unpacking starts before file is fully downloaded, because the pseudo library pack is about 38 Mb, but unpack start at 34 or 36 Mb downloaded, strange phenomenon. |
I wonder how could I add the changes you presented in this website to my quantum mobile? Just download these codes, and place them in the HOME folder? |
You just clone this repo, checkout whatever branch you need and install it, e.g.:
Note that the PR might not necessarily provide all the functionality you need as there are multiple interdependent open PRs. |
Thanks for your patient explanation, but is there any way that I could introduce my downloaded cutoff json file to the aiida workflow to solve the problem I mentioned in this issue? On the basis of the aiida I have now, with sssp installed offline. |
with the
|
Use |
You need to transform it into the format:
i.e. turn |
I have added additional information to the README in this PR #60 so with that I will close this issue |
It may not have something to do with the pseudo potential and cutoff table we install in this unusual way I hope...... |
This should have nothing to do with the pseudopotentials. This should be specific to the
That should tell you why the calculation failed. If you expect this is due to a problem with the plugin, please open an issue on that repository: https://github.com/aiidateam/aiida-quantumespresso/issues/new |
|
2 porcessors means 2 cpu or 2 core? |
I think I should reset the ibrav value |
|
As I said, this is a problem with QE and so please open an issue on |
OK, I'll open an issue there, thanks. |
I still have one more question, all codes are set to default to use 2 CPUs, how to reset the CPU number? |
I mean reset the CPU number in the code(for example pw code) |
Still learning aiida, and follow the instructions in the aiida tutorials and try to run a workflow to calculate the Si structure step by step, then the codes and errors are as follows:
I didn't see the stringency define or stringency setting command line in the tutorial, the error description said it has something to do with the cutoff.py? I remember when I download the pseudo library, I also download a cutoffs table file with an extra json (however, I don't know how to use it at the moment), did they have some connection? My learning stuck again, and totally at a loss right now.
The text was updated successfully, but these errors were encountered: