Hi Fred,
thanks, should be fixed in SVN 650.
/// Jürgen
On 07/20/2015 08:05 AM, fred wrote:
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
|