[NumPy-Tickets] [NumPy] #1504: Numpy Can't Link Against 64 bit threaded MKL libraries
NumPy Trac
numpy-tickets@scipy....
Fri Jun 4 15:23:31 CDT 2010
#1504: Numpy Can't Link Against 64 bit threaded MKL libraries
-----------------------------------+----------------------------------------
Reporter: SevenThunders | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: 2.0.0
Component: Other | Version: 1.4.0
Keywords: mkl undefined symbols |
-----------------------------------+----------------------------------------
Comment(by SevenThunders):
For anyone else who has this problem. One rather unpleasant workaround is
to use the preload environment variable to preload the missing
dependencies. So in your .bashrc have some statements like,
export LD_PRELOAD=/opt/intel/mkl/10.0.5.025/lib/em64t/libmkl_core.so
export LD_LIBRARY_PATH=.:/opt/intel/mkl/10.0.5.025/lib/em64t
What this means is that numpy could fix their mkl support if they could
load core library first.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1504#comment:1>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list