Before installing Tapenade, you must check that an up-to-date Java Runtime Environment is installed. Tapenade will not run with older Java Runtime Environment.
tar xvfz tapenade_3.16.tar
JAVA_HOME=/usr/java/default
.For more information on the tapenade
command and its arguments, type :
tapenade -?
Before installing Tapenade, you must check that an up-to-date Java Runtime Environment is installed. Tapenade will not run with older Java Runtime Environment.
The Fortran parser of Tapenade uses cygwin.
\tapenade_3.16\bin\tapenade.bat
file and modify "install_dir"\tapenade_3.16\bin\tapenade.bat
according to your installation parameters:TAPENADE_HOME=..
by TAPENADE_HOME="install_dir"\tapenade_3.16
JAVA_HOME="C:\Progra~1\Java\jdkXXXX"
by your current java directoryBROWSER="C:\Program Files\Internet Explorer\iexplore.exe"
by your current browser.docker container run --rm -v ${PWD}:/tapdir registry.gitlab.inria.fr/tapenade/tapenade -version
docker container run --rm -v ${PWD}:/tapdir -v /tmp:/tmp registry.gitlab.inria.fr/tapenade/tapenade -O /tmp program.c f.f90
On linux, add -u option: -u $(stat -c "%u:%g" ./)
To download the latest tapenade image:
docker pull registry.gitlab.inria.fr/tapenade/tapenade
If you want to be kept informed about new developments and releases of Tapenade, subscribe to the tapenade-users mailing list.
Tapenade User Documentation is available on our web site.
The Tapenade Automatic Differentiation tool: principles, model, and specification is the Tapenade reference article.