Hi Chris,<div><br></div><div>Re  DEFAULT_TEMPLATE=smallcluster: Assuming you&#39;ve generated the .starcluster/config file using the procedure defined in the online docs, then [cluster smallcluster] will be a stanza in that file, whose details you&#39;ll edit for your application or use case.</div>
<div><br></div><div>NODE_INSTANCE_TYPE is one of the variables you can set within each cluster definition, as the default value for that particular cluster type, to whatever EC2 instance type works for your app.  If you use the &quot;extends = smallcluster&quot; within a mediumcluster definition, you could set a new node instance type for that kind of cluster.  So, something like:</div>
<div><br></div><div>[cluster smallcluster]</div><div>NODE_INSTANCE_TYPE=m1.small</div><div>CLUSTER_SIZE=8</div><div>&lt; ... lots more details for smallcluster defaults&gt;</div><div><br></div><div>[cluster mediumcluster]</div>
<div>extends = smallcluster </div><div>NODE_INSTANCE_TYPE=m1.medium</div><div>CLUSTER_SIZE=16</div><div><br></div><div>Then if you start a smallcluster and initiate load balancing against it, it&#39;ll add m1.small nodes by default, whereas load balancing a cluster that&#39;s based on mediumcluster would add m1.medium nodes. </div>
<div><br>For load balancing, the value of max nodes, -m, would be set less than or equal to the CLUSTER_SIZE limit you have set up in your cluster definition (assuming you didn&#39;t override that value on the command line when you launched that particular cluster).</div>
<div><br></div><div>Cheers, </div><div>Lyn</div><div><br><div class="gmail_quote">---------- Forwarded message ----------<br>From: <b class="gmail_sendername"></b> <span dir="ltr">&lt;<a href="mailto:starcluster-request@mit.edu">starcluster-request@mit.edu</a>&gt;</span><br>
Date: Tue, Feb 26, 2013 at 9:51 AM<br>Subject: StarCluster Digest, Vol 42, Issue 24<br>To: <a href="mailto:starcluster@mit.edu">starcluster@mit.edu</a><br><br><br>Send StarCluster mailing list submissions to<br>
        <a href="mailto:starcluster@mit.edu">starcluster@mit.edu</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://mailman.mit.edu/mailman/listinfo/starcluster" target="_blank">http://mailman.mit.edu/mailman/listinfo/starcluster</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
        <a href="mailto:starcluster-request@mit.edu">starcluster-request@mit.edu</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:starcluster-owner@mit.edu">starcluster-owner@mit.edu</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of StarCluster digest...&quot;<br>
<br>Today&#39;s Topics:<br>
<br>
   1. Cluster size (Butson, Christopher)<br>
<br><br>---------- Forwarded message ----------<br>From: &quot;Butson, Christopher&quot; &lt;<a href="mailto:cbutson@mcw.edu">cbutson@mcw.edu</a>&gt;<br>To: &quot;<a href="mailto:starcluster@mit.edu">starcluster@mit.edu</a>&quot; &lt;<a href="mailto:starcluster@mit.edu">starcluster@mit.edu</a>&gt;<br>
Cc: <br>Date: Tue, 26 Feb 2013 16:27:25 +0000<br>Subject: [StarCluster] Cluster size<br>I&#39;m looking at StarCluster for use in simulations using PBS or SGE. This seems like a great tool that could save a lot of development time! The goal is to setup a cluster that can allocate hundreds of nodes (I think these are elastic compute units (ECU) in the Amazon nomenclature), up to a maximum of around 1000. I&#39;ve read the documentation and have successfully run a small test cluster but I&#39;m still having trouble understanding the relationship between the following:<br>

<br>
  1.  NODE_INSTANCE_TYPE: I understand that this is the Amazon instance type, but I don&#39;t see how this interacts with load balancing or the default template.<br>
  2.  DEFAULT_TEMPLATE=smallcluster: Where is this template defined? I note that another is largecluster, but I&#39;m not sure the difference between the two.<br>
<br>
  3.  Elastic load balancing: This feature makes sense, but is the maximum number of nodes a function of selections I make for the default template or instance type?<br>
<br>
Thanks for any insights on how to configure the cluster,<br>
Chris<br>
<br>
Christopher R. Butson, Ph.D.<br>
Associate Professor<br>
Biotechnology &amp; Bioengineering Center<br>
Departments of Neurology &amp; Neurosurgery<br>
Medical College of Wisconsin<br>
<a href="tel:%28414%29%20955-2678" value="+14149552678">(414) 955-2678</a><br>
<a href="mailto:cbutson@mcw.edu">cbutson@mcw.edu</a><br>
<br>
<br>
<br>
<br>_______________________________________________<br>
StarCluster mailing list<br>
<a href="mailto:StarCluster@mit.edu">StarCluster@mit.edu</a><br>
<a href="http://mailman.mit.edu/mailman/listinfo/starcluster" target="_blank">http://mailman.mit.edu/mailman/listinfo/starcluster</a><br>
<br></div><br></div>