Fix CBLAS double complex level 2 tests
authorSébastien Villemot <sebastien@debian.org>
Mon, 11 Jan 2016 10:15:33 +0000 (11:15 +0100)
committerSébastien Villemot <sebastien@debian.org>
Mon, 11 Jan 2016 10:15:33 +0000 (11:15 +0100)
commitf704b8d32f4cec59fab550f8dbf7e57ab0fd6865
tree272e2b25c8a8baaa53f5bbbd7a73bb4d01b26d02
parentc6a27bbe64f7c88a5a2bc48b54e152f52dc9eec3
Fix CBLAS double complex level 2 tests

The SNAME variable contains names of C functions like "cblas_dgemv".
Apparently the code was not taking into account the 6-letter "cblas_"
prefix when determining the task to be done.

The issue does not affect c_{s,d,c}blat2.f, which use the correct
offsetting.

Patch originally written by Camm Maguire.
ctest/c_zblat2.f