Searched hist:c0ea1048174d0a3970d9a24d4b15b0d9d2b2a23c (Results 1 – 1 of 1) sorted by relevance
| /libCEED/ |
| H A D | Makefile | c0ea1048174d0a3970d9a24d4b15b0d9d2b2a23c Wed Jun 26 19:24:34 UTC 2019 Jed Brown <jed@jedbrown.org> Makefile: MKL link flags for non-Intel compilers
One can always run
make BLAS_LIB=-mkl
when using the Intel compiler, but it's typically important for us to link the sequential version and we'd like a system that works with non-Intel compilers, where the incantation is so hard to remember that Intel made a web app:
https://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/
|