Page 1 of 1

Bug in the testing of CHERFSX function

PostPosted: Fri Aug 12, 2011 1:02 am
by omitrofa
Bug in the testing of CHERFSX function was found.

Test of CHERFSX function doesn't work because there is an error in ../TESTING/LIN/cerrhex.f ( lines 284-330 ). This function uses the diagonal pivoting factorization of a Hermitian indefinite matrix instead of the diagonal pivoting factorization of a Hermitian indefinite packed matrix. When CHERFSX is included in conditional "IF( LSAMEN( 2, C2, 'HE' ) ) THEN " the test works.

Re: Bug in the testing of CHERFSX function

PostPosted: Mon Aug 15, 2011 4:54 pm
by admin
Thank you and sorry for the late answer.
This has been corrected.
This issue is reported as bug0083.
Julie

Re: Bug in the testing of CHERFSX function

PostPosted: Wed Sep 28, 2011 7:13 pm
by grizzly
Hi. Sorry to bump, but I think I'm having the same, or at least a similar problem. Has it definitely been fixed?

Re: Bug in the testing of CHERFSX function

PostPosted: Mon Nov 28, 2011 5:16 pm
by jhnfstr
Hello,
I am new to this forum and a beginner too. I am already learning a lot from this forum. Just want to say thanks to omitrofa for providing details on the bug and solution.