F2I-Consulting / fesapi

API for ENERGISTICS™ data standards (mainly RESQML™), multi-languages (C++, Java, C#, Python)
Apache License 2.0
34 stars 24 forks source link

add flag to set MPI IO collective or back to default (independent) #333

Closed untereiner closed 10 months ago

untereiner commented 10 months ago

(Thanks for sending a pull request! Please make sure you click the link above to view the contribution guidelines, then fill out the blanks below.)

What does this implement/fix? Explain your changes.

The collective flag allows to use compression with MPI IO

Does this close any currently open issues?

should close #332

Any relevant logs, error output, etc?

n.a.

Any other comments?

n.a.

Where has this been tested?

Operating System:

Platform:

untereiner commented 10 months ago

I just reverted the change in the exampleMPI.cpp I tested it. It is good for me.

philippeVerney commented 10 months ago

Thanks a lot!