E3SM-Project / scorpio

A high-level Parallel I/O Library for structured grid applications
Other
21 stars 16 forks source link

Optionally exclude decomposition data from ADIOS BP files #597

Closed dqwu closed 4 months ago

dqwu commented 4 months ago

Storing large decomposition maps in ADIOS BP files can significantly increase disk usage. This PR introduces a build-time configuration option for the ADIOS type, allowing users to conserve disk space by excluding decomposition data from BP files.

Also see PR #589 (on maint branch)

jayeshkrishna commented 4 months ago

This change is a direct port (no added enhancements etc) of PR #589 , right?

dqwu commented 4 months ago

This change is a direct port (no added enhancements etc) of PR #589 , right?

Yes, almost like a cherry pick.