2010/8/5, David Warde-Farley <[email protected]>: > I've been having a similar problem compiling NumPy with MKL on a cluster > with a site-wide license. Dag's site.cfg fails to config if I use 'iomp5' in > it, since (at least with this version, 11.1) libiomp5 is located in > > /scinet/gpc/intel/Compiler/11.1/072/lib/intel64/ > > whereas the actual proper MKL > > /scinet/gpc/intel/Compiler/11.1/072/mkl/lib/em64t/ > > I've tried putting both in my library_dirs separated by a colon as is > suggested by the docs, but python setup.py config fails to find MKL in this > case. Has anyone else run into this issue?
I've made a patch to solve this some time ago: http://projects.scipy.org/numpy/ticket/993 but it did not make into the repo yet. -- Francesc Alted _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
