Traceback (most recent call last):
import tensorflow as tf
File "/home/tf/tensorflow/_python_build/tensorflow/__init__.py", line 23, in <module>
from tensorflow.python import *
File "/home/tf/tensorflow/_python_build/tensorflow/python/__init__.py", line 48, in <module>
from tensorflow.python import pywrap_tensorflow
File "/home/tf/tensorflow/_python_build/tensorflow/python/pywrap_tensorflow.py", line 28, in <module>
_pywrap_tensorflow = swig_import_helper()
File "/home/tf/tensorflow/_python_build/tensorflow/python/pywrap_tensorflow.py", line 24, in swig_import_helper
_mod = imp.load_module('_pywrap_tensorflow', fp, pathname, description)
ImportError: /home/tf/tensorflow/_python_build/tensorflow/python/_pywrap_tensorflow.so: undefined symbol: MPI_Comm_rank
Is SWIG the culprit? Does it need MKL defined as a dep? If so, where and how to specify?
Has anyone else linked MKL with TF successfully? Is there a known/documented recipe to build TF with MKL?