【发布时间】:2017-11-09 19:28:06
【问题描述】:
我正在尝试使用动词和 MPI 支持(无 cuda)在 SL7.3 上编译 tensorflow。 我在尝试使用 bazel 构建时遇到以下错误:
用于编译的命令:
bazel build --config=opt //tensorflow/tools/pip_package:build_pip_package --verbose_failures
看到的错误:
ERROR: /root/tensorflow/tensorflow/contrib/mpi/BUILD:60:1: undeclared inclusion(s) in rule '//tensorflow/contrib/mpi:mpi_rendezvous_mgr':
this rule is missing dependency declarations for the following files included by 'tensorflow/contrib/mpi/mpi_rendezvous_mgr.cc':
'/root/tensorflow/tensorflow/core/distributed_runtime/tensor_coding.h'.
Target //tensorflow/tools/pip_package:build_pip_package failed to build
有人可以帮我解决这个问题吗?我试图在 stackoverflow(和其他论坛)上寻找解决方案,但找不到太多信息。
谢谢
【问题讨论】:
标签: tensorflow mpi openmpi