Using amazon aws and starcluster for evolutionary algorithm.
- starcluster (easy_install starcluster)
- AWS Credentials
- Set up a star cluster configuration file with your AWS credentials and the number of nodes etc
- You can use the default starcluster aws image
- Copy the starcluster/conf.dist to starcluster/conf and fill in your credentials and generate the rsa key
- If you change the file structure and logins please be aware of the following points:
- The script needs an NFS mounted /home folder on all nodes
- SSH login has to be without password (default starcluster vm)
- The /root folder is used to process files local, so don't share it on NFS
./start.sh path/to/config clustername
./terminate.sh path/to/config clustername