在MacOs 10.13.4上运行brew install graph-tool
确实会安装graph-tool
,但openmp
似乎已被禁用。
我是否缺少brew
选项来启用openmp
?
在安装brew install libomp
之前,我确实运行过graph-tool
。
Python 3.7.2 (default, Dec 27 2018, 07:35:52)
[Clang 10.0.0 (clang-1000.11.45.5)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import graph_tool as gt
>>> gt.openmp_enabled()
False
>>>