Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid attempted use of NULL pointer in parallel compression code (#3786)
The parallel compression test code tests for the case where all MPI ranks have no selection in a dataset when writing to it. Add an early exit to the code to avoid attempting to use a NULL pointer due to there being no work to do.
- Loading branch information