ADIOS2
ADIOS2 copied to clipboard
Readthedocs C++11 API missing Open variant
The C++11 API doc at https://adios2.readthedocs.io/en/latest/api_full/api_full.html#c-11-bindings only lists the non-mpi Open() function of the IO class. The variant to pass a communicator is missing. Why?
Odd. (It's the ADIOS class, not IO, yes?) But I have no idea why no MPI version. It's in other language bindings...
Oh, same for the ADIOS class, the constructors with MPI are also missing, and the same problem for the C API.