lg8080

Results 3 comments of lg8080

Thank you! Appreciate the answer and the thorough investigation. Thanks also for linking this issue and the one on the faiss repo together. I will try your suggested workaround.

> As a workaround, can you try setting `export OMP_NUM_THREADS=1` to disable OpenMP threading? This works, thank you!

@mmj579 As a workaround while this is not fixed yet, you can try this: ``` myList = jnius.autoclass("java.util.ArrayList")() myList.add(jnius.autoclass("java.lang.Boolean")("true")) ```