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

Reduce number of files generated from optimization workflow #51

Open
rcarson3 opened this issue Sep 14, 2022 · 0 comments
Open

Reduce number of files generated from optimization workflow #51

rcarson3 opened this issue Sep 14, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@rcarson3
Copy link
Member

The new optimization framework can potentially generate a ton of files due to all the symbolic links to common files for each run conducted.

As part of the post-processing step on a successful run, we should delete all of the symbolic link files and leave only the bare minimum files such as the as the toml file, properties file, and simulation log and error fileS. The average stress and auto dt file are saved off in the checkpoint files. The optimized parameter sets are also saved in the checkpoint file, so if we really need to we could eliminate the property file as well. So, we can recover that data later on if need be. Overall, this would bring us down from something like 10-20 files to only needing 4 files. A drastic reduction in file count if you have a ton of genes being used in the optimization routine.

@rcarson3 rcarson3 self-assigned this Sep 14, 2022
@rcarson3 rcarson3 added the enhancement New feature or request label Sep 14, 2022
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