question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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

See original GitHub issue

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.

Issue Analytics

  • State:open
  • Created 6 years ago
  • Comments:16 (9 by maintainers)

github_iconTop GitHub Comments

3reactions
quasibencommented, Mar 26, 2020

As others have commented, adding to get_versions seems to be a supported idea. You might want to look at https://github.com/dask/distributed/pull/3567 as it has some updates to get_versions as well as tests

3reactions
jhammancommented, Dec 7, 2018

@lalitparate - yes, dask is a community driven open-source project. As such, anyone is welcome to work on anything. Let us know if you need help.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Running Scipy on Heroku - numpy - Stack Overflow
I managed to get this working on the cedar stack by building numpy and scipy offline as bdists and then modifying the heroku...
Read more >
Managing HPC Software Complexity with - Spack Tutorial
The most recent version of these slides can be found at: ... Get Spack! ... Advanced Packaging: Virtual dependencies: BLAS/LAPACK/MPI.
Read more >
Building from source — NumPy v1.17 Manual
MKL; OpenBLAS; libFLAME; ATLAS; Accelerate (MacOS); LAPACK (NetLIB). If you wish to build against OpenBLAS but you also have MKL ...
Read more >
Smaller WinPython - Google Groups
own installer of the stripped down version of Winpython. ... since scipy-0.16.0 python packages may use scipy's BLAS/Lapack as underlying engine instead of ......
Read more >
MOSEK Optimizer API for Python
Calling BLAS/LAPACK Routines from MOSEK . ... It is possible to add a number of ACCs in one go using Task.appendaccs . ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found