Hi Guys,
Here is an ugly one for you,

On Windows XP (VS2008, Intel 10 and 11 series C and F compilers and the intel 
10.2 MKL) , I have a software stack which looks like this:

Python
Numpy
Boost
My application (eScript)

I want to use the intel compilers across the entire stack, and I also want to 
make use of the intel mkl.

The standard windows math.h is missing a lot of functions, and eScript has 
decided to use the intel mkl's mathimf.h, which is incompatible with math.h, 
and will abort compilations if you try to mix them.

Is it possible to make python use the intel mkl and intels mathimf.h? (I then 
get to ask the question to boost and numpy guys.)

I am not able to work out what keywords matter and google is not finding any 
answers for me.

Any pointers would be great (if this is the wrong list - please point me to the 
right one)

Regards,
Terry Rankine
_______________________________________________
python-win32 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to