Segmentation violation error
Posted: Wed Sep 21, 2011 3:29 am
hi,
I am trying to interface magmaf_dsyevd() function with replacing existing fortran lapack call dsyevd in my fortran module.
I ma able to successfully compile and link with magma libraries.
When i try to run these exe generated with an input i am getting the following error
0:segmentation Violation error, Status=:11
do any one faced similar problems?
Am i allowed to use the magmaf_dsyevd instead of dsyevd call directly? (i found the interface defined in controls)
Thanks in advance
Regards
Selva
I am trying to interface magmaf_dsyevd() function with replacing existing fortran lapack call dsyevd in my fortran module.
I ma able to successfully compile and link with magma libraries.
When i try to run these exe generated with an input i am getting the following error
0:segmentation Violation error, Status=:11
do any one faced similar problems?
Am i allowed to use the magmaf_dsyevd instead of dsyevd call directly? (i found the interface defined in controls)
Thanks in advance
Regards
Selva