File: BUGS

package info (click to toggle)
adolc 2.7.2-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,496 kB
  • sloc: cpp: 40,481; ansic: 19,390; sh: 4,277; makefile: 551; python: 486
file content (10 lines) | stat: -rw-r--r-- 419 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
Not many:

- incorrect results in rare cases if using malloc
  => default for ADOL-C memory allocation changed to calloc

- operations like adouble=value/adouble, adouble=value*adouble, etc. that
  overwrite the adouble argument cause either a segmentation fault, an error
  in seeking/reading the taylor stack or wrong derivatives when applying the
  reverse mode (only one taylor gets written but two are read back)