Skip to content
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

FlexiBLAS module and toolchain use $EBROOTFLEXIBLAS/include and not $EBROOTFLEXIBLAS/include/flexiblas #3868

Closed
bartoldeman opened this issue Oct 25, 2021 · 2 comments
Milestone

Comments

@bartoldeman
Copy link
Contributor

In the logs you'll find things like:
BLAS_INC_DIR set to /cvmfs/soft.computecanada.ca/easybuild/software/2020/avx2/Compiler/gcc9/flexiblas/3.0.4/include
which should be
BLAS_INC_DIR set to /cvmfs/soft.computecanada.ca/easybuild/software/2020/avx2/Compiler/gcc9/flexiblas/3.0.4/include/flexiblas
to find cblas.h etc, unless pkg-config is used. Similarly the easyconfig/easyblock doesn't set CPATH correctly.

I think foss-2021a easyconfigs that use cblas.h compile anyway since they find it in OpenBLAS' include directory via its CPATH but that's not what's supposed to happen.

@ocaisa
Copy link
Member

ocaisa commented Oct 27, 2021

@bartoldeman This should be fixed with #3875 and easybuilders/easybuild-easyblocks#2610

@boegel
Copy link
Member

boegel commented Oct 27, 2021

Both #3875 and easybuilders/easybuild-easyblocks#2610 are merged, so closing this...

@boegel boegel closed this as completed Oct 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants