Skip to content

[WIP] Actually terminate OpenBLAS when running out of thread buffers - #5963

Open
martin-frbg wants to merge 3 commits into
OpenMathLib:developfrom
martin-frbg:issue5958
Open

[WIP] Actually terminate OpenBLAS when running out of thread buffers#5963
martin-frbg wants to merge 3 commits into
OpenMathLib:developfrom
martin-frbg:issue5958

Conversation

@martin-frbg

Copy link
Copy Markdown
Collaborator

for #5958 - allowing program termination to be overriden by a user-supplied xerbla

@imciner2

imciner2 commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

I'm not a large fan of putting terminating statements inside library error handlers. It can lead to killing higher-level sessions, such as terminating the Julia REPL process instead of just throwing back an error to the user.

Is there no way to propagate the failure condition back through the function chain?

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.

2 participants