bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-apl] 649 - libapl


From: fred
Subject: [Bug-apl] 649 - libapl
Date: Mon, 20 Jul 2015 02:05:50 -0400

After fixing the last issues (Makefile.in, "%lld" format, ShapeItem
cast needed), I get the folowing on make:

.Tpo -c Archive.cc -o libapl_la-Archive.o >/dev/null 2>&1
Bif_OPER2_INNER.cc: In member function 'void
Bif_OPER2_INNER::scalar_inner_product() const':
Bif_OPER2_INNER.cc:58:17: error: unused variable 'Z_len' [
-Werror=unused-variable]
 const ShapeItem Z_len = job.ZAh * job.ZBl;
                 ^
Bif_OPER2_OUTER.cc: In member function 'void
Bif_OPER2_OUTER::scalar_outer_product() const':
Bif_OPER2_OUTER.cc:57:17: error: unused variable 'Z_len' [
-Werror=unused-variable]
 const ShapeItem Z_len = job.ZAh * job.ZBl;
                 ^
cc1plus: all warnings being treated as errors


Z_len should be in PARALLEL

After fixing those, I get Assert() errors at compile time... No more
time to pursue. The last version that I successfully built as
executable and libapl with PARALLEL and without is 646...

Fred Weigel







reply via email to

[Prev in Thread] Current Thread [Next in Thread]