Hi all,
I am trying to compile the libmagma_mgpu library, but I get the following error:
icc -Wall -xHost -O3 -DADD_ -I../include -I../../../common -I../../../include -I../../../morse/include -I/opt/quark -I/opt/hwloc-1.4/include -I/opt/plasma_2.4.5/include -I/opt/lapacke/include -I/usr/include/libxml2 -c codelet_zaxpy.c -o codelet_zaxpy.o
codelet_zaxpy.c(30): error: identifier "CORE_zaxpy_quark" is undefined
QUARK_Insert_Task(options->quark, CORE_zaxpy_quark, options->task_flags,
^
compilation aborted for codelet_zaxpy.c (code 2)
It happens for all (and only) the codelet_*axpy.c files
Do anybody knows why that happens and how to solve it?
