Ralf, Actually, ATLAS isn't needed when using MKL.
http://software.intel.com/en-us/forums/showthread.php?t=81451&p=1#144534 I am going to try this link line out $(MKLROOT)/lib/em64t/libmkl_solver_ilp64.a -Wl,--start-group $(MKLROOT)/lib/em64t/libmkl_intel_ilp64.a $(MKLROOT)/lib/em64t/libmkl_intel_thread.a $(MKLROOT)/lib/em64t/libmkl_core.a -Wl,--end-group -openmp -lpthread On Mon, Mar 14, 2011 at 11:58 PM, Ralf Gommers <[email protected]> wrote: > On Tue, Mar 15, 2011 at 8:12 AM, Mag Gam <[email protected]> wrote: >> Trying to compile Numpy with Intel's MKL. I have exported the proper >> paths for BLAS and LAPACK and I think the build script found it. >> However, I am having a lot of trouble with ATLAS. What library file >> should I use for it? > > That's not very specific. Can you send us your site.cfg, build log and > details like platform, python version, etc? > > Ralf > _______________________________________________ > NumPy-Discussion mailing list > [email protected] > http://mail.scipy.org/mailman/listinfo/numpy-discussion > _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
