Skip to content

avoid Intel/GCC BLAS ABI incompatibility by avoiding blas functions#592

Merged
jryates merged 1 commit intodevelopfrom
blas-function-link-fix
Feb 9, 2026
Merged

avoid Intel/GCC BLAS ABI incompatibility by avoiding blas functions#592
jryates merged 1 commit intodevelopfrom
blas-function-link-fix

Conversation

@JeromeCCP9
Copy link
Collaborator

i.e. incorrect behaviour when ifx combined with (GCC compiled) Openblas

fix replaces zdotc function (return result passing being the problem) with zgemv subroutine

i.e. incorrect behaviour when ifx combined with (GCC compiled) Openblas

fix replaces zdotc function (return result passing being the problem) with zgemv subroutine
@JeromeCCP9 JeromeCCP9 force-pushed the blas-function-link-fix branch from 4310bec to d42c788 Compare February 9, 2026 17:39
@jryates jryates merged commit 0137a03 into develop Feb 9, 2026
11 checks passed
@jryates jryates deleted the blas-function-link-fix branch February 9, 2026 17:52
@LecrisUT
Copy link
Contributor

LecrisUT commented Feb 9, 2026

Cool find and fix 👍

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