Changeset 39 for INSTALL

Show
Ignore:
Timestamp:
08/28/07 12:05:25 (1 year ago)
Author:
pernet
Message:

Some documentation/Makefile updates for release 1.3.0

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • INSTALL

    r4 r39  
    66 
    77The routines are designed to work with a generic finite field implementation,  
    8 compliant with the interface of LinBox (www.linalg.org). We also provide two  
     8compliant with the interface of LinBox (www.linalg.org). We also provide two 
    99default implementations that make these routines work more efficiently. 
    1010 
    11 * fflas_ffpack/modular-balanced.h : implements any prime finite field of cardinality between 
    12 3 and 2^25. The most efficient; to be used by default. 
     11* fflas_ffpack/modular-balanced.h : implements any prime finite field of cardinality between larger than 2. 
     12and smaller than 2^26 (Modular<double>) or 2^12 (Modular<float>). 
     13The most efficient implementations ; to be used by default.  
    1314 
    1415* fflas_ffpack/modular-positive.h : implements any prime finite field of cardinality between 
    15 2 and 2^25.  
     162 and 2^26 (Modular<double>) or 2^12 (Modular<float>).  
    1617 
    1718REQUIREMENTS : 
     
    3334ARCH=              {the architecture parameter for g++. For example pentium4, athlon, opteron,...} 
    3435 
    35 Then simply run make in the test directory. 
     36Then simply run  
     37 
     38'make'  
     39 
     40in the test directory. 
     41 
     42The compiled tests are the following files 
     43tests/test-fgemm 
     44tests/test-fgemv 
     45tests/test-lqup 
     46tests/test-charpoly 
     47tests/test-compressQ 
     48tests/test-frobenius 
     49tests/test-fsquare 
     50tests/test-det 
     51tests/test-invert 
     52tests/test-krylov-elim 
     53tests/test-rank 
     54 
     55 
     56COMPILATION OF THE SANITY/REGRESSION TESTS : 
     57 
     58These tests require the GIVARO library and therefore also the GMP library. 
     59First complete and uncomment the fields GIVARO_ROOT and GMP_ROOT in tests/Makefile. 
     60Then run  
     61 
     62'make regression'. 
     63 
     64The compiled tests are the following files 
     65 
     66tests/testeur_fgemm.C 
     67tests/testeur_lqup.C 
     68tests/testeur_ftrsm.C