SV1TAN
SV1TAN
Thank you very much for your quick reply. By doing all changes that you suggest in configure.ac and also in matrix_algebra.cpp. the Configuration passing but the compilation of the matrix_algebra.cpp...
A part of the compiler error... matrix_algebra.cpp:418:61: error: ‘n’ was not declared in this scope int info = LAPACKE_zgetrf((int) CblasColMajor, (lapack_int) n, (lapack_int) n, (lapack_complex_double*) a_in.data(), (lapack_int) ndim, (lapack_int*) ip.data());...
Can you please attach your configure.ac and the matrix_algebra.cpp file? I would like to check if I define something wrong.
I am using the latest code... I will try with 1.5.1 version and I will let you know.
Making the appropriate changes as #18 I managed to compile the 1.5.3 version. But when i run the nec2++ with a .nec file I get the output .out, but it...
OK nevermind... Thanks.
Finally I managed to compile the nec2pp with MKL. But it works only with 1 thread... Can the nec2pp use multi threads? If yes, should I use any definition in...