ALPS Home Libraries License Support People ALPS Web Site

PrevUpHomeNext

Configure Options

In this section we explain important options for ALPS configure script. For complete list of options see the output of

./configure --help

Table 1.1. basic options

Option

Description

--prefix=PREFIX

Install the files in PREFIX. The default value is $HOME/ALPS. The headers, libraries, and tools are installed in PREFIX/include, PREFIX/lib, and PREFIX/bin, respectively.


Normally configure script will automatically find optional libraries (MPI, HDF5, etc) installed in your system. However, if these libraries are installed in the places different from usual ones, you must specify them by the following options.

Table 1.2. optional libraries

Option

Description

--with-mpi=DIR

Specify the place where MPI is installed. MPI headers (eg. mpi.h) and libraries (eg. libmpi.a) are assumed to be installed in DIR/include and DIR/lib, respectively.


Copyright © 2002-2005 Synge Todo, Matthias Troyer

PrevUpHomeNext