Skip to content

Conversation

@asadchev
Copy link
Contributor

No description provided.

@asadchev asadchev requested a review from evaleev December 18, 2020 02:24
#- apt-get install -yq ...
- 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.

3 participants