Skip to content

Compiler warnings in tests: Rank mismatch #7

Closed
@hjmjohnson

Description

@hjmjohnson

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)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions