E3SM-Project / scorpio

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

Add more checks for decomps provided by user #154

Open jayeshkrishna opened 5 years ago

jayeshkrishna commented 5 years ago

Add more checks on the decompositions provided by the user

jayeshkrishna commented 5 years ago

PR #196 adds test for decompositions with offsets that are not monotonically increasing (they work with PIO2 but we might still need to investigate if it affects the performance - and possible warn the user or sort the data ourselves)