Skip to content
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

Handle single MD trajectory from multiple job submission #75

Open
2 tasks
robinzyb opened this issue Sep 14, 2024 · 0 comments
Open
2 tasks

Handle single MD trajectory from multiple job submission #75

robinzyb opened this issue Sep 14, 2024 · 0 comments
Assignees
Labels
Enhancement New feature or request

Comments

@robinzyb
Copy link
Owner

Description

Submit MD simulation with cp2k will write -pos-, -frc-, -1.cell, and output files for storing the positions, forces, cells and output(stresses) information. but Most HPCs have time limits for single submission. This causes the MD run cannot be finished in one submission and restart will be required. When restarted or submited again, the MD run will append positions, forces, and cell information to corresponding files. However, this is not the case for the output file.

In general, there are two ways to handle the output. The first one is appending new output to old one. The second one is write into new output file. Usually, I will take the second method with job ID as file suffix, such as output_1, output_2.

For the time beining, cp2kdata cannot handle both cases.

TODO

  • prepare one test case
  • fix this problem in cp2kdata code.
@robinzyb robinzyb added the Enhancement New feature or request label Sep 14, 2024
@robinzyb robinzyb self-assigned this Sep 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant