Skip to content

Reduce number of files generated from optimization workflow #51

@rcarson3

Description

@rcarson3

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions