Page 1 of 1

DPOTRF **on entry parametr number 4 had illegal value

PostPosted: Wed May 07, 2008 11:20 am
by shetty
I have a problem. Code runs ok up until 2000 data rows. Once I have increased it to more than 200 rows it gives me a error and stops.
Error message:
** On entry to DPOTRF parameter number 4 had an illegal value

Can you please help me in solving this problem.
Thanks.

PostPosted: Wed May 07, 2008 11:24 am
by Julien Langou
This error message means that your fourth argument (LDA) is smaller
than your second argument (N). This is not correct. LDA needs to be greater
or equal than N in any case.