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

fix openblas bug: undefined reference to pthread_atfork #5552

Merged
merged 1 commit into from
Nov 10, 2017
Merged

fix openblas bug: undefined reference to pthread_atfork #5552

merged 1 commit into from
Nov 10, 2017

Conversation

luotao1
Copy link
Contributor

@luotao1 luotao1 commented Nov 10, 2017

fix #5522
The reason is : http://blog.chinaunix.net/uid-25909722-id-3026989.html
We should use -pthread instead of -lpthread in multi-thread compiling.

@luotao1 luotao1 assigned qingqing01 and unassigned qingqing01 Nov 10, 2017
Copy link
Contributor

@qingqing01 qingqing01 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@NHZlX NHZlX merged commit 80de144 into PaddlePaddle:develop Nov 10, 2017
@luotao1 luotao1 deleted the openblas_bug branch November 10, 2017 11:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The compiling failed with openblas
3 participants