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

Making all in ADOL-C make[1]: Entering directory '/home/ubuntu/SOURCE/adolc-version/adolc_source/ADOL-C-master/ADOL-C' Makefile:525: .deps/dummy.Plo: 没有那个文件或目录 make[1]: *** No rule to make target '.deps/dummy.Plo'。 停止。 make[1]: Leaving directory '/home/ubuntu/SOURCE/adolc-version/adolc_source/ADOL-C-master/ADOL-C' Makefile:537: recipe for target 'all-recursive' failed...

I'm trying to create a CMakeLists.txt configuration for ADOL-C. Specifically my goal is to get ADOL-C compiling and running on a modern mac with cmake. This would also hopefully fix...

ADOL-C was built and installed on a Debian 12.5 system. Afterwards, boost-test-adolc was built and run. The shell output from the last two steps is provided below: debianuser@debian: ~/ADOL-C/ADOL-C/boost-test/build$ make...

Can you point where one can get sources? If it's impossible, maybe bundle it? Do you need to support AMPI integration? Are there anywhere a supported version of AMPI? Are...

This is in response to #35 . My idea would be to make the current tape information `thread_local` and add synchronization based on standard C++ constructs, so there are no...

AFAIK, this would cause a link error.

I notice in you swig interface code `https://github.com/coin-or/ADOL-C/blob/master/ADOL-C/swig/adolc-python.i` at line number 442 adub* __rdiv__ (double a) { return (adub*) (a / (*($self))); } This no longer works in python3; see...

The `liborpar` example in ADOL-C/examples/additional_examples/openmp_exam often fails with an error message like: ``` ADOL-C error: forward sweep on tape 12 aborted! Number of dependent(1) and/or independent(120) variables passed to forward...

I want to cross-compile ADOL-C to arm linux,but I receivea problem. Please tell me how to cross-compile. Any suggestions are greatly appreciated. `error: ‘::calloc’ has not been declared` ` error:...

Issue migrated from gitlab. Hello, I'm experimenting memory problems with the sparse jacobian. To make them reproducible I've used the code from additional_examples/sparse/sparse_jacobian.cpp, kept the part containing the spare jacobian...