Hello, I am trying to build Magma using icc and ifort, but keep getting this error:
nvcc --compiler-options -fno-strict-aliasing -DUNIX -O3 -DADD_ -arch sm_20 -DGPUSHMEM=200 -I/gpfs/grace/cuda-4.0.17/include -I../include -I../\
quark/include -I../control -c zauxiliary.cu -o zauxiliary.cu_o
../control/common_magma.h(107): error: identifier "cublasStatus_t" is undefined
../control/common_magma.h(108): error: identifier "cublasStatus_t" is undefined
cublasStatus_t is defined in cublas_api.h but common_magma.h does not include it. Is this correct? This sounds a bit trivial but I might be missing something :-)
Thanks in advance for your help,
Wadud.