Hi,
Could you be more specific on how you solved the problem?
I had a similar error and tried to replace CUBLAS_STATUS_SUCESS with 0 as suggested
It skipped the memory allocation error but still got segmentation error
Again, the fortran wrapper works fine.
Thanks,
Yu
scho wrote:Finally, my problem was resolved.
I found that another vendor provides libcuda.so, etc in its own directory
which seem to be incompatible with the current version of cuda.
I did not think of this possibility because I have not yet used this program
except an initial test after installation. I changed the order of library search for magma.
My apologies.
Thanks to all who suggested hints and directions.
Suwon