Hi,
Somehow magma_dsyevd is undefined for me. Anyone seen this before?
g++ magmatest.cpp -I/afs/crc.nd.edu/user/t/tcickovs/Research/MAGMA/include/ -L/afs/crc.nd.edu/user/t/tcickovs/Research/MAGMA/lib/ -lmagma -I/afs/crc.nd.edu/x86_64_linux/cuda/4.0/cuda/include/ -o magmatest
/tmp/ccoTwIom.o: In function `main':
magmatest.cpp:(.text+0x10b): undefined reference to `magma_dsyev'
collect2: ld returned 1 exit status
I wrote a simple test code magmatest.cpp to compute eigenvalues of a matrix. I used make.inc.atlas.
Best,
Trevor
