Skip to content

Compiler warnings in tests: Rank mismatch #7

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

Closed
hjmjohnson opened this issue Jul 11, 2016 · 2 comments
Closed

Compiler warnings in tests: Rank mismatch #7

hjmjohnson opened this issue Jul 11, 2016 · 2 comments

Comments

@hjmjohnson
Copy link
Contributor

Compiler warnings are generated for:
~/lsrc/lapack-bld> gfortran --version
GNU Fortran (SUSE Linux) 4.8.3 20140627 [gcc-4_8-branch revision 212064]
Copyright (C) 2013 Free Software Foundation, Inc.

GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING

[ 8%] /user/iibi/johnsonhj/lsrc/lapack/CBLAS/testing/c_dblat1.f:214.48:

           CALL STEST1(DNRM2TEST(N,SX,INCX),STEMP,STEMP,SFAC)       
                                            1

Warning: Rank mismatch in argument 'strue1' at (1) (scalar and rank-1)
/user/iibi/johnsonhj/lsrc/lapack/CBLAS/testing/c_dblat1.f:218.48:

           CALL STEST1(DASUMTEST(N,SX,INCX),STEMP,STEMP,SFAC)       
                                            1

Warning: Rank mismatch in argument 'strue1' at (1) (scalar and rank-1)

[ 8%] Building C object CBLAS/testing/CMakeFiles/xscblat2.dir/c_sblas2.c.o
/user/iibi/johnsonhj/lsrc/lapack/CBLAS/testing/c_sblat1.f:214.48:

           CALL STEST1(SNRM2TEST(N,SX,INCX),STEMP,STEMP,SFAC)       
                                            1

Warning: Rank mismatch in argument 'strue1' at (1) (scalar and rank-1)
/user/iibi/johnsonhj/lsrc/lapack/CBLAS/testing/c_sblat1.f:218.48:

           CALL STEST1(SASUMTEST(N,SX,INCX),STEMP,STEMP,SFAC)       
                                            1

Warning: Rank mismatch in argument 'strue1' at (1) (scalar and rank-1)

@langou
Copy link
Contributor

langou commented Jul 11, 2016

Hi Hans, Thanks for reporting the issue. I just fixed it. Please feel free to check the fix out. Cheers, Julien.

@langou langou closed this as completed Jul 11, 2016
@hjmjohnson
Copy link
Contributor Author

@langou Thank you for addressing this compiler warning!

Fixed in:
7fb63b1

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

3 participants