Page 1 of 1

TeNPy won't compile with MKL

Posted: 08 Jul 2025, 18:22
by jflorey
I've been trying to get TeNPy to compile with MKL to no success. I'm trying both on my personal desktop and a cluster, each running Linux. I could list all the various things I've tried but it would be quite complicated; to start out, I'll just say that running

Code: Select all

conda env create -f environments.yml -n tenpy
with the environments.yml provided on Github does not work (conda versions 24.11.3 and 25.5.1 on the two machines). I've also tried installing each of the packages individually through conda, making sure to pin the blas implementation to mkl, also to no success. How should I proceed?