#525·OpenBLAS

Want fallback on thread creation failure

Author: markatiCreated Mar 28, 2015Updated Jul 3, 2026
LabelsFeature request

It seems that openblas just dies when pthread_create fails. It should instead continue execution with the threads already created, or at least it should fall back on the single-thread mode. pthread_create often fails on a many-core machine if an application is launched in parallel.