Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

autoreconf -i && autoconf && CXX=icpc ./configure --enable-openmp #296

Open
joveh opened this issue Jul 31, 2020 · 0 comments
Open

autoreconf -i && autoconf && CXX=icpc ./configure --enable-openmp #296

joveh opened this issue Jul 31, 2020 · 0 comments

Comments

@joveh
Copy link

joveh commented Jul 31, 2020

I tryed to build your tool using autoreconf -i && autoconf && CXX=icpc && ./configure --enable-openmp
Ended up with some errors
tensor.cpp:(.text+0x70dd): undefined reference to qflex::_multiply_MM
tensor.cpp:(.text+0x70dd): undefined reference to qflex::_multiply_Mv
tensor.cpp:(.text+0x70dd): undefined reference to qflex::_multiply_vM
tensor.cpp:(.text+0x70dd): undefined reference to qflex::_multiply_vv

I solved the issue by getting rid of the ifndef MKL_TENSOR enclosure adn replacing
reinterpret_cast<openblas_complex_float*>(C_data)); with reinterpret_cast<s_type::value_type*>(C_data)); in _multiply_vv

@joveh joveh changed the title autoreconf -i && autoconf && CXX=icpc && ./configure --enable-openmp autoreconf -i && autoconf && CXX=icpc ./configure --enable-openmp Jul 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant