Re: [Xenomai] Intel MKL library fault when running as a xenomai task.

2012-07-23 Thread Bruce Director
> -Original Message- > From: Gilles Chanteperdrix [mailto:gilles.chanteperd...@xenomai.org] > Sent: Friday, July 20, 2012 11:38 AM > To: Bruce Director > Cc: xenomai@xenomai.org > Subject: Re: [Xenomai] Intel MKL library fault when running as a xenomai > task. >

Re: [Xenomai] Intel MKL library fault when running as a xenomai task.

2012-07-20 Thread Gilles Chanteperdrix
On 07/20/2012 08:31 PM, Bruce Director wrote: > Sorry, I don't have the code. Intel doesn't supply source code for > this library. The reason I know the segmentation fault occurs in > get_N_cores is that the debugger gives me a stack trace. If you > could tell me which CPU parameters xenomai

Re: [Xenomai] Intel MKL library fault when running as a xenomai task.

2012-07-20 Thread Bruce Director
Intel and see what they say. Regards, Bruce -Original Message- From: Gilles Chanteperdrix [mailto:gilles.chanteperd...@xenomai.org] Sent: Friday, July 20, 2012 10:29 AM To: Bruce Director Cc: xenomai@xenomai.org Subject: Re: [Xenomai] Intel MKL library fault when running as a xenomai ta

Re: [Xenomai] Intel MKL library fault when running as a xenomai task.

2012-07-20 Thread Gilles Chanteperdrix
On 07/20/2012 12:36 AM, Bruce Director wrote: > I'm trying to get a library I wrote to run as part of a xenomai task. > The library uses the Intel MKL (math kernel) library. MKL uses the > SSE instruction set. Whenever an MKL function is called, I get a > segmentation fault. The fault always

[Xenomai] Intel MKL library fault when running as a xenomai task.

2012-07-19 Thread Bruce Director
I'm trying to get a library I wrote to run as part of a xenomai task. The library uses the Intel MKL (math kernel) library. MKL uses the SSE instruction set. Whenever an MKL function is called, I get a segmentation fault. The fault always occurs in the MKL function, get_N_Cores. I create