-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in building from src, got 'undeclared inclusion(s) in rule' in mpi.so generation #5
Comments
Hi liismn - did you ever solve this issue? I am having the exact same problem, and haven't had any success tracking down a solution. |
No. I tried with bazel 0.4.4 and 0.4.5, and got similar errors. |
I can get past that error by adding this path to the deps in tensorflow/contrib/mpi/BUILD: can now build tf, but when I try "import tensorflow.contrib.mpi" I get "WARNING:tensorflow:mpi.so file could not be loaded." |
"WARNING:tensorflow:mpi.so file could not be loaded." You can try to add the_path_to_mpi_lib to LD_LIBRARY_PATH |
Same error here. Did anyone have a solution to that yet? Also, this issue seems to be only associated when using CPU-only configuration. |
I want to know the right bazel version for this project. Any suggestion will be appreciated.
Environment info
Operating System: CentOS 7.2
Installed version of CUDA and cuDNN: none
If installed from source, provide
git rev-parse HEAD
)bazel version
If possible, provide a minimal reproducible example (We usually don't have time to read hundreds of lines of your code)
What other attempted solutions have you tried?
Logs or other output that would be helpful
(If logs are large, please upload as attachment or provide link).
The text was updated successfully, but these errors were encountered: