Questions tagged [starcluster]

An open source cluster-computing toolkit for Amazon’s Elastic Compute Cloud (EC2).

StarCluster is an open source cluster-computing toolkit mainly developed in for Amazon’s Elastic Compute Cloud () released under the LGPL license.

StarCluster has been designed to automate and simplify the process of building, configuring, and managing clusters of virtual machines on Amazon’s EC2 cloud. StarCluster allows anyone to easily create a cluster computing environment in the cloud suited for distributed and parallel computing applications and systems.

52 questions
0
votes
1 answer

Java Runtime Execution - Confirmation issue

I am trying to develop a GUI application that creates and deletes elastic Starcluster clusters in Amazon Elastic Compute 2. So far I have managed to create and use these clusters from the graphic application, but I am running into a problem when I…
0
votes
1 answer

Starcluster put - sync?

I am using the starcluster command put to move files into my AWS cluster. The problem is that if I add files to a directory and then want to upload it I need to either create a list of those files, or re-copy everything. I would like to to something…
Yair
  • 1,325
  • 2
  • 13
  • 18
0
votes
1 answer

Starcluster tab completion not working

I am trying to get StarCluster's tab completion to work. Quoting the documentation: to enable StarCluster bash-completion support for every shell you open, add the following line to your ~/.bashrc file: source…
Yair
  • 1,325
  • 2
  • 13
  • 18
0
votes
1 answer

EC2 starcluster stopped working

Starcluster on EC2 ubuntu stopped working. I am not aware of any intentional configuration change or anything else and am unable to find much help. Can you please tell me if anyone has any suggestions? starting, terminating, or even listing clusters…
0
votes
1 answer

Running C simulations on EC2

I've been running parallel, independent simulations on a SGE cluster and would like to transition to using EC2. I've been looking at the documentation for StarCluster but, due to my inexperience, I'm still missing a few things. 1) My code is written…
GOTO10
  • 1
0
votes
1 answer

Are all cluster computing libraries compatible with starcluster?

I have a highly threaded application running on amazon EC2. I would to convert this application to a cluster on EC2. I would like to use starcluster for this as its easy to manage the cluster. However I am new to cluster/distributed computing. A…
Nithin
  • 2,223
  • 4
  • 21
  • 29
-1
votes
1 answer

'HTTP Error 403: SSL is required' on using Ubuntu shell

So I am manually installing StarCluster on my PC using instructions from here but am getting this error: urllib.error.HTTPError: HTTP Error 403: SSL is required IMAGE What do I do?
1 2 3
4