-
Notifications
You must be signed in to change notification settings - Fork 12
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
Delete VASP files when rerunnning jobs? #197
Comments
One option would be to set |
Hi @QuantumChemist, indeed this is a point that we have been discussing internally as well. As we have already added the option to delete the files when deleting the job or a flow, it would make sense to have this option when rerunning.
What do you think? |
Thank you @utf ! I wasn't aware that this option exists. @JaGeo , what do you say? Should I hardcode the VASP makers in the workflow to always use force_overwrite when the jobs are submitted? 👀 |
@gpetretto These are my personal preferences but I'm very open to other thoughts:
|
Hi @gpetretto :) I would say the best option would be to make the deletion optional and if the deletion fails that rerunning will stop with an error. To 4: I would say that in general it might be a really good idea to mark the jobs as "RERUNNING" or similar |
I personally think deletion should be the default to make it deterministic, as @utf says, but maybe users should be warned that files will be deleted during a standard rerun. |
Thank you! :) |
Hello everyone 😃 ,
I wanted to know if there is a possibility to delete all (VASP) files automatically when rerunning a job?
For now, when I want to rerun a VASP job, I have to manually delete the old VASP output files or the job will fail because there is a problem with overwriting the old files. With other job types, there is no such problem.
Thank you for your help in advance!
The text was updated successfully, but these errors were encountered: