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

Add shared library version (make and cmake) #187

Merged
merged 6 commits into from
May 31, 2024

Conversation

mgates3
Copy link
Collaborator

@mgates3 mgates3 commented May 30, 2024

Adds shared library soversion in Makefile and CMake. See related PR in TestSweeeper (icl-utk-edu/testsweeper#23). Also in BLAS++ (icl-utk-edu/blaspp#83) and LAPACK++ (icl-utk-edu/lapackpp#59).

Also cleans up Makefile. See icl-utk-edu/testsweeper#25 and icl-utk-edu/testsweeper#26.

Fixes a couple issues with the unit_test/test_norm. The run_tests.py script set CUDA_VISIBLE_DEVICES and wasn't restoring it, so test_norm didn't see GPUs. Then found some LAPACK versions are not accurate for large matrices, so use smaller test matrix. (Sorry, unrelated to shared library version.)

…for function in 1st argument of ifneq causes error; seems like GNU make bug. Move it to 2nd argument.
Copy link
Collaborator Author

@mgates3 mgates3 left a comment

Choose a reason for hiding this comment

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

Self-reviewed.

@mgates3 mgates3 merged commit 6d897e1 into icl-utk-edu:master May 31, 2024
8 checks passed
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.

1 participant