![]() |
Blitz Support : |
From: eccf_at_[hidden]
Date: 2003-04-30 18:25:58
hi to everyone:
i'm trying to do the `make check-benchmarks` in linux with:
gcc, icc (6.0) & pgCC (4.0-2)
but in all says the same problem !
./benchmarks/tinydaxpy.cpp
./benchmarks/tinydaxpy.cpp(45): error: no operator "*" matches these
operands
operand types are: double * blitz::TinyVector<double, 1>
ta += a * tb;
^
detected during instantiation of "void
tinyDAXPYBenchmark(blitz::TinyV
ector<double, N_rank>, int, double) [with N_rank=1]"
and so on.
The configure and make steps were sucessful, aldo the check-examples and
check-testsuite but no the benchmarks, what's going on?
thanks in advance
cafe