Re: [Numpy-discussion] compiling and linking MKL with numpy/scipy

2011-11-23 Thread Olivier Delalleau
I attached a site.cfg file for numpy 1.3 compiled with MKL on some Linux 64 bit architecture, in case it might help. I always had trouble getting programs (other than numpy though) to link and execute properly with MKL. You might also try to play with LD_PRELOAD. Good luck, -=- Olivier

Re: [Numpy-discussion] compiling and linking MKL with numpy/scipy

2011-11-23 Thread Xavier Barthelemy
thanks it was in the order when linking mkl libs: everything above is ok, with mkl_libs = mkl_def, mkl_intel_lp64 , mkl_intel_thread, mkl_core, mkl_mc thanks xavier 2011/11/24 Olivier Delalleau sh...@keba.be I attached a site.cfg file for numpy 1.3 compiled with MKL on some Linux 64 bit

[Numpy-discussion] compiling and linking MKL with numpy/scipy

2011-11-22 Thread Xavier Barthelemy
dear everyone, I am hard trying to compile numpy / and scipy with mkl. unfortunately it does not work. i have tried a lot of solution, and the closest for me to work is: *I have * Linux manning 2.6.32-27-server #49-Ubuntu SMP Thu Dec 2 02:05:21 UTC 2010 x86_64 GNU/Linux python -c 'import

Re: [Numpy-discussion] compiling and linking MKL with numpy/scipy

2011-11-22 Thread Xavier Barthelemy
Dear everyone I have been a bit better patching the files I finally get something in .basrc source /opt/intel/composer_xe_2011_sp1.7.256/bin/compilervars.sh intel64 source /opt/intel/composer_xe_2011_sp1.7.256/mkl/bin/mklvars.sh intel64 lp64 export OMP_NUM_THREADS=4 export