Light Lee
Results
1
comments of
Light Lee
I debugged it within pyscipopt and scip. https://github.com/scipopt/PySCIPOpt/blob/6a17c96c69b3c9f9af769f4530510e9d5ae1fa9f/src/pyscipopt/scip.pxi#L3414 As tpi=omp, `SCIPtpiGetNumThreads()` calls `omp_get_num_threads()` that always returns 1 due to not enclosing parallel region. Only `SCIPconcurrentSolve()` uses the macro `TPI_PARA` that...