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

Asadchev/refactor/lapack #232

Merged
merged 5 commits into from
Dec 19, 2020
Merged

Asadchev/refactor/lapack #232

merged 5 commits into from
Dec 19, 2020

Conversation

asadchev
Copy link
Contributor

No description provided.

@asadchev asadchev requested a review from evaleev December 18, 2020 02:24
- echo 'localhost slots=8' > /etc/openmpi/openmpi-default-hostfile
- apt-get install -yq intel-mkl-core-c-2020.4-304
- ln -s /opt/intel/compilers_and_libraries_2020.4.304/linux/mkl/ /opt/intel/
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

better to load /opt/intel/compilers_and_libraries_2020.4.304/linux/mkl/bin/mklvars.sh to test discovery from MKLROOT-defined location?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i had that at first, but this seems more common case

TA_LAPACKE_CALL(z##name, args); \
else if constexpr (std::is_same_v<numeric_type, std::complex<float>>) \
TA_LAPACKE_CALL(c##name, args); \
TA_LAPACK_CALL(s##name, args); \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why no complex?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

compile issues due to constexpr defificencies.

@asadchev asadchev force-pushed the asadchev/refactor/lapack branch 4 times, most recently from b7c1bd2 to 6b02df5 Compare December 18, 2020 19:56
@asadchev asadchev force-pushed the asadchev/refactor/lapack branch from 6b02df5 to 72551ef Compare December 18, 2020 21:03
@evaleev evaleev merged commit dc5368f into master Dec 19, 2020
@evaleev evaleev deleted the asadchev/refactor/lapack branch December 19, 2020 12:51
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

Successfully merging this pull request may close these issues.

2 participants