Changeset 43 for benchmark/run.sh

Show
Ignore:
Timestamp:
08/29/07 18:16:52 (1 year ago)
Author:
pernet
Message:

Updating the benchmark section to make it work with fflas-ffpack

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • benchmark/run.sh

    r42 r43  
    7676    echo "Compiling BLAS_LAPACK with GOTO..." 
    7777    echo "Compiling BLAS_LAPACK with GOTO..."  >> ${TARGET_PATH}/compilation.log 
    78 #    make -k GOTO_LINK=true && echo "compilation done" && echo 
     78    make -k GOTO_LINK=true && echo "compilation done" && echo 
    7979     
    8080     
     
    9090    echo "Compiling FFLAS_FFPACK with ATLAS..." 
    9191    echo "Compiling FFLAS_FFPACK with ATLAS..."  >> ${TARGET_PATH}/compilation.log 
    92     make -k ATLAS_LINK=true && echo "compilation done" && echo 
     92   make -k ATLAS_LINK=true && echo "compilation done" && echo 
    9393    cd  ${CURRENT_PATH}/src/BLAS_LAPACK 
    9494    echo "Compiling BLAS_LAPACK with ATLAS..." 
    9595    echo "Compiling BLAS_LAPACK with ATLAS..."  >> ${TARGET_PATH}/compilation.log 
    96 #    make -k ATLAS_LINK=true && echo "compilation done" && echo 
     96    make -k ATLAS_LINK=true && echo "compilation done" && echo 
    9797else 
    9898    echo "Skipping compilation..." 
     
    116116${TEST_SRC_PATH}/mesure-FFLAS_FFPACK.sh 
    117117echo "running BLAS_LAPACK tests with GOTO..." 
    118 #${TEST_SRC_PATH}/mesure-BLAS_LAPACK.sh 
     118${TEST_SRC_PATH}/mesure-BLAS_LAPACK.sh 
    119119 
    120120 
     
    127127echo "running FFLAS_FFPACK tests with ATLAS..." 
    128128${TEST_SRC_PATH}/mesure-FFLAS_FFPACK.sh 
    129 #echo "running BLAS_LAPACK tests with ATLAS..." 
     129echo "running BLAS_LAPACK tests with ATLAS..." 
    130130${TEST_SRC_PATH}/mesure-BLAS_LAPACK.sh