Re: [julia-users] ccall behavior in julia 0.4.3

2016-04-05 Thread Isaiah Norton
> > I was just guessing that Tv needs to somehow be global to be correctly > read by ccall, but this is just a hunch. Is this correct? Or is something > else going on here. The issue here is that all types used in a ccall must be statically resolved at compile time. In this case it might seem

[julia-users] ccall behavior in julia 0.4.3

2016-04-05 Thread Serban Andrei Stan
I'm trying to call an MKL matrix multiplication routine from inside Julia. I have julia version 0.4.3 compiled with intel MKL. I've noticed however some weird behavior involving the ccall function. If I run the following code inside a Julia terminal, I get no errors: Tv *=* Float*64* > > > n