From 2e34bc7a53c1b23d708892e4b99e6df9bd52faeb Mon Sep 17 00:00:00 2001 From: Danny Bickson Date: Sun, 3 Nov 2013 09:30:05 +0200 Subject: [PATCH] added benchmark ec2 script --- scripts/ec2/benchmark_ec2.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/scripts/ec2/benchmark_ec2.sh b/scripts/ec2/benchmark_ec2.sh index 6b4a06f869..35e75644a4 100644 --- a/scripts/ec2/benchmark_ec2.sh +++ b/scripts/ec2/benchmark_ec2.sh @@ -22,12 +22,22 @@ # Please send any questions or bug reports to graphlabapi@groups.google.com # Written by Danny Bickson + +############################################################################ +# CONFIGURATION +############################################################################ MAX_SLAVES=3 # configure the maximum number of slaves MAX_RETRY=3 # configure the number of experiemnt repeats PAGERANK=1 # if 1, runs pagerank SVD=1 # if 1, runs svd ALS=1 # if 1, runs als +#It is recommended to define the below two variables for easier setup +#uncomment the below two lines once you set them up +#export AWS_ACCESS_KEY_ID=[ Your access key ] +#export AWS_SECRET_ACCESS_KEY=[ Your access key secret ] +###################################################################### + # clean old running instances, if any echo "y" | ./gl-ec2 -i ~/.ssh/amazonec2.pem -k amazonec2 destroy hpctest # launch ec2 cc2.8xlarge image