1- the make.inc.acml contains mistakes. The LIBDIR lines are missing backslashes!
2- Instead of -I/opt/AMDAPP/include the include directory should be $(AMDAPPSDKROOT)/include , the SDK is not always installed to same place, but it sets the variable (perhaps variable should be used if it exists and overwrite /opt/AMDAPP, just in case)
3- And tests do not compile with following: (it compiles with ATLAS instead of ACML)
g++ -O0 -DADD_ -g -Wall -DHAVE_clAmdBlas -DHAVE_CBLAS -fPIC -Xlinker -zmuldefs testing_zhetrd.o -o testing_zhetrd lin/liblapacktest.a \
-L../lib -lclmagma -lclmagmablas -L/export/modules/devel/ACML/4.4.0/gnu/gfortran64/gfortran64/lib -L/export/modules/devel/ACML/4.4.0/gnu/gfortran64/gfortran64_mp/lib -L/export/modules/devel/clAmdBlas/1.8.291/lib64 -lacml -lacml_mv -lclAmdBlas -lOpenCL
../lib/libclmagma.a(zlatrd.o): In function `magma_zlatrd':
/home/eyurtese/tmp/temp/clmagma-1.0.0/src/zlatrd.cpp:252: undefined reference to `cblas_zdotc_sub'
/home/eyurtese/tmp/temp/clmagma-1.0.0/src/zlatrd.cpp:326: undefined reference to `cblas_zdotc_sub'
collect2: error: ld returned 1 exit status
make[1]: *** [testing_zhetrd] Error 1
make[1]: Leaving directory `/home/eyurtese/tmp/temp/clmagma-1.0.0/testing'
make: *** [test] Error 2
Any ideas on where to report these so they would get fixed?
