-
Notifications
You must be signed in to change notification settings - Fork 126
Description
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