JuliaLinearAlgebra / libblastrampoline

Using PLT trampolines to provide a BLAS and LAPACK demuxing library.
MIT License
66 stars 17 forks source link

Eliminate `exit(1)` calls in LBT #104

Closed staticfloat closed 1 year ago

staticfloat commented 1 year ago

It is rather rude of us to call exit(1) in our code, no matter how rare it is. Instead, we do our best to set ourselves into stable states when these situations (many of which should be impossible) occur.