Page 1 of 1

problem with allocatable arrays with ZGGEV

PostPosted: Mon May 18, 2015 8:44 pm
by anthony1977
Hi,

When I use allocatable arrays to form the matrices before calling ZGGEV, Lapack does not seem to be able to solve (garbage solution) whereas when I use regular arrays (non allocatable), I get the proper solution. Has anyone heard/seen that before? What can be done?

Thanks

Anthony