You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to compiled again with the last commit, but unfortunately, I received another error.
The error is:
/usr/bin/ld: /tmp/ccfo33G4.o: reference without defined symbol 'cblas_sgemm'
//usr/lib/x86_64-linux-gnu/libblass.so.3: error adding symbols: DSO missing from command line
colect2: error: ld returned 1 exit status
Makefile:95L: recipe for target 'pcatestf' failed
make: *** [pcatestf] Error 1
The dependencies that I installed was the following:
It seems to be a BLAS linking issue. You can either modify the Makefile to replace BLAZE_BLAS_MODE=1 with BLAZE_BLAS_MODE=0 (to eliminate using BLAS entirely), or try to enable blas linkage.
Hi Daniel,
I tried to compiled again with the last commit, but unfortunately, I received another error.
The error is:
The dependencies that I installed was the following:
I'm using Ubuntu 18.04
The text was updated successfully, but these errors were encountered: