-
Notifications
You must be signed in to change notification settings - Fork 517
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Danny Bickson
committed
Nov 3, 2013
1 parent
cfef5c9
commit 2e34bc7
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,12 +22,22 @@ | |
# Please send any questions or bug reports to [email protected] | ||
# 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 | ||
|