Hi forks,
I am getting problem compiling hpl-2.0_FERMI_v15.
I DO have search on web page related and result nothing.
Installed:
MKL, IMPI, XE2013_sp1, CUDA tool kit 6, openmpi(not in use here), fermi card and working driver of course.
The Make.CUDA is here
Error report:
make[2]: Entering directory /root/t/build/hpl-2.0_FERMI_v15/testing/ptest/CUDA' mpiicc -DAdd__ -DF77_INTEGER=int -DStringSunStyle -DCUDA -I/root/t/build/hpl-2.0_FERMI_v15/include -I/root/t/build/hpl-2.0_FERMI_v15/include/CUDA -I/opt/intel/mkl/lib/intel64/include -I/opt/intel/impi/4.1.3.049/intel64/include -I/usr/local/cuda/include -I/opt/intel/mkl/include -fomit-frame-pointer -O3 -funroll-loops -W -Wall -fopenmp -lpthread -openmp -mt_mpi -nocompchk -o /root/t/build/hpl-2.0_FERMI_v15/bin/CUDA/xhpl HPL_pddriver.o HPL_pdinfo.o HPL_pdtest.o /root/t/build/hpl-2.0_FERMI_v15/lib/CUDA/libhpl.a -L /root/t/build/hpl-2.0_FERMI_v15/src/cuda -ldgemm -L/opt/cuda6/lib64 -lcuda -lcudart -lcublas -L/opt/intel/mkl/lib/intel64 -lpthread /opt/intel/impi/4.1.3.049/intel64/lib/libmpi_mt.so /root/t/build/hpl-2.0_FERMI_v15/lib/CUDA/libhpl.a(HPL_idamax.o): In function HPL_idamax’:
…/HPL_idamax.c:(.text+0x18): undefined reference to idamax_' /root/t/build/hpl-2.0_FERMI_v15/lib/CUDA/libhpl.a(HPL_dgemv.o): In function HPL_dgemv’:
…/HPL_dgemv.c:(.text+0x90): undefined reference to dgemv_' ../HPL_dgemv.c:(.text+0xe5): undefined reference to dgemv_’
/root/t/build/hpl-2.0_FERMI_v15/lib/CUDA/libhpl.a(HPL_dcopy.o): In function HPL_dcopy': ../HPL_dcopy.c:(.text+0x1f): undefined reference to dcopy_’
/root/t/build/hpl-2.0_FERMI_v15/lib/CUDA/libhpl.a(HPL_daxpy.o): In function HPL_daxpy': ../HPL_daxpy.c:(.text+0x36): undefined reference to daxpy_’
/root/t/build/hpl-2.0_FERMI_v15/lib/CUDA/libhpl.a(HPL_dscal.o): In function HPL_dscal': ../HPL_dscal.c:(.text+0x26): undefined reference to dscal_’
/root/t/build/hpl-2.0_FERMI_v15/lib/CUDA/libhpl.a(HPL_dtrsv.o): In function HPL_dtrsv': ../HPL_dtrsv.c:(.text+0xc7): undefined reference to dtrsv_’
/root/t/build/hpl-2.0_FERMI_v15/lib/CUDA/libhpl.a(HPL_dger.o): In function HPL_dger': ../HPL_dger.c:(.text+0x75): undefined reference to dger_’
…/HPL_dger.c:(.text+0xaf): undefined reference to dger_' make[2]: *** [dexe.grd] Error 1 make[2]: Leaving directory /root/t/build/hpl-2.0_FERMI_v15/testing/ptest/CUDA’
make[1]: *** [build_tst] Error 2
make[1]: Leaving directory `/root/t/build/hpl-2.0_FERMI_v15’
make: *** [build] Error 2
please help me,
dye