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
Hi, I'm getting the following error when I compile kmeansTest.c
mpi$ mpicc -o kmeansTest kmeansTest.c -lm
kmeansTest.c: In function ‘main’:
kmeansTest.c:274:3: warning: implicit declaration of function ‘kmeans_process’ [-Wimplicit-function-declaration]
kmeans_process(&p_data, &clusters, newCentroids, &new_SumOfDist);
^
/tmp/ccWg6ggU.o: In function main': kmeansTest.c:(.text+0x94f): undefined reference to kmeans_process'
collect2: error: ld returned 1 exit status
The text was updated successfully, but these errors were encountered:
Hi, I'm getting the following error when I compile kmeansTest.c
mpi$ mpicc -o kmeansTest kmeansTest.c -lm
kmeansTest.c: In function ‘main’:
kmeansTest.c:274:3: warning: implicit declaration of function ‘kmeans_process’ [-Wimplicit-function-declaration]
kmeans_process(&p_data, &clusters, newCentroids, &new_SumOfDist);
^
/tmp/ccWg6ggU.o: In function
main': kmeansTest.c:(.text+0x94f): undefined reference to
kmeans_process'collect2: error: ld returned 1 exit status
The text was updated successfully, but these errors were encountered: