HENDRICS icon indicating copy to clipboard operation
HENDRICS copied to clipboard

HENzsearch and tbb library

Open giallixx opened this issue 3 years ago • 4 comments

When using HENzsearch a warning appears saying TBB threading layer is disabled. Is this an important issue ?

HENzsearch -f .1 -F 2. -N 2 --fast ULX_xmm_epn_det04_ev.nc 0%| | 0/17756 [00:00<?, ?it/s]/home/gianluca/stingray/lib64/python3.6/site-packages/numba/np/ufunc/parallel.py:365: NumbaWarning: The TBB threading layer requires TBB version 2019.5 or later i.e., TBB_INTERFACE_VERSION >= 11005. Found TBB_INTERFACE_VERSION = 10002. The TBB threading layer is disabled. warnings.warn(problem) 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 17756/17756 [27:44<00:00, 10.67it/s]

I tried to check whether tbb is present on my system:

pip install tbb Requirement already satisfied: tbb in /data/gianluca/stingray/lib/python3.6/site-packages (2021.2.0)

giallixx avatar May 13 '21 15:05 giallixx