Changeset 27 in TRACY3


Ignore:
Timestamp:
Dec 19, 2013, 6:30:05 PM (10 years ago)
Author:
zhangj
Message:

Remove unnessary configuration files and arrange the logs.

Location:
trunk
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/README

    r16 r27  
     1##########################################################################
     2Tracy Install instruction for ALBA
     3
     4Before 2011?  By L. Nadolski@SOLEIL????
     5
     6##########################################################################
     7Tracy-3
     8
     9Author: Johan Bengtsson
     10
     11Requirements:
     12
     13  1. GNU autoconf and automake environment.
     14
     15  2. GNU C++ compiler: gcc
     16
     17  3. Numerical Recipes in C (with support for "double").
     18     Assumed directory structure:
     19
     20       $NUM_REC/lib             libnum_rec.a
     21       $NUM_REC/inc             nrutil.h, nr.h
     22
     23To install:
     24
     25  1. Define the environment variable:
     26
     27       $NUM_REC = <path to Numerical Recipes library>
     28
     29  2. tar -xvzf <tar ball name>
     30
     31  3. cd tracy-3.0
     32
     33  4. ./bootstrap
     34
     35  5. ./configure
     36
     37  6.  cd tracy/wrk
     38
     39  7. make
     40
     41  8. ./main lattice/ALBA
     42
     43
     44
     45
    146##########################################################################
    247April 11th, 2011
Note: See TracChangeset for help on using the changeset viewer.