-
-
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
kernel_4x4_haswell.S build error on scientific linux 6 #7482
Comments
Does the solution in #7240 fix it? |
It DID fix it! thanks! |
If you're trying to build for a heterogeneous cluster with a variety of processors, you're going to need |
@tkelman I did apply your patch into my make.user locally. that didn't change the failing build.
this build works on my cluster. Are you saying that it should not? I'm unsure how the core2 target interacts with this issue, just that if I don't set this, I get an arch mismatch error. Entirely possible that I'm just lucky here - please let me know! |
By "apply the patch", I mean specifically adding these 3 lines to
|
i did actually wipe the entire |
Yes, that should do it. If |
Relevant cross-reference: OpenMathLib/OpenBLAS#401 Disabling all AVX instructions could hurt performance on Sandy Bridge, Bulldozer, and Piledriver, but the problematic |
I cannot build Julia from source on an hpc system. It errors with
../kernel/x86_64/dgemm_kernel_4x4_haswell.S:2548: Error: no such instruction: vpermpd $ 0xb1,%ymm3,%ymm3'
I tried to set the option as suggested here #7476 but that didn't change anything. my version is
The text was updated successfully, but these errors were encountered: