Make eigen_monitor_perf.sh more robust
This commit is contained in:
		
							parent
							
								
									7f42a93349
								
							
						
					
					
						commit
						3f7fb5a6d6
					
				| @ -12,9 +12,9 @@ export CXX_FLAGS="-mfma -w" | |||||||
| #### | #### | ||||||
| 
 | 
 | ||||||
| BENCH_PATH=$EIGEN_SOURCE_PATH/bench/perf_monitoring/$PREFIX | BENCH_PATH=$EIGEN_SOURCE_PATH/bench/perf_monitoring/$PREFIX | ||||||
| PREVPATH=`pwd` | PREVPATH=$(pwd) | ||||||
| cd $EIGEN_SOURCE_PATH/bench/perf_monitoring && ./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 | cd $PREVPATH || exit 1 | ||||||
| 
 | 
 | ||||||
| ALLFILES="$BENCH_PATH/*.png $BENCH_PATH/*.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" | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Androbin42
						Androbin42