-
Notifications
You must be signed in to change notification settings - Fork 94
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
About zipping files at the end of a Job #361
Comments
@gpetretto I would be certainly interested to have this option for VASP as well. It makes debugging especially hard if all files are zipped (including error files). Within the Lobster workflow, I think we also zip everything at the moment: atomate2/src/atomate2/lobster/jobs.py Line 90 in c2d098a
Within atomate, we actually did it differently and only zipped all files related to Lobster. |
@gpetretto The typical output files for Lobster are available here: atomate2/src/atomate2/lobster/files.py Line 15 in c2d098a
Input file is only |
This was fixed in #414 |
I have always had troubles with the fact that atomate (even v1) zips all the files in a folder. This typically ends up zipping the cluster queue files, preventing the writing from queue manager of additional informations (at least this is what happens in the clusters I have used). Other files can also end up zipped even if they are not supposed to.
I propose that
Atomate2Settings
For VASP these lists can be used: https://www.vasp.at/wiki/index.php/Category:Output_files https://www.vasp.at/wiki/index.php/Category:Input_files. For Abinit I am still not sure if the zipping is easily manageable and we will need to see in future PR. I don't know if list of files are available for CP2K and Lobster.
If there is an interest in this I can open a PR.
The text was updated successfully, but these errors were encountered: