Include NumPy BLAS/LAPACK info in client.get_versions()
Open
good first issue
- Dominant language
- Python
- Stars
- 1.7k
- Forks
- 778
- Avg merge
- 2h 50m
- Merged PRs (30d)
- 3
Description
At the risk of overloading `client.get_versions()` with info, it would be handy to be able to check the NumPy BLAS/LAPACK linkage in here. This can be really helpful when debugging a slow computation or a very strange segfault that might be BLAS or LAPACK related. One way at this info is `numpy.__config__.show()`, but that might be too heavy for `client.get_versions()`. Open to other ways to include this info if there are suggestions.
Contributor guide
Assessment
This issue has not been assessed yet.