Skip to content
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

Ngraph compile error in debug mode #15230

Closed
luotao1 opened this issue Jan 9, 2019 · 2 comments
Closed

Ngraph compile error in debug mode #15230

luotao1 opened this issue Jan 9, 2019 · 2 comments
Assignees

Comments

@luotao1
Copy link
Contributor

luotao1 commented Jan 9, 2019

In nighly debug job, there is ngraph compiler error.
http://ci.paddlepaddle.org/viewLog.html?buildId=46821&tab=buildLog&buildTypeId=Paddle_CiDebug&logTab=tree&filter=all&_focus=18816

[16:00:27][Step 1/1] Traceback (most recent call last):
[16:00:27][Step 1/1]   File "setup.py", line 207, in <module>
[16:00:27][Step 1/1]     shutil.copy('/paddle/build/third_party/install/ngraph/lib/libtbb.so.2', libs_path)
[16:00:27][Step 1/1]   File "/usr/lib/python2.7/shutil.py", line 119, in copy
[16:00:27][Step 1/1]     copyfile(src, dst)
[16:00:27][Step 1/1]   File "/usr/lib/python2.7/shutil.py", line 82, in copyfile
[16:00:27][Step 1/1]     with open(src, 'rb') as fsrc:
[16:00:27][Step 1/1] IOError: [Errno 2] No such file or directory: '/paddle/build/third_party/install/ngraph/lib/libtbb.so.2'
[16:00:27][Step 1/1] python/CMakeFiles/paddle_python.dir/build.make:565: recipe for target 'python/build/.timestamp' failed
[16:00:27][Step 1/1] CMakeFiles/Makefile2:86866: recipe for target 'python/CMakeFiles/paddle_python.dir/all' failed
[16:00:27][Step 1/1] make[2]: *** [python/build/.timestamp] Error 1
[16:00:27][Step 1/1] make[1]: *** [python/CMakeFiles/paddle_python.dir/all] Error 2
[16:00:27][Step 1/1] make[1]: *** Waiting for unfinished jobs....
@baojun-nervana
Copy link
Contributor

@luotao1 How can I run debug mode to reproduce this issue?

@luotao1
Copy link
Contributor Author

luotao1 commented Jan 9, 2019

cmake .. -DCMAKE_BUILD_TYPE=Debug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants