Skip to content
  • Alvarez, Gonzalo's avatar
    SolverOptions blasNotThreadSafe · cf31d5ce
    Alvarez, Gonzalo authored
    If set, BLAS is assumed not to be thread safe,
    and threading around all BLAS calls are disabled.
    TODO FIXME: We should also disable threading around LAPACK
    calls, because LAPACK (in turn) calls BLAS apparently.
    This option replaces the no longer extant option
    blasIsThreadSafe
    cf31d5ce