E3SM-Project / scorpio

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

Optionally exclude decomposition data from ADIOS BP files #589

Closed dqwu closed 1 month ago

dqwu commented 1 month 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.

dqwu commented 1 month ago

@jayeshkrishna This PR is intended for the upcoming 1.6.4 release and is not suitable for merging into the develop or master branches. A corresponding PR for the master branch will be created later, possibly after transitioning the C source files to C++.

jayeshkrishna commented 1 month ago

Note: This change is not yet ported to develop/master (@dqwu is going to work on that after PR #587 is merged to master)