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

``` libtool: link: c++ -O2 -pipe -fno-omit-frame-pointer -fstack-protector-strong -fno-strict-aliasing -fno-omit-frame-pointer -O2 -pipe -fno-omit-frame-pointer -fstack-protector-strong -fno-strict-aliasing -fno-omit-frame-pointer -fstack-protector-strong -o .libs/fminmax fminmax.o -L/usr/local/lib -lboost_system ../.libs/libadolc.so -lColPack -lm -Wl,-rpath -Wl,/usr/local/lib ld: error: ../.libs/libadolc.so:...

Hi, I am trying to install adol-c to use with my CMake based project on my macbook. I am kind of a beginner with C++, and not sure how to...

I have error with boost library: ``` checking whether errno is thread save... no checking which flag to use to enable OpenMP... -fopenmp checking for boostlib >= 1.54... yes checking...

``` Build with python swig module: no ./configure: line 22356: xno: command not found (due to python/swig missing) ``` There is apparently some error in the configure script. OS: FreeBSD...

Hi, I am trying to compile adol-c on a linux system (CentOS 7.9) and after configuring the build with `./configure --prefix=/cluster/apps/nss/gcc-6.3.0/adol-c/2.7.2/x86_64 --enable-shard --enable-sparse --enable-atrig-erf` and when compiling the code afterwards,...

I am trying to get an openmp for loop with reduction to compile and run. Based on the documentation and examples I would have thought something like: #pragma omp parallel...

ADOL-C 2.6.3 is confused when detecting ColPack on MacOS, using g++ 10.1 as compiler. From the ./configure output: ```checking ColPack/ColPackHeaders.h usability... no checking ColPack/ColPackHeaders.h presence... yes configure: WARNING: ColPack/ColPackHeaders.h: present...

I am working on a project which involves the evaluation of several functions and their derivatives. At each step, the derivatives of several different functions have to be evaluated (rather...

This is with: ac89ea483bfdbe865ed940605cf12687073d07d0 ``` checking for ColPack/ColPackHeaders.h... yes ./configure: 18943: Syntax error: Bad for loop variable ``` workaround: ``` diff --git a/configure b/configure index b929859b..81842168 100755 --- a/configure +++...

I get the following warning when I build adolc using g++ 10.2.1: ``` ../../../../ADOL-C/src/tapedoc/tapedoc.c: In function ‘filewrite_start’: ../../../../ADOL-C/src/tapedoc/tapedoc.c:57:5: warning: ‘strncpy’ specified bound depends on the length of the source argument...