ALPS Home Libraries License Support People ALPS Web Site

PrevUpHomeNext

Chapter 1. Getting Started

Synge Todo

Matthias Troyer

Table of Contents

Quick Start
Setup and Installation
Download
Supported Platforms and Compilers
Prerequisites
Installation
Configure Options
Compiling User Applications

Quick Start

mkdir -p $HOME/src
cd $HOMEsrc

curl -O http:/switch.dl.sourceforge.net/sourceforge/boostboost_1_33_0.tar.gz
tar zxvf boost_1_33_0.tar.gz

curl -O http:/alps.comp-phys.org/software/releases/alps-1.2.2.tar.gz
tar zxvf alps-1.2.2.tar.gz
cd alps-1.2.2
./configure
make install

PrevUpHomeNext