Open bwpriest opened 2 years ago
The solve operations actually speed up when numpy is limited to use only one core, i.e.
import os os.environ["OMP_NUM_THREADS"] = "1" import numpy as np
It is not obvious why this is the case, nor how to fix it.
The solve operations actually speed up when numpy is limited to use only one core, i.e.
It is not obvious why this is the case, nor how to fix it.