Yoshi Takeyasu

Results 11 comments of Yoshi Takeyasu

http://gcdart.blogspot.jp/2013/06/fast-matrix-multiply-and-ml.html This is a good reference for the discussion.

Hi, As I reported in my first post, I used the Intel Math Kernel Library Link Line Advisor to find my link options. The parameters I input to the Advisor...

I compiled the Ver.1.7.4 without lapack, but still experienced SEG-FAULT at 37.3 GB model, though. I have not taken a look in the code yet. Thanks for your debugging.

I got an error as below: NEC++ Runtime Error: safe_array: array index: 1 exceeds -555984202 [Inferior 1 (process 8547) exited with code 01] The output file is terminated as below:...

It seems safe_array catch negative length number "_len = -555984202" of "complex_array& cm" in nec_context.cpp.

nec_context.cpp 1040 int64_t iresrv = (m_geometry->n_plus_2m) * (m_geometry->np+3*m_geometry->mp); These (m_geometry->n_plus_2m), (m_geometry->np) and (m_geometry->mp) are int. Then, the operation result is int also, iresrv is defined as int64_t, though. I am...

What is the problem with compatibility, the Linux OS, the compiler or Intel MKL? Using Intel MKL requires changes to the NEC2++ source code. Have you changed the source code?...

Could you please copy & paste the error message outputs by the compiler here? I am not an expert on programming, but an expert on microwave engineering also. It would...

I did not use autotools. I used Intel icpc as compiler and listed all the parameters required for linking on the command line. See Issue #18 for a description of...