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

Fix openblas_utest_ext build in AIX #4663

Merged
merged 1 commit into from
Apr 25, 2024

Conversation

ayappanec
Copy link
Contributor

Building openblas_utest_ext fails with the below error.

/opt/IBM/openxlC/17.1.2/bin/ibm-clang_r -O2 -DSMALL_MATRIX_OPT -DUTEST_CHECK -DSANITY_CHECK -DREFNAME=utest_main2f_ -DMAX_STACK_ALLOC=2048 -fopenmp -DHAVE_P10_SUPPORT -Wall -DF_INTERFACE_IBM -fPIC -DDYNAMIC_ARCH -DSMP_SERVER -DUSE_OPENMP -DNO_WARMUP -DMAX_CPU_NUMBER=16 -DMAX_PARALLEL_NUMBER=1 -DBUILD_BFLOAT16 -DBUILD_SINGLE=1 -DBUILD_DOUBLE=1 -DBUILD_COMPLEX=1 -DBUILD_COMPLEX16=1 -DVERSION=\"0.3.27.dev\" -DUSE_OPENMP -fopenmp -fno-integrated-as -m64 -UASMNAME -UASMFNAME -UNAME -UCNAME -UCHAR_NAME -UCHAR_CNAME -DASMNAME=utest_main2 -DASMFNAME=utest_main2_ -DNAME=utest_main2_ -DCNAME=utest_main2 -DCHAR_NAME=\"utest_main2_\" -DCHAR_CNAME=\"utest_main2\" -DNO_AFFINITY -I.. -c -o test_extensions/utest_main2.o test_extensions/utest_main2.c test_extensions/utest_main2.c:43:10: fatal error: 'openblas_utest.h' file not found 43 | #include "openblas_utest.h" | ^~~~~~~~~~~~~~~~~~ 1 error generated. make[1]: *** [<builtin>: test_extensions/utest_main2.o] Error 1 make[1]: Leaving directory '/home/buildusr/OpenBLAS/utest' make: *** [Makefile:168: tests] Error 2

@ayappanec
Copy link
Contributor Author

The failing check is not related to this PR.

@martin-frbg
Copy link
Collaborator

Right, thanks - had not gotten around to verifying my commit against the AIX box at OSUOSL on which I had originally developed the fix. Too much copying of individual files around instead of direct git...

@martin-frbg martin-frbg merged commit 1031d16 into OpenMathLib:develop Apr 25, 2024
72 of 74 checks passed
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.

2 participants