Skip to content

Intel OpenMP ('libiomp') and LLVM OpenMP ('libomp') loaded at the same time #61

@pierpaolocreanza

Description

@pierpaolocreanza

I encountered this warning while using the package (attrition and BLM). It's not given an error yet, but pointing it out just in case!

  warnings.warn(msg, RuntimeWarning)
/Users/PierPaolo/.venvs/bbenv/lib/python3.12/site-packages/threadpoolctl.py:1214: RuntimeWarning: 
Found Intel OpenMP ('libiomp') and LLVM OpenMP ('libomp') loaded at
the same time. Both libraries are known to be incompatible and this
can cause random crashes or deadlocks on Linux when loaded in the
same Python program.
Using threadpoolctl may cause crashes or deadlocks. For more
information and possible workarounds, please see
    https://github.com/joblib/threadpoolctl/blob/master/multiple_openmp.md

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions