![]() |
Blitz Support : |
From: Julian C. Cummings (cummings_at_[hidden])
Date: 2003-05-02 16:15:19
I believe this is something that has been corrected already in the CVS
repository copy of tinydaxpy.cpp. The file should be including
<blitz/tinyvec-et.h> rather than <blitz/tinyvec.h>. The tinyvec.h file was
modified recently, and the inclusion of expression template support for
vector types was moved to tinyvec-et.h.
Regards, Julian C.
Dr. Julian C. Cummings
Staff Scientist, CACR/Caltech
(626) 395-2543
cummings_at_[hidden]
> -----Original Message-----
> From: blitz-support-bounces_at_[hidden]
> [mailto:blitz-support-bounces_at_[hidden]] On Behalf Of
> eccf_at_[hidden]
> Sent: Wednesday, April 30, 2003 4:26 PM
> To: blitz-support_at_[hidden]
> Subject: [Blitz-support] tinyDAXPYBenchmark
>
>
>
>
> 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
>
>
>
> _______________________________________________
> Blitz-support mailing list
> Blitz-support_at_[hidden]
> http://www.oonumerics.org/mailman/listinfo.cgi> /blitz-support
>