Next: Test calculation
Up: User's manual of ADPACK
Previous: About ADPACK
  Contents
After downloading adpack2.0.tar.gz, decompress it as follows:
% tar zxvf adpack2.0.tar.gz
When it is completed, you can find three directories
(source, work, idensity) under the directory, adpack2.0.
Move to the directory, source, and then install as follows:
% make install
When the compile is completed normally, then you can find the executable file,
adpack, in the directory, work.
To make the execution of ADPACK efficient, you can change a compiler and
compile options appropriate for your computational environment,
which can generate an optimized executable file. Then, it might be made by
specifying CC in the makefile which exists in directory, source.
The default for the specification of CC is as follows:
CC = gcc -O3
However, it is highly recommended to use the gnu C compiler (gcc) for the
numerical stability.
2008-06-20