next up previous contents
Next: Header and linking Up: How to install and Previous: How to install and   Contents


Installing ALIAS

ALIAS is available through anonymous ftp at ftp-sop.inria.fr, directory coprin/logiciels/ALIAS.

The standard distribution of ALIAS is contained in different directories:

The library directory includes the following header files:
 
header_2B.h
header_Analysis_Univariate.h
header_Solve_General_Interval.h
header_Solve_UP.h
header_Trigo.h
header_Utilities_Interval.h
header_Utilities_UP.h
header_constants.h
header_externe.h
header_functions.h
header_parser.h
and the following library files:
 
lib_2B.a
lib_Continuation.a
lib_No_Slave.a
lib_Slave.a
lib_Parser.a
lib_Solve_General.a
lib_Solve_General_Parser.a
lib_Solve_Simplex.a
lib_Trigo.a
lib_UP.a
The library lib_2B.a includes the program that are necessary to run the 2B filtering (see section 2.17). The library lib_Continuation.a contains the programs described in section 9.1, the library
lib_Solve_Simplex.a the programs devoted to the specific system solving procedures described in sections 2.14, 2.16. The general purpose solving algorithms and various utilities are installed in the library lib_Solve_General.a which must be included in the last position in the makefile.

The library lib_UP.a includes all the programs related to univariate and parametric polynomial, lib_Trigo.a contains some utilities for trigonometric equations and the libraries for using the parser are lib_Parser.a and
lib_Solve_General_Parser.a.

The libraries lib_Slave.a, lib_No_Slave.a are to be used respectively if a parallel or sequential implementation of ALIAS is used.

To install the library you must first install the Profil library in a specific place e.g. /u/Profil which will contain the .a files of Profil together with its header files in the sub-directory incl. Note that this distribution of BIAS/Profil is somewhat different from the standard distribution as some bugs have been corrected.

You will then install the ALIAS library in a specific directory, e.g. /u/ALIAS, which will contain the above library and header files.

The standard distribution includes also three programs based on the ALIAS parser:


next up previous contents
Next: Header and linking Up: How to install and Previous: How to install and   Contents
Jean-Pierre Merlet 2012-12-20