- Code: Select all
# using GotoBLAS
LIB = -lgoto2 -lpthread -lcublas -lcudart -llapack -lm
When I make the main installation it fails with this:
- Code: Select all
gcc -O3 -DADD_ -DGPUSHMEM=200 -fPIC -Xlinker -zmuldefs -DGPUSHMEM=200 testing_zhetrd.o -o testing_zhetrd lin/liblapacktest.a -L../lib \
-lcuda -lmagma -lmagmablas -lmagma -L/home/fletcher/GotoBLAS2 -L/usr/lib64 -L/usr/local/cuda/lib64 -lgoto2 -lpthread -lcublas -lcudart -llapack -lm
../lib/libmagma.a(zlatrd.o): In function `magma_zlatrd':
zlatrd.cpp:(.text+0x3ce): undefined reference to `zdotc'
zlatrd.cpp:(.text+0xd16): undefined reference to `zdotc'
From the Changelog this is one of the new testing routines and clearly it needs something not supplied before.
What do I need to do, please?
John
