architecture-building-systems / CityEnergyAnalyst

The City Energy Analyst (CEA)
https://www.cityenergyanalyst.com/
MIT License
188 stars 59 forks source link

Use MKL for Windows to solve memory errors #3583

Closed reyery closed 1 month ago

reyery commented 1 month ago

Using OpenBLAS for numpy seems to cause some Windows machines to crash during multiprocessing, as OpenBLAS tries to precommit memory when numpy is imported.

We would now revert back to use MKL for Windows since it seems to help some of the users that tested it.