dask / dask/distributed

Include NumPy BLAS/LAPACK info in client.get_versions()

Open
#1,827 16 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.