From 3855ab472f1bd523ba51122b731c4336182a3268 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Wed, 7 Dec 2016 14:23:49 +0100 Subject: Cleanup file structure --- scripts/eigen_monitor_perf.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'scripts') diff --git a/scripts/eigen_monitor_perf.sh b/scripts/eigen_monitor_perf.sh index d4b3f82f0..39f8e7ecd 100755 --- a/scripts/eigen_monitor_perf.sh +++ b/scripts/eigen_monitor_perf.sh @@ -6,17 +6,17 @@ USER='ggael' UPLOAD_DIR=perf_monitoring/ggaelmacbook26 EIGEN_SOURCE_PATH=$HOME/Eigen/eigen -export PREFIX="haswell-fma-" +export PREFIX="haswell-fma" export CXX_FLAGS="-mfma -w" #### -BENCH_PATH=$EIGEN_SOURCE_PATH/bench/perf_monitoring/gemm/ +BENCH_PATH=$EIGEN_SOURCE_PATH/bench/perf_monitoring/$PREFIX PREVPATH=`pwd` -cd $BENCH_PATH && ./runall.sh "Haswell 2.6GHz, FMA, Apple's clang" $* +cd $EIGEN_SOURCE_PATH/bench/perf_monitoring && ./runall.sh "Haswell 2.6GHz, FMA, Apple's clang" $* cd $PREVPATH -ALLFILES="$BENCH_PATH/$PREFIX*.png $BENCH_PATH/$PREFIX*.html $BENCH_PATH/index.html $BENCH_PATH/s1.js $BENCH_PATH/s2.js" +ALLFILES="$BENCH_PATH/*.png $BENCH_PATH/*.html $BENCH_PATH/index.html $BENCH_PATH/s1.js $BENCH_PATH/s2.js" # (the '/' at the end of path is very important, see rsync documentation) rsync -az --no-p --delete $ALLFILES $USER@ssh.tuxfamily.org:eigen/eigen.tuxfamily.org-web/htdocs/$UPLOAD_DIR/ || { echo "upload failed"; exit 1; } -- cgit v1.2.3