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
While compiling CombBLAS, I find link error messages indicating
undefined reference to `cblas_allgathertime'
undefined reference to `cblas_alltoalltime'
undefined reference to `cblas_localspmvtime'
undefined reference to `cblas_mergeconttime'
undefined reference to `cblas_transvectime'
Here is an excerpt from the output of executing make :
...
[ 93%] Linking CXX executable lcc
CMakeFiles/lcc.dir/LargestCC.cpp.o: In function `void combblas::AllGatherVector<long, long>(ompi_communicator_t*&, int, long, int*&, long*&, int*&, long*&, int&, bool)':
LargestCC.cpp:(.text._ZN8combblas15AllGatherVectorIllEEvRP19ompi_communicator_tiT_RPiRPT0_S6_S9_Rib[_ZN8combblas15AllGatherVectorIllEEvRP19ompi_communicator_tiT_RPiRPT0_S6_S9_Rib]+0x325): undefined reference to `cblas_allgathertime'
...
Browsing through the online documentation, I find these variables defined in other source files, e.g. TopDownBFS.cpp and FilteredBFS.cpp, but not in LargestCC.cpp.
The text was updated successfully, but these errors were encountered:
While compiling CombBLAS, I find link error messages indicating
Here is an excerpt from the output of executing
make
:Browsing through the online documentation, I find these variables defined in other source files, e.g.
TopDownBFS.cpp
andFilteredBFS.cpp
, but not inLargestCC.cpp
.The text was updated successfully, but these errors were encountered: