I tried installing boltztrap 1.2.5 that I had downloaded from Intrnet and making changes to the makefile, but this error kept coming up. What's the problem and how can I fix it please?
Boltztrap makes use of the blas/lapack set of libraries for linear algebra tasks. In your case you promised that you will be using the Intel MKL In the configuration step. Now, the compiler cannot find them.
A solution is to locate those libraries. Does
echo $MKL_ROOT
returns anything? If it does you are on a good track. If it does not you probably should contact the administrator of your computer cluster.