JuliaLinearAlgebra / libblastrampoline

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

Don't call `exit` on failures #14

Closed ViralBShah closed 3 years ago

ViralBShah commented 3 years ago

dlutils.c has a bunch of exit(1) calls.