You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See failures in this CI run. It looks like doctests are failing on the beta toolchain, because the Intel MKL dynamic library cannot be found. Interestingly, no such error occurs when running libtests. MKL is only used on Linux, so that's the only OS on which this failure occurs.
I first encountered this in Plexus' CI. It's not yet clear to me what the root cause is. In that repository, I tried various CI configurations and have found that the beta toolchain seems to be the most important variable. Using different versions of Ubuntu didn't avoid this error, and I was unable to install additional MKL packages in the workflow (and I doubt that is necessary).
The text was updated successfully, but these errors were encountered:
Rerunning CI against 598a51c today did not exhibit the build failures described above, but instead successfully built and failed the lapack::tests::determined_svd_ev_plane_e3 test. Naturally, I took a look at the test to understand the failure and it looks like the test itself is broken!
The points used to construct the Plane in that test are collinear and therefore non-determined! This could explain why "the output on different OSes differs" from #1...
olson-sean-k
changed the title
CI fails on the beta toolchain due to dynamic linking errors with Intel MKL during doctests.
CI fails due to dynamic linking errors with Intel MKL during doctests.
Jul 25, 2020
See failures in this CI run. It looks like doctests are failing on the beta toolchain, because the Intel MKL dynamic library cannot be found. Interestingly, no such error occurs when running libtests. MKL is only used on Linux, so that's the only OS on which this failure occurs.
I first encountered this in Plexus' CI. It's not yet clear to me what the root cause is. In that repository, I tried various CI configurations and have found that the beta toolchain seems to be the most important variable. Using different versions of Ubuntu didn't avoid this error, and I was unable to install additional MKL packages in the workflow (and I doubt that is necessary).
The text was updated successfully, but these errors were encountered: