Skip to content

Have zipwrapper understand compressed tar files. #4282

@brugger1

Description

@brugger1

Is your feature request related to a problem?

Robert Casperson from LLNL called and was trying to open a compressed multipart silo file and this didn't work. He was compressing the files because he wanted to save disk space. The problem is that only the root file got decompressed and any files that were referenced by the root file weren't found. I e-mailed Mark about this and he suggested enhancing the zipwrapper reader to understand compressed tar files. This way uncompressing the file would uncrompress all the files and it would be in the proper form (assuming the files didn't have absolute paths, which would is generally a bad idea anyway).

The compressed tar file name would need to be the same as the root file name. For example, if the files were:

abc.root.silo
abc/abc.0.silo
abc/abc.1.silo

Then the compressed tar file name would be "abc.root.silo.tar.gz" consisting of "abc.root.silo" and the directory "abc".

Impact

  • High - User productivity significantly improved

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestgood first issueGood for newcomersimpact highProductivity significantly degraded (non-mitigable bug) or improved (enhancement)low-hanging fruitA cognizant developer has a shot at resolving in <1/2 day of workprioritya priority ticketreviewedIssue has been reviewed and labeled by a developer

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions