QuantumPackage / qp2

Quantum Package : a programming environment for wave function methods
https://quantumpackage.github.io/qp2/
GNU Affero General Public License v3.0
69 stars 31 forks source link

OpenSUSE problem #276

Closed scemama closed 1 year ago

scemama commented 1 year ago

Here is the output when attempting to run qp_run on my local OpenSUSE installation:


Error: Context not closed before finalization
Error: Socket not closed before finalization
Fatal error: exception Not_found
scemama commented 1 year ago

To solve it, set QP_NIC to the loopback interface lo. Add to your .bashrc:

export QP_NIC=lo