On Fri, 12 Aug 2011 05:45:43 Rita Morgan wrote: > I would like to compile sage so it can see our Intel MKL BLAS. > > During compilation has anyone successfully linked IntelÅ› MKL with > Sage? > > Here is how I would link > http://software.intel.com/en-us/articles/intel-math-kernel-library-intel-mkl > -for-linux-linking-applications-with-intel-mkl-version-100/ > > Any thoughts?
The easiest way that I can think of is trying to reproduce what happens on OS X with the vectorize framework. On OS X there are libatlas.a, libf77blas.a, libcblas.a and liblapack.a and they all are links to the same library. So in your case I would create links and point SAGE_ATLAS_LIB to the appropriate directory to find them. That seem to be the best course of action. libatlas.a -> libmkl_em64t.a libf77blas.a -> libmkl_em64t.a libcblas.a -> libmkl_em64t.a liblapack.a -> libmkl_lapack.a Francois -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org