Skip to content
Snippets Groups Projects
Commit 633a001a authored by William F Godoy's avatar William F Godoy
Browse files

Fixing Issue #216 Python bindings

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
parent 2a30e6a7
No related branches found
No related tags found
1 merge request!217Fixing Issue #216 Python bindings
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment