Skip to content

Fixing Issue #216 Python bindings

Podhorszki, Norbert requested to merge github/fork/williamfgc/pythonbug into master

Created by: williamfgc

Copy constructor was implicitly removed for ADIOSPy due to m_ADIOS.

PyBind11 needed the copy constructor.

m_ADIOS is now a shared pointer to avoid copy constructor removal

Separated MPI nonMPI test as ctest failed for MPI

Merge request reports

Loading