You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
drewoldag
changed the title
parsl.utils.get_all_checkpoints() doesn't find all checkpointsparsl.utils.get_all_checkpoints() doesn't find all checkpoints
Jul 17, 2024
The implementation of
get_all_checkpoints()
will only look inrun_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:
ls
the directories to look for checkpoint files.The text was updated successfully, but these errors were encountered: