Ticket #126 (closed defect: fixed)

Opened 11 months ago

Last modified 11 months ago

serial alignment assigns to unallocated array

Reported by: Nathan Weeks <weeks@…> Owned by: xteruel
Priority: minor Milestone: version 1.2
Component: alignment Version: version 1.1.1
Keywords: Cc:
Application Version: serial Blocked By:
Blocking: Sensitive: no
Needs experiment: no
Experimental observations:
$ find serial | xargs grep seq_output
serial/alignment/alignment.c:int *bench_output, *seq_output;
serial/alignment/alignment.c:                  seq_output[si*nseqs+sj] = (int) 1.0;

Description

The bots 1.1.1 serial "alignment" kernel assigns values to an array (seq_output) that is neither allocated, nor used anywhere.

Change History

Changed 11 months ago by xteruel

  • owner set to xteruel
  • status changed from new to accepted

Changed 11 months ago by Xavier Teruel <xavier.teruel@…>

  • status changed from accepted to closed
  • resolution set to fixed

(In [be5f3742340efade19c94876daec9c3847d9b275]) Array seq_output has not to be used in this benchmark due computation is do it on bench_output arra: removing seq_output; close #126

Note: See TracTickets for help on using tickets.