CLAPACK: error when testing CBLAS
问题 I am getting an error when i test CBLAS in CLAPACK. When i run the test code ./xblat2d < dblat2.in I get the error output: "TransA must be 111, 112 or 113, but is set to -1Parameter 2 to routine cblas_dgemv was incorrect" Does anyone know what kind of problem this indicates? Details I am trying not to use reference CBLAS, and use ATLAS CBLAS instead. So, i compiled wrapper library libcblaswr.a and changed the line in make.inc to BLASLIB = ../../libcblaswr.a -L/usr/local/atlas/lib -lcblas -L