Changeset 43 for benchmark/run.sh
- Timestamp:
- 08/29/07 18:16:52 (1 year ago)
- Files:
-
- 1 modified
-
benchmark/run.sh (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
benchmark/run.sh
r42 r43 76 76 echo "Compiling BLAS_LAPACK with GOTO..." 77 77 echo "Compiling BLAS_LAPACK with GOTO..." >> ${TARGET_PATH}/compilation.log 78 #make -k GOTO_LINK=true && echo "compilation done" && echo78 make -k GOTO_LINK=true && echo "compilation done" && echo 79 79 80 80 … … 90 90 echo "Compiling FFLAS_FFPACK with ATLAS..." 91 91 echo "Compiling FFLAS_FFPACK with ATLAS..." >> ${TARGET_PATH}/compilation.log 92 make -k ATLAS_LINK=true && echo "compilation done" && echo92 make -k ATLAS_LINK=true && echo "compilation done" && echo 93 93 cd ${CURRENT_PATH}/src/BLAS_LAPACK 94 94 echo "Compiling BLAS_LAPACK with ATLAS..." 95 95 echo "Compiling BLAS_LAPACK with ATLAS..." >> ${TARGET_PATH}/compilation.log 96 #make -k ATLAS_LINK=true && echo "compilation done" && echo96 make -k ATLAS_LINK=true && echo "compilation done" && echo 97 97 else 98 98 echo "Skipping compilation..." … … 116 116 ${TEST_SRC_PATH}/mesure-FFLAS_FFPACK.sh 117 117 echo "running BLAS_LAPACK tests with GOTO..." 118 #${TEST_SRC_PATH}/mesure-BLAS_LAPACK.sh118 ${TEST_SRC_PATH}/mesure-BLAS_LAPACK.sh 119 119 120 120 … … 127 127 echo "running FFLAS_FFPACK tests with ATLAS..." 128 128 ${TEST_SRC_PATH}/mesure-FFLAS_FFPACK.sh 129 #echo "running BLAS_LAPACK tests with ATLAS..."129 echo "running BLAS_LAPACK tests with ATLAS..." 130 130 ${TEST_SRC_PATH}/mesure-BLAS_LAPACK.sh
