How to call from Fortran
Posted: Fri Nov 07, 2014 5:56 pm
So, I've got MAGMA 1.5 up and running with Intel compilers/MKL 11.2 and Cuda 6.5 on a Tesla C2050 gpu. Unfortunately, I'm having trouble calling magma functions from Fortran.
I've made my own wrapper with C to call magma from Fortran, but I'm having some trouble and get this error: "cannot bind [matrix A] to texture: unknown error (30)". I can post the details of my code, but I'm wondering: is there any easier way to call magma from Fortran?
Many thanks.
I've made my own wrapper with C to call magma from Fortran, but I'm having some trouble and get this error: "cannot bind [matrix A] to texture: unknown error (30)". I can post the details of my code, but I'm wondering: is there any easier way to call magma from Fortran?
Many thanks.