Codebase list adolc / debian/2.5.2-1 BUGS
debian/2.5.2-1

Tree @debian/2.5.2-1 (Download .tar.gz)

BUGS @debian/2.5.2-1raw · history · blame

1
2
3
4
5
6
7
8
9
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)