<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.cs.earlham.edu/index.php?action=history&amp;feed=atom&amp;title=Cluster%3A_C3_Tools_README</id>
	<title>Cluster: C3 Tools README - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.cs.earlham.edu/index.php?action=history&amp;feed=atom&amp;title=Cluster%3A_C3_Tools_README"/>
	<link rel="alternate" type="text/html" href="https://wiki.cs.earlham.edu/index.php?title=Cluster:_C3_Tools_README&amp;action=history"/>
	<updated>2026-06-14T06:11:08Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://wiki.cs.earlham.edu/index.php?title=Cluster:_C3_Tools_README&amp;diff=10077&amp;oldid=prev</id>
		<title>Kay: New page: &lt;pre&gt;&lt;nowiki&gt; 	C3 version 4.0:   Cluster Command &amp; Control Suite 	 Oak Ridge National Laboratory, Oak Ridge, TN,     Authors: M.Brim, R.Flanery, G.A.Geist, B.Luethke, S.L.Scott 	        (C...</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.earlham.edu/index.php?title=Cluster:_C3_Tools_README&amp;diff=10077&amp;oldid=prev"/>
		<updated>2009-08-03T16:38:13Z</updated>

		<summary type="html">&lt;p&gt;New page: &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt; 	C3 version 4.0:   Cluster Command &amp;amp; Control Suite 	 Oak Ridge National Laboratory, Oak Ridge, TN,     Authors: M.Brim, R.Flanery, G.A.Geist, B.Luethke, S.L.Scott 	        (C...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
	C3 version 4.0:   Cluster Command &amp;amp; Control Suite&lt;br /&gt;
	 Oak Ridge National Laboratory, Oak Ridge, TN,&lt;br /&gt;
    Authors: M.Brim, R.Flanery, G.A.Geist, B.Luethke, S.L.Scott&lt;br /&gt;
	        (C) 2001 All Rights Reserved&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
for help or reporting a bug please e-mail luethkeb@ornl.gov or &lt;br /&gt;
scottsl@ornl.gov&lt;br /&gt;
&lt;br /&gt;
For installation instructions see INSTALL&lt;br /&gt;
&lt;br /&gt;
for examples of scripts using the C3 tools and it&amp;#039;s related libraries see&lt;br /&gt;
the contrib directory&lt;br /&gt;
&lt;br /&gt;
node position in the c3.conf file is important. C3 version 3 and above allows &lt;br /&gt;
the use of node ranges on the command line. The numbers used for position refer to &lt;br /&gt;
the nodes position in the c3.conf file. To use an example, take the following&lt;br /&gt;
c3.conf file:&lt;br /&gt;
&lt;br /&gt;
cluster local {&lt;br /&gt;
	htorc-00:node0  #head node&lt;br /&gt;
	node[1-64]      #compute nodes&lt;br /&gt;
	exclude 60&lt;br /&gt;
	node[128-256]&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
this cluster is made up of 192 nodes. the range of name &amp;quot;node[1-64]&amp;quot; is listed&lt;br /&gt;
as slots 0-63 in the list. the range of names &amp;quot;node[128-256] fill up the slots&lt;br /&gt;
64-192. As you can see the slot a node fills in a command line range does not&lt;br /&gt;
necessarily coincide with it&amp;#039;s node name. It is also a reason to explicitly&lt;br /&gt;
specify that a node is dead (as opposed to commenting that line out), that &lt;br /&gt;
way the node at slot 63 is always the machine labeled node64. There are two &lt;br /&gt;
tools added to the C3 tools suite to help manage node numbers. cname is given&lt;br /&gt;
a name and returns its position, or slot, that it occupies. cnum takes a range&lt;br /&gt;
and returns what machine names are in that slot. Please see the c3.conf(5) and&lt;br /&gt;
c3-range(5) man pages for more details.&lt;br /&gt;
&lt;br /&gt;
Version 4.0 and above allow the use of a scalable configuration. You divide your&lt;br /&gt;
cluster into smaller sub-clusters than execute in a parallel. For example&lt;br /&gt;
&lt;br /&gt;
cluster part1 {&lt;br /&gt;
	node1&lt;br /&gt;
	node[1-10]&lt;br /&gt;
}&lt;br /&gt;
cluster part2 {&lt;br /&gt;
	node11&lt;br /&gt;
	node[11-20]&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
is a 20 node cluster. Since C3 can easily handle up to about a 64 node fanout on&lt;br /&gt;
most hardware the maximum recommended size is 64 64-way clusters, or 4096 nodes. &lt;br /&gt;
See c3-scale(5) for full details.&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kay</name></author>
	</entry>
</feed>