![]() |
Blitz Bugs : |
From: Robin Sun (robin_at_[hidden])
Date: 2003-11-05 14:14:53
Hello,
I'm having problem to run benchmarks/qcd, and the problems came from
qcdf.f:
subroutine qcdf(M, res, src, V, iters)
integer V, iters, i, site, spin, col
real*8 complex M(V,3,3), res(V,3,2), src(V,3,2)
^^
Should it change to "double complex or complex*16" for a complex*16
result ?
double complex M(V,3,3), res(V,3,2), src(V,3,2) or
complex*16 M(V,3,3), res(V,3,2), src(V,3,2)
Thanks.
--robin