Basic System InformationLast update on Sunday, 07-Sep-2008 20:06:58 CDT. | ||
|
Hydra is a 640-processor IBM Cluster system. The processors are IBM's 1.9GHz Power5+'s and these are physically packaged and organized 16 to a node. A node, a p575 node so called, is an SMP, a symmetric multi-processor system, that is, with 16 Power5+ processors and a shared memory of 32 gigabytes. Of these 32 gigabytes only 25 are available for user processing. Keep that in mind when setting batch job memory limits. The 40 nodes are further organized and housed into four physical frames or racks, stacked ten nodes to a rack, and interconnected by a high performance switch (HPS), as well as with a gigabit ethernet. The cluster uses the HPS for parallel processing and communication between the nodes. Each p575 node connects to the HPS network of nodes using two adapters. Each of the two HPS adapters in effect attaches to one of the two available subnetworks via which HPS routes a message packet to another node.
| You will find a much more detailed and informative description of hardware issues at Architecture Login Nodes: hydra & hydra2 The staff has configured the naming of the nodes to reflect their physical location in the four racks. A node name consists of a four- or a five-character string, f[1-4]n[1-10]. For example, f3n9, refers to the 9th node in rack 3, f1n1 is node 1 in rack 1, etc. Node numbers increase from the (physical) bottom up, 1-10. Two of the 40 nodes, f1n1 and f1n10, are allocated to interactive processing. Logins are enabled only to those two nodes. The internet host nanes of f1n1 and f1n10 are hydra and hydra2, respectively. The rest of the nodes are only accessible by the LoadLeveler, the batch facility. You can view this list of nodes using the LoadLeveler command, listnodes (llstatus -f %n will also work). Even more useful for tracking batch jobs is the listnodeusage command which lists the nodes that specific jobs run on. A sample listing follows.
|