cburstedde / libsc

The "sc" auxiliary library
www.p4est.org/
GNU Lesser General Public License v2.1
36 stars 34 forks source link

Make sc_io_open independent of the MPI IO status #130

Closed tim-griesbach closed 1 year ago

tim-griesbach commented 1 year ago

Make sc_io_open independent of MPI IO status

This PR is a prerequisite to guarantee that the files produced by the code in https://github.com/cburstedde/p4est/pull/212 are independent of the the MPI IO status.

Proposed changes:

cburstedde commented 1 year ago

Thanks; very useful!