Page 1 of 1

Fortran testing programs run but C programs do not

Posted: Sat Mar 12, 2011 11:38 am
by scho
Hi,
Any testing_*_gpu.cpp fail with error message "!!!! cublasAlloc failed for: d_A".
But the corresponding fortran versions work fine.
I have tried both intel compiler (11.1) and gnu compiler.

I would like to make testing_*_gpu.cpp work as soon as possible.
Could anybody help me?

Regards
Suwon

Re: Fortran testing programs run but C programs do not

Posted: Tue Mar 15, 2011 6:00 am
by fletchjp
That message is saying that memory allocation on the GPU failed. What were you running and how much GPU memory do you have?

John