ADOL-C icon indicating copy to clipboard operation
ADOL-C copied to clipboard

A Package for Automatic Differentiation of Algorithms Written in C/C++

Results 29 ADOL-C issues
Sort by recently updated
recently updated
newest added

The configure script does not allow users to disable external packages such as ColPack and swig. The option `--without-colpack` does not stop configure looking for ColPack at default locations. This...

I am currently trying to use ADOL-C under Windows VS2019. During the installation I ran into some problems. One of them is that the folder structure of ColPack does not...

I have problems parallelizing some part of code with OpenMP. This is an example: #include #include #include #include int main(){ int max_t = omp_get_num_threads(); double x[max_t]; double y[max_t]; #pragma omp...

Issue created by migration from Trac. Original creator: rbarnes Original creation time: 2015-07-13 21:34:35 Assignee: @awalther1 Version: I have been trying for a few hours to get ColPack to include...

bug
major
configure/build

Issue created by migration from Trac. Original creator: @utke1 Original creation time: 2013-11-12 15:09:45 Assignee: @awalther1 Version: ADOL-C/examples/Makefile.am: installing `autoconf/depcomp' In file included from adouble_tl.cpp:24:0: ../../ADOL-C/include/adolc/adtl.h: In function 'void adtl::setNumDir(size_t)':...

enhancement
libadolc
trivial

Issue created by migration from Trac. Original creator: ad007804 Original creation time: 2013-03-22 20:32:37 Assignee: @awalther1 Version: Keywords: advector Hi, I am trying to use the new advector.h from the...

bug
major
configure/build

Issue created by migration from Trac. Original creator: ad007804 Original creation time: 2013-03-22 13:15:11 Assignee: @awalther1 Version: Keywords: sparce jacobian Hi, I am a new user of the ADOL-C library....

bug
libadolc
major

My use case is a multi-process parallel task each of which runs several derivative computations (gradient, Jacobian, etc.). Therefore the traces need to be differentiated by process AND by task...

`bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../ADOL-C/include -I../../ADOL-C/include -I../../ADOL-C/src -O2 -DADOLC_INTERNAL=1 -g -O2 -MT tape_handling.lo -MD -MP\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../ADOL-C/include -I../../ADOL-C/include -I../../ADOL-C/src...