jtriley / StarCluster

StarCluster is an open source cluster-computing toolkit for Amazon's Elastic Compute Cloud (EC2).
http://star.mit.edu/cluster
GNU Lesser General Public License v3.0
581 stars 308 forks source link

Configure starcluster to include a custom PE (Parallel Environment) with SGE install #380

Open pintohutch opened 10 years ago

pintohutch commented 10 years ago

Is there any way that I can configure starcluster to automatically add a custom PE to the SGE install when I start a cluster from an AMI? I would also need to add this PE as a reference to an SGE queue so that the queuing system knows about this PE (i.e. qconf -mattr queue pe_list "pe_name" all.q) for example.

nitecoder commented 10 years ago

I wrote a plugin to do something similar. You are welcome to use it as an example. It should be possible to have a nice configurable way to do this but I haven't found one yet. https://gist.github.com/nitecoder/10319845