vetter / shoc

The SHOC Benchmark Suite
Other
243 stars 104 forks source link

could not find -lSHOCCommon during compilation #82

Open beneslami opened 1 year ago

beneslami commented 1 year ago

Hi. During the compilation of fft, I got below error:

/usr/bin/mpicxx -g -O2 -L../../../../../src/cuda/common -L../../../../../src/common -o FFT FFT.o main.o fftlib.o -lSHOCCommon "-L/usr/local/cuda/bin/../lib64" -lcudart -lrt -lrt /usr/bin/ld: cannot find -lSHOCCommon collect2: error: ld returned 1 exit status

I was wondering what the problem is? Thank you in advance for helping me