Tagged Questions
3
votes
1answer
226 views
PETSc's makefile system can't find MKL
I'm learning PETSc and trying to make the examples written in C. However, when I use the provided makefile, I get the following error:
...
14
votes
4answers
1k views
Performance differences between ATLAS and MKL?
ATLAS is a free BLAS/LAPACK replacement that tunes itself to the machine when compiled. MKL is the commercial library shipped by Intel. Are these two libraries comparable when it comes to performance, ...