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

cudaq-ensmallen not export BLAS symbols #185

Merged
merged 2 commits into from
May 23, 2023

Conversation

1tnguyen
Copy link
Collaborator

Description

Add --exclude-libs linker option to prevent re-exporting of BLAS symbols in cudaq-ensmallen lib. This may cause symbol clashes, hence segfault, when a different BLAS library is linked in by other libraries, e.g., Python libs (Numpy, pySCF).

…mbols in cudaq-ensmallen lib

This may cause symbol clashes -> segfault.

Signed-off-by: Thien Nguyen <thien.md.nguyen@gmail.com>
@1tnguyen
Copy link
Collaborator Author

This is the proposed fix for #186.

@amccaskey amccaskey merged commit 44dfd0f into NVIDIA:main May 23, 2023
@github-actions github-actions bot locked and limited conversation to collaborators May 23, 2023
@bettinaheim bettinaheim added the bug fix To be listed under Bug Fixes in the release notes label Jun 28, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug fix To be listed under Bug Fixes in the release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants