-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
arnoldi tests failing with MKL blas on recent master #11921
Comments
I believe it has always failed - due to differences in the Fortran calling conventions. |
I think @dmbates answered this question earlier today but he was on the other side of the room and I didn't entirely hear him, is this copy of Julia built with all-Intel compilers along with MKL? I think that's the main configuration we attempt to support, rather than mixing MKL and gfortran. |
I am closing this one, since the two other issues I refer to cover this. |
@ViralBShah, could you provide an answer to @tkelman's question for future reference? Maybe document it if that's the case? |
Hasn't building Julia with |
ICC v15 works, but not v14 |
Awesome, thanks for the info! |
Not sure about Windoze, sorry. Compiling Julia with icc has been borked on Linux also. |
On Windows, icc and ifort are visual-studio-style, so they might sort of work but no one has tried AFAIK. Windows ifort also does not use trailing underscores, so lots of patches would be required (or a dedicated |
Won't there be some command line option to turn on the right number of underscores? |
I don't think that is available on the Windows version of ifort. |
Using
I get a segfault in
test/linalg/arnoldi.jl
The text was updated successfully, but these errors were encountered: