Background of the Invention
1. Field of the Invention
The invention relates to intercommunication networks for use in parallel processing systems and more particular to interconnection networks suited for use in massively parallel processing systems.
2. Description of the Prior Art
In general, distributed processing involves extending a processing load across a number of separate processors, with some type of interconnection scheme being used to couple all of the processors together in order to facilitate message passing and data sharing. Many variants of distributed processing architectures exist. Some entail use of only a relatively small number of interconnected processors, typically two and often less than ten, separate highly sophisticated central processing units as would be used in a traditional mainframe or super-mini-computer. These processors can be interconnected either directly through an interprocessor bus, or indirectly through a multi-ported shared memory. By contrast, massively parallel processing systems involve a relatively large number, often in the hundreds or even thousands, of separate microprocessor-based processing elements that are interconnected in a network by high speed switches in which each such processing element is at a separate node in the network. In operation, the network routes messages, typically in the form of packets, from any one of these nodes to another to provide communication therebetween. The present invention is directed to the manner of interconnecting the switches in such networks of massively parallel processing systems.
The overall performance of a massively parallel processing system can be heavily constrained by the performance of the underlying network. Generally speaking, if the network is too slow and particularly to the point of adversely affecting overall system throughout, it sharply reduces the attractiveness of using a massively parallel processing system.
Given the substantial number of processing elements that is generally used within a typical massively parallel processing system and the concomitant need for any one element in this system to communicate at any one time with any other such element, the network must also be able to simultaneously route a relatively large number of messages among the processing elements. One problem in communication is the lack of paths available to accomplish the efficient transfer between the nodes. This problem can be understood by reference to FIG. 1 which shows a prior art "2-D Mesh" network with sixteen nodes.
As shown in FIG. 1, the nodes 1 each contain a processor 2 and a switch 3. The nodes are arranged in rows and columns and are connected to each of the adjacent nodes by bi-directional connections 4. Communication between nodes 1 is through the bi-directional connections 4 and the switches 3 in the nodes. While communication between processors in adjacent nodes can be quick and efficient, communication to separated nodes must pass through switches in a number of intermediate nodes. For instance, when the node in the top row of the leftmost column communicates with the node in the bottom row in the rightmost column, it must pass through five intermediate nodes. With all nodes in the array communicating at the same time, there can be insufficient links 4 to communicate all messages at the same time. The situation can be best illustrated by the case where each node in the two lefthand columns 5 in FIG. 1 wants to communicate a message with a different node in the two righthand columns 6. There are only four bi-directional paths 4a to communicate eight messages in this sixteen node array. The problem is worse in arrays with more nodes. As a result, a 2D mesh array is said not to "scale" well.
A more scalable network is a folded butterfly variety of multistage network. This type of network decreases the number of nodes that must be traversed between the most distanced processing nodes and provides redundant paths between each of the processing nodes. Like the 2-D mesh network, each node is associated with switches. However, there is more than one processor at a node and the switch sets have two stages. For the simple two processors per node 10 array shown in FIG. 2, the switch sets 12 are made of two four way switches 14 and 16. This arrangement permits either processor to communicate with the other in the source node through the switch 14 and with processors in other nodes through connections between switch sets. The cross-coupling between switch sets gives rise to the "butterfly" in the term folded butterfly array while "folded" in that term comes from the fact that the last column of processor nodes wraps around and is connected to the first column.
While the connections between switches in the 2D mesh arrangement shown in FIG. 1 are in orderly rows and columns, the interconnections 20 between the switch sets in folded butterfly arrays can be chaotic. In the simple system illustrated in FIG. 2, the diagonal cross-coupling of the wiring between nodes appears manageable but in larger arrays with hundreds and even thousands of processors the diagonal cross couplings between switch sets has given rise to what has been referred to as the "ball of wires" problem. In such systems, the wiring during assembly and the tracing of connections during servicing can be daunting.
Brief Description of the Invention
In accordance with the present invention, the connections between the node switch sets of large scalable processor arrays, such as those of the folded butterfly variety, are arranged, like the 2-D mesh array, along rows and columns between the node switch sets. Additional sets of switches called pivot switch sets are used so accomplish this. They are added to the processing nodes to form a processor cluster. The clusters are each assigned a logical row and column location in an array. Each pivot set is connected to all node sets in the same assigned column location and to all node sets in the same assigned row location as the pivot set. Consequently, any two node sets of switches are connected by way of a pivot set located at either (a) the intersection row of the first node set and the column of the second node set or at (b) the intersection of the column of the first node set and the row of the second node set.
Therefore it is the object of the present invention to simplify the connection of processors in multistage processor arrays.
It is a further object of the present invention to provide a logical arrangement of node switches and pivot switches for connecting the final stages in multi-shape processor arrays.
Brief Description of the Drawings
The present invention can be readily understood from the following detailed description in conjunction wit the accompanying figures of which:
FIG. 1 is a block diagram of a prior art 2-D mesh array;
FIG. 2 is a block diagram of a prior art folded butterfly array;
FIG. 3 is a functional layout of processor nodes and pivot nodes in one embodiment of the present invention;
FIG. 4 is a wiring layout of processor clusters in a second embodiment of the present invention;
FIG. 5 is a prior art array of a scalable parallel processing system;
FIG. 6 is a diagram of a processing cluster using the switches of FIG. 5; and
FIG. 7 is a 128 processor, parallel processing array incorporating pivot switch sets.
Detailed Description
Referring now to FIG. 3, the sixteen processors P.sub.0 to P.sub.15 arranged in 2 columns in FIG. 2 are shown as being in one column in this figure. Every two processing nodes 24 and 26 form a single switch group 28. With each switch group the is an associated pivot group 34 to form a processing cluster. In this simple case, the switches in the switch group are all simple four way switches. All communication between the switches in a switch group is through the switch groups set of switches 30 and 32. While all communication between different switch groups is conducted through a pivot group. Each switch group and pivot group in a processing cluster are assigned the same logical row and column address location. Thus switch group 28a and pivot group 34a are assigned location 0,0 where the first digit represents the column location of the switch group and the second digit represents the row location of the switch group. Likewise, the other groups are assigned locations proceeding in numerical order as you proceed down the column of switches in the group. This sequence is repeated until all the processing clusters have been numbered irrespective of the number of clusters involved.
The groups are then arranged in columns and rows in accordance with their row and column numbers. A folded array containing nine processor clusters 22 arranged in three separate columns is shown in FIG. 4. Each pivot group is located adjacent to the node group with the same numerical cluster position. Then all of the node groups that have been assigned the same row address are connected to all the pivot groups with that row address. While each node groups assigned the same column address are connected to all the pivot groups with that column address. There are no node group to node group connections nor are there any pivot group to pivot group connections. With this arrangement, communication between any two node groups is always through a pivot group. There is no direct node group to node group communication. Nor is there any pivot group to pivot group communication. As shown in FIG. 4, all node groups are operationally separated from all other node groups in the illustrated array by only one pivot group. Furthermore, all array connections are along row and column paths. In addition there are redundant paths between each of the node groups.
FIG. 5 depicts a very high level simplified block diagram of actual prior art scalable parallel processing system. This system is the 9076 SP-1 system of International Business Machines (IBM) Corporation of Armonk, N.Y.
To the extent relevant, the system contains sixty-four separate processing elements 115. All of these processing elements operate in parallel with each of these elements performing a distinct portion of a given application. In order for each of these elements to perform its individual processing task, that element communicates with other processing elements through high speed bi-directional packet network 108, and specifically transfers application data through packet messages with other such elements, as the application requires. In that regard, each processing element undertakes its associated application processing upon receipt of the needed data from other processing elements and then communicates the results of that processing onward to another processing element(s), again by packet messages, for subsequent use therein.
As shown, the system is organized into four separate processing nodes, each of which contains sixteen separate processing elements 115 connected to corresponding nodes of a 16-by-16 bi-directional packet switch array. Specifically, processing nodes 110.sub.1, 110.sub.2, 110.sub.3 and 110.sub.4 each contain switch arrays 117.sub.1, 117.sub.2, 117.sub.3 and 117.sub.4 which are connected to processors 115.sub.16, 115.sub.17, 115.sub.32 and 115.sub.33, . . . , 115.sub.48 ; and 115.sub.49, . . . , 115.sub.64, respectively. All four packet switch arrays 117.sub.1, 117.sub.2, 117.sub.3 and 117.sub.4 are themselves interconnected through leads 135 to implement packet network 108. In that regard, arrays 117.sub.1, and 117.sub.2, 117.sub.1 and 117.sub.3, 117.sub.1 and 117.sub.4, 117.sub.2 and 117.sub.4, and 117.sub.3 and 117.sub.4 are interconnected through respective leads 135.sub.3, 135.sub.1 135.sub.2, 135.sub.11 and 135.sub.8. In addition, file server 140, which is conventional and well known in the art, is coupled, for packet communication, through leads 135, specifically leads 135.sub.4, 135.sub.5, 135.sub.6, and 135.sub.7 to the switch arrays within respective processing nodes 110.sub.1, 110.sub.3, 110.sub.4 and 110.sub.2 in order to write (download) a desired file into any processing element for subsequent use thereat or to receive (upload) and subsequently store a file from any processing element.
Inasmuch as all of the processing nodes are identical, then, for purposes of brevity, the following discussion will only address cluster 110.sub.1. This cluster contains sixteen separate processing elements, all of which are identical. Each of these processing elements is microprocessor based and specifically contains a reduced instruction set (RISC) microprocessor, such as preferably a RS/6000 type microprocessor manufactured by the IBM Corporation, and associated memory, input/output (I/O) and supporting circuitry. Since the circuitry of each of these elements has essentially no bearing on the invention it will not be discussed in any greater detail.
Each processing element, such as illustratively elements 115.sub.1 and 115.sub.16, can communicate on a bi-directional basis through bi-directional switch array 117.sub.1 and hence through packet network 108 with any other such element or the file server. In doing so, each of these elements is connected through a pair of half-duplex links to a corresponding input port (also hereinafter referred to as a "receiver") of an 8-by-8 port bi-directional switching circuit located within this switch array. Switch array 117.sup.1 contains eight separate identical 8-by-8 switching circuits 125 (specifically circuits 125.sub.1, 125.sub.2, 125.sub.3, 125.sub.4, 125.sub.5, 125.sub.6, 125.sub.7 and 125.sub.8) inter-connected through leads 127. Each of these switching circuits, routes packets from any of eight input ports to any of eight output ports. As such, the inter-connected switching circuits situated within switch array 117.sub.1 implement a bi-directional 16-by-16 packet switch. To simplify the drawing, each pair of half-duplex lines that connects to each processing element is shown as a single full-duplex line, such as lines 122.sub.1 and 122.sub.16 that respectively link processing elements 115.sub.1 and 115.sub.16 to switching circuits 125.sup.1 and 125.sub.4.
Operationally speaking, each processing element, such as element 115.sub.1, that desires to send a packet (i.e.., an "originating" element) to another processing element (i.e., a "destination" element), such as element 115.sub.33, first assembles a packet, to contain appropriate fields, including a routing code field. The routing code is formed of a number of successive groups of three-bit values, packed two groups per byte, with each group designating an output port address within a given 8-by-8 switching circuit. In practice, a number of such switching circuits are serially connected to implement successive routing stages. The number of such three-bit groups is governed by the number of successive routing stages, i.e., successive inter-connected individual switching circuits, used within the network. As each packet is routed through a given stage and that stage examines the most significant three-bit group to discern the specific output port for that packet and then discards this group and shortens that packet accordingly. Accordingly, the next three-bit group becomes the most significant group for use by the next successive routing stage, and so forth. Details of the switches and the routing code can be found in patent application serial #27906 (KI9-93-003) filed Mar. 4, 1993, and entitled "A General Shared Queue Based Time Multiplexed Packet Switch with Deadlock Avoidance", which application is hereby incorporated by reference.
Referring now to FIG. 6, it can be seen how the processing nodes 110 in FIG. 5 are connected in accordance with the present invention. Processor nodes 110.sub.1 and 110.sub.3 are joined by a pivot group 110.sub.5 to form a processing cluster. The pivot group contains a switch 117.sub.5 which is identical to the switches 117.sub.1 and 117.sub.3. The switch 117.sub.3 is shown unfolded so that the pivot group 110.sub.5 connects processor node 110.sub.1 to processor node 110.sub.3.
There is at least one connection between the pivot node 110.sub.5 and each of the processor nodes 110.sub.1 and 110.sub.3. In the 128 processor array of FIG. 7, there are four connections between the pivot group and the two nodes in each cluster shown in FIG. 6. The remaining connections are to the other clusters making up the 128 cluster array. In FIG. 6 all connections between the processor nodes 110.sub.1 and 110.sub.2 is through the pivot node 110.sub.5. Communication always goes through both halves of the pivot switch in one direction or another. Likewise, in FIG. 7 all communication between the groups of processor clusters is through a pivot switch group. There is no direct pivot group to pivot group connection nor is there any direct processor group to processor group connection.
As can be seen in FIG. 7, the ball of wires problem persists in an array using pivot switches when the wiring between the clusters is haphazard. Wiring between the clusters should be as discussed in connection with FIG. 4. That is wires should be arranged along the row and column dimensions of a matrix. The four clusters of FIG. 7 can be arranged as a two by two array like the four clusters 24 in the upper lefthand corner in FIG. 4 or alternatively in a single column or row.
Although the invention has been described above with respect to certain embodiments thereof, it should be understood that it is not limited to application to those embodiments. For instance though the array of FIG. 4 is shown as being planar, it could be cylindrical or folded like a blanket to form a multi-layer array. Also in each of the illustrated embodiments there are two processor nodes and one pivot set in a cluster. The number of processor nodes can vary. Therefore it should be understood that these and other changes can be made without departing from the spirit and scope of the invention.