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

parsl.utils.get_all_checkpoints() doesn't find all checkpoints #15

Open
drewoldag opened this issue Jul 17, 2024 · 0 comments
Open

parsl.utils.get_all_checkpoints() doesn't find all checkpoints #15

drewoldag opened this issue Jul 17, 2024 · 0 comments

Comments

@drewoldag
Copy link
Collaborator

The implementation of get_all_checkpoints() will only look in run_logs/<today>/<run_number>/checkpoint for checkpoint files.

If we didn't define a special run_log directory structure, this would probably be fine, but we did.

Two solutions:

  • step back from the date-based directory structure for run logs
  • write our own code to ls the directories to look for checkpoint files.
@drewoldag drewoldag changed the title parsl.utils.get_all_checkpoints() doesn't find all checkpoints parsl.utils.get_all_checkpoints() doesn't find all checkpoints Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant