Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

g++10 compilation succeeds but creates problems #33

Open
evanberkowitz opened this issue Aug 7, 2020 · 1 comment
Open

g++10 compilation succeeds but creates problems #33

evanberkowitz opened this issue Aug 7, 2020 · 1 comment

Comments

@evanberkowitz
Copy link
Owner

More explicitly:

test_3_solver (tests.test_hubbardFermiMatrix.TestHubbardFermiMatrix)
Test Ax=b solvers. ... [2020-08-07 14:25] Testing solveM on C20
libc++abi.dylib: terminating with uncaught exception of type std::runtime_error: Incompatible buffer format: mismatched elemental data type
Abort trap: 6

and

> python3 fullHMCEvolution.py
libc++abi.dylib: terminating with uncaught exception of type pybind11::stop_iteration:
Abort trap: 6
@jl-wynen
Copy link
Collaborator

For context: This is only seems to happen on MacOS. I am not aware of problems with gcc10 on Linux.

The exceptions should have been translated into Python exceptions instead of triggering a termination in C++.
Can you narrow down the source of the error? Right now, I can't see the offending lines in the Python scrips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants