Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SCNRM2 and DZNRM2 fail on master #1047

Open
grisuthedragon opened this issue Aug 23, 2024 · 1 comment
Open

SCNRM2 and DZNRM2 fail on master #1047

grisuthedragon opened this issue Aug 23, 2024 · 1 comment

Comments

@grisuthedragon
Copy link
Contributor

Description
The SCNRM2 and the DZNRM2 fail the tests some when after the 3.12 release, broken in the current master.

 Test of subprogram number  6            SCNRM2
                                       FAIL
 SCNRM2: N=     1, INCX=  -2, IV= 9, IW= 1, test=            NaN
 SCNRM2: N=     1, INCX=  -2, IV= 9, IW= 2, test=            NaN
 SCNRM2: N=     1, INCX=  -2, IV= 9, IW= 3, test=            NaN
 SCNRM2: N=     1, INCX=  -2, IV= 9, IW= 4, test=            NaN
 SCNRM2: N=     1, INCX=  -2, IV= 9, IW= 5, test=            NaN
 SCNRM2: N=     1, INCX=  -2, IV= 9, IW= 6, test=            NaN
 SCNRM2: N=     1, INCX=  -2, IV= 9, IW= 7, test=            NaN
 SCNRM2: N=     1, INCX=  -2, IV= 9, IW= 8, test=            NaN
 SCNRM2: N=     1, INCX=  -2, IV= 9, IW= 9, test=            NaN
 SCNRM2: N=     1, INCX=  -2, IV= 9, IW=10, test=            NaN
                                       FAIL
...

The output for DZNRM2 is similar.

Tested with

  • Ubuntu 20.04, gcc/gfortran 9
  • Ubuntu 20.04, gcc/gfortran 10
  • Ubuntu 24.04, gcc/gfortran 13

Going back to the 3.12.0 everything works fine.

@martin-frbg
Copy link
Collaborator

Curious as the only remotely related change seems to be #964 (which modifies some of the added test code for ?NRM2 from #925 that went in a week or two before the release).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants