METHOD, PROGRAM, AND PARALLEL COMPUTER SYSTEM FOR SCHEDULING PLURALITY OF COMPUTATION PROCESSES INCLUDING ALL-TO-ALL COMMUNICATIONS (A2A) AMONG PLURALITY OF NODES (PROCESSORS) CONSTITUTING NETWORK

Abstract
Optimally scheduling a plurality of computation processes including all-to-all communications (A2A) among a plurality of nodes (processors) constituting an n-dimensional (a torus or a mesh) network, The plurality of nodes (processors) constituting the network are divided into a communication (computation process) phase (A2A-L) required for all-to-all communications only among a plurality of nodes included in a first subgroup and a communication (computation process) phase (A2A-P) required for all-to-all communications only among a plurality of nodes included in a second subgroup to perform parallel processing with the phases overlapped with each other across a plurality of threads (thread 1, thread 2, thread 3, and thread 4). It is also possible to perform the parallel processing with respect to a plurality of computation processes such as a fast Fourier transform (FFT) and a transpose (T) (internal transpose).
Description
FIELD OF THE INVENTION

The present invention relates to optimally scheduling a plurality of computation processes including all-to-all communications (A2A) among a plurality of nodes (processors) constituting an n-dimensional (torus or mesh) network.


BACKGROUND ART

In parallel computers connected via a torus or mesh network, the performance of communication among a plurality of nodes (processors) significantly affects the speed of computation processes. As a typical communication pattern, there has been known an all-to-all communication (A2A for short), in which all nodes send data different from each other to other all nodes, requiring the largest amount of communication traffic. The all-to-all communication is known as communication frequently used in a lot of computations including a matrix transpose (T for short) and a fast Fourier transform (FFT for short).


Patent Document 1 defines that a matrix transpose in FFT computation or computation as a two-dimensional (2D) FFT in one-dimensional (1D) FFT computation is the general state of the art. The one-dimensional FFT is processed across a plurality of processors and the two-dimensional FFT is processed across a plurality of processors.


Patent Document 2 describes an idea of making more efficient processing within the all-to-all communication in an n-dimensional torus by superimposing phases. Here, the present invention is described by comparison with Patent Document 2. The present invention is to convert an all-to-all communication to a plurality of partial all-to-all communications to pipeline the all-to-all communications, while the present invention does not include an implementation method within the all-to-all communication and therefore is intended for a different purpose. In addition, scheduled objects of the present invention differ from those of Patent Document 2, and Patent Document 2 does not include the superposition of processes other than those of an all-to-all communication on processes within the all-to-all communication as in the present invention.


PRIOR ART REFERENCES
Patent Documents

[Patent Document 1] Japanese Patent No. 3675537


[Patent Document 2] Japanese Patent No. 2601591


SUMMARY OF THE INVENTION
Problems to Be Solved by the Invention

It is desired to make more efficient a plurality of computation processes including all-to-all communications (A2A) among a plurality of nodes (processors) constituting an n-dimensional (torus or mesh) network.


Means for Solving the Problems

The plurality of nodes (processors) constituting the network are divided into a computation process phase (A2A-L) required for all-to-all communications only among a plurality of nodes included in a first subgroup and a communication phase (A2A-P) required for all-to-all communications only among a plurality of nodes included in a second subgroup to perform parallel processing with the phases overlapped with each other across a plurality of (Nt) threads (thread 1, thread 2, thread 3, thread 4, - - - thread Nt).


Advantages of the Invention

It is possible to optimally schedule a plurality of computation processes including all-to-all communications (A2A) among a plurality of nodes (processors) constituting an n-dimensional (torus or mesh) network and therefore to improve computing performance.





BRIEF DESCRIPTION OF THE DRAWINGS


FIG. 1 is a schematic diagram for describing a computation process of a one-dimensional (1D) FFT (length N) on a parallel computer;



FIG. 2 is a schematic diagram illustrating the configuration of a node (processor);



FIG. 3 is diagram illustrating a four-dimensional torus network as a schematic diagram for describing a network dimension and the longest axis;



FIG. 4 is a diagram illustrating how the performance of a parallelized 1D FFT varies according to the configuration of the numbers on the axes of the nodes (processors) constituting a torus;



FIG. 5 is a diagram illustrating a method of scheduling a plurality of computation processes including all-to-all communications (A2A) among a plurality of nodes (processors) by applying the present invention; and



FIG. 6 is a diagram illustrating how the performance of a parallelized 1D FFT varies according to the configuration of the numbers of the nodes (processors) on the axes constituting a torus as an effect of applying the present invention.





MODE FOR CARRYING OUT THE INVENTION


FIG. 1 shows a schematic diagram for describing a computation process of a one-dimensional (1D) FFT (length N) on a parallel computer.



FIG. 1(A) shows that parallel processing is performed by transforming a 1D FFT (length N) into a two-dimensional (2D) FFT (N1, N2) (N=N1×N2) in order to compute the 1D FFT on the parallel computer and then dividing the 2D FFT into two FFTs having lengths N1 and N2, respectively. In other words, FIG. 1(A) shows that the parallel processing is performed with different directions in two dimensions (2D) of N1 and N2. It should be noted here that np indicates the number of processors (nodes).



FIG. 1(B) shows a parallelized 1D FFT algorithm. It is known that computation in the parallelized 1D FFT requires three-time transpose “T” in the course of obtaining an output from an input. It is described as the general state of the art also in Patent Document 1, for example.



FIG. 1(C) shows that the transpose “T” is processing in which rows and columns are interchanged. Supposing that i is a row number and j is a column number, FIG. 1(C) shows that the position of a pattern corresponding to ij is interchanged with the position of a pattern corresponding to ji. In a first stage, all-to-all communications (A2A) are used to perform processing with being blocked in units of a pattern. Therefore, in a second stage, it is required to perform an internal transpose (IT) within the block.



FIG. 2 shows a schematic diagram illustrating the configuration of a node (processor). In FIG. 2(A), one node is expressed as a cubic image. The use of this type of expression facilitates imaging of six bidirectional communication paths (or alternatively 12 unidirectional communication paths) for communicating from six faces of the cube with other spatially adjacent nodes (processors) and facilitates imaging of the configuration of a three-dimensional network.



FIG. 2(B) shows the internal configuration of a node (processor). The parallel computer has a feature of having a plurality of threads, some of which are called multi-threads. Those resembling the multi-threads are multi-cores, multi-processors, and the like called in various ways, but they are not necessarily distinguished uniquely from each other when used. Naturally, the application of the present invention is intended to enable parallel processing (pipelining) within a node (processor) and overlapping of contents to be processed and therefore there is no meaning in positively distinguishing these resemblances from each other.


It is known that there are products various in the number of threads within one node (processor). In this specification, four threads, namely thread 1, thread 2, thread 3, and thread 4 are shown. Although a thread is typically hardware, it is possible to embody a thread as software devised to serve as hardware or as a combination of hardware and software.


Moreover, the node (processor) contains a memory, which stores information on which communication processing monopolizes the thread at the current time, information (for example, in the form of a table or the like) on which communication processing is to be executed by the thread at the next time, and the like. Although the memory is typically embodied as hardware, it is also possible to form a virtual area in combination with software.


Moreover, the node (processor) contains a controller, which controls access permissions on messages transmitted or received via communication paths. The controller is able to be embodied as hardware, as software, or as a combination of hardware and software.


A scheduling method of the present invention is able to work autonomously for each node (processor) or to work in cooperation with a plurality of adjacent nodes (processors) constituting a subgroup. It is also possible to provide the scheduling method as a program (or a program product) having a plurality of codes which each node (processor) is able to run. Moreover, it is possible to provide the scheduling method as a parallel computer system, which enables scheduling of the present invention, as a group of a plurality of nodes (processors).



FIG. 3 shows a four-dimensional torus network as a schematic diagram for describing a network dimension and the longest axis. As has already been described, the use of the three-dimensional network will facilitate intuitive imaging of the network as six bidirectional communication paths for communicating via six faces of the cube shown in FIG. 2.


Here, adjacent eight cubes constitute one subgroup and three subgroups are arranged in the horizontal direction. The numbers on the axes of a subgroup are counted, along the familiar coordinates such as an x-axis, a y-axis, and a z-axis, as 2 on the x-axis, 2 on the y-axis, and 2 on the z-axis by counting the nodes (processors) as L, M, and N or the like. In this specification, the lengths of all axes are equal and expressed as 2×2×2, in which these three axes have the same length.


In addition, a four-dimensional network will be described here. In this diagram, two more bidirectional communication paths are added (in a form in which the bidirectional communication paths are visible also in three-dimensional space) from one node (processor) as bidirectional communication paths for connecting three subgroups arranged in the horizontal direction, and therefore it is possible to image eight bidirectional communication paths for one node (processor). If the number of nodes (processors) is counted on a t-axis which is assumed to be an axis along the bidirectional communication path added anew, it counts three and the lengths are expressed as 2×2×2×3. Therefore, the longest axis in this example is the fourth-dimensional axis having the length of 3. The “longest axis” has an important meaning in the present invention. Moreover, as for the n-dimensional network, those skilled in the art will be able to easily expand and apply the present invention to the n-dimensional network.



FIG. 4 shows a diagram illustrating how the performance of a parallelized 1D FFT varies according to the configuration of the numbers of the nodes (processors) on the axes constituting a torus.


First, a cubic torus of 2×2×2 (=8) and a non-cubic torus of 2×2×4 (=16) are shown as three-dimensional network cubic images within the dotted line. If there is a limitation on the number of nodes (processors), for example, a cubic configuration of 3×3×3 (=27) cannot always be made. Therefore, a non-cubic configuration is used in many situations.


In the configuration of 2×1×1, a mesh is distinguished from a torus by a difference of whether there is a bidirectional communication path connecting nodes (processors) at both ends of each axis of the cube as shown within the dotted line. Since the expression is complicated in a state where a group is formed, the bidirectional communication paths are not shown here.


For a performance comparison, the performance of the parallelized 1D FFT is compared between a torus of 8×8×8 (=512) and a non-cubic torus of 8×8×16 (=1024). A “form based on dimensions” is a “form based on three dimensions” in this diagram, and therefore the form is cubic in some cases or non-cubic in other cases.


The performance of Blue Gene/P (Blue Gene and Blue Gene/P are trademarks of IBM Corporation) was measured. GFLOPS stands for gigaflops as a unit. By right, the performance is expected to be twice since the number of usable nodes (processors) increases from 512 to 1024, which is a double increase. The peak performance, however, is maintained as it is.


Moreover, the proportion of all-to-all communications to the total number of communications increases from 54% to 70% and the length of the longest axis is 16, which is twice larger than 8, and therefore the bandwidth of all-to-all communications becomes less than half.



FIG. 5 shows a diagram illustrating a method of scheduling a plurality of computation processes including all-to-all communications (A2A) among a plurality of nodes (processors) by applying the present invention. According to the parallelized 1D (one-dimensional) FFT algorithm shown in FIG. 1(B), the processing is performed with being divided into phase 1 and phase 2 as shown. In this regard, it is supposed that there are four threads in accordance with the internal configuration of the node (processor) in FIG. 2(B) to schedule pipeline processing using a plurality of threads.


With respect to a non-cubic torus in which a three-dimensional network is composed of a plurality of nodes (processors) of 4×4×8 (=128), the longest axis has a length of 8, and a plurality of eight nodes (processors) in the axial form are selected as a first subgroup including the longest axis. The communication phase for processing all-to-all communications only among the plurality of eight nodes (processors) included in the first subgroup is referred to as A2A-L (L is an initial of Longest) here.


With respect to a non-cubic torus in which a three-dimensional network is composed of a plurality of nodes (processors) of 4×4×8 (=128), the nodes (processors) in a second subgroup including all axes (4×4) other than the longest axis form a plane (in other words, a form based on two dimensions due to the number of axes, two). The communication phase for processing all-to-all communications only among the plurality of 16 (4×4) nodes (processors) included in the second subgroup is referred to as A2A-P (P is an initial of Plane) here.


If there are two or more longest axes, the first subgroup has a form based on the number of dimensions which is equal to the number of the longest axes, though not shown here. Similarly, if there are two or more longest axes, the second subgroup sometimes has a form of an axis or an empty set (zero dimension) instead of a plane or a multi-dimensional solid, though not shown here.


It should be noted here that there are nodes (processors) included in common in both the nodes (processors) included in the first subgroup and the nodes (processors) included in the second subgroup. Although only one node (processor) is included in common in this case, the result of the computation process of the first subgroup has a connection to the result of the computation process of the second subgroup via the node (processor).


Subsequently, it is understood that the scheduling of the pipeline processing between the phase 1 and the phase 2 is adapted to (make overlapping so as to) enable a plurality of computation processes to be processed in parallel (pipelined) by dividing the processing into thread 1, thread 2, thread 3, and thread 4.


In addition, the present invention is characteristic in that the processing is scheduled so as to enable only one thread to perform A2A-L at a time. As indicated by the dotted line, the processing is scheduled so as to await the completion of an A2A-L process before proceeding to the next process. Typically, the portion indicated by the dotted line is seamless and the processing is scheduled so as to be performed sequentially (or seamlessly).


The present invention is characteristic also in that A2A-L and A2A-P are overlapped with each other and this enables an effective use of the time required for A2A-L. For example, an FFT computation process or a T (a transpose, which is an internal transpose here) computation process is able to be inserted for an effective use.



FIG. 6 shows a diagram illustrating how the performance of a parallelized 1D FFT varies according to the configuration of the numbers of the nodes (processors) constituting a torus on the axes as an effect of applying the present invention. A part of the table is the same as in FIG. 4.


It is understood that the processing speed increases in the case where the present invention is used in comparison with the case where the present invention is not used. Particularly when the axis of nodes (processors) is formed in a non-cubic torus, the superiority of the present invention is remarkable.

Claims
  • 1. A method of scheduling a plurality of computation processes including all-to-all communications (A2A) among a plurality of nodes (processors) constituting a network having a torus or a mesh form based on n (n>2) dimensions on an n-dimensional axis, the method comprising the steps of: selecting a plurality of nodes in a group including the longest axis (in an axial form in the case where there is only one longest axis or, in other cases, a form based on the number of dimensions which is equal to the number of the longest axes) as a first subgroup;providing a first communication phase (A2A-L) for processing all-to-all communications only among the plurality of nodes included in the first subgroup;selecting a plurality of nodes in a group including all remaining axes other than the longest axis as a second subgroup;providing a second communication phase (A2A-P) for processing all-to-all communications only among the plurality of nodes included in the second subgroup; andscheduling a plurality of computation processes in such a way as to enable the first communication phase (A2A-L) and the second communication phase (A2A-P) to (be overlapped so as to) be processed in parallel (pipelined) in the nodes and in such a way as to await the completion of all all-to-all communications in the first subgroup before proceeding to the next process.
  • 2. A method of scheduling a plurality of computation processes including all-to-all communications (A2A) among a plurality of nodes (processors) constituting a network having a cubic or non-cubic form torus or mesh form on a three-dimensional axis, the method comprising the steps of: selecting a plurality of nodes in a group including the longest axis (in an axial form in the case where there is only one longest axis or a plane in other cases) as a first subgroup;providing a first communication phase (A2A-L) for processing all-to-all communications only among the plurality of nodes included in the first subgroup;selecting a plurality of nodes in a group including all remaining axes other than the longest axis as a second subgroup;providing a second communication phase (A2A-P) for processing all-to-all communications only among the plurality of nodes included in the second subgroup; andscheduling a plurality of computation processes in such a way as to enable the first communication phase (A2A-L) and the second communication phase (A2A-P) to (be overlapped so as to) be processed in parallel (pipelined) in the nodes and in such a way as to await the completion of all all-to-all communications in the first subgroup before proceeding to the next process.
  • 3. The method according to claim 1, further comprising the step of selecting a group including all nodes as a first group in the case where all axes have the same length and scheduling the computation processes in such a way that the all-to-all communications in the first subgroup are sequentially performed.
  • 4. The method according to claim 1, further comprising the step of scheduling the computation processes in such a way as to enable the first communication phase (A2A-L) and an FFT computation process or a matrix transpose computation process to (be overlapped so as to) be processed in parallel (pipelined).
  • 5. A program for scheduling a plurality of computation processes including all-to-all communications (A2A) for one or more nodes (processors) among a plurality of nodes (processors) constituting a network having a torus or a mesh form based on n (n>2) dimensions on an n-dimensional axis and causing the one or more nodes (processors) to execute the scheduling, the program comprising: a code for causing the one or more nodes (processors) to select a plurality of nodes in a group including the longest axis (in an axial form in the case where there is only one longest axis or, in other cases, a form based on the number of dimensions which is equal to the number of the longest axes) as a first subgroup;a code for causing the one or more nodes (processors) to provide a first communication phase (A2A-L) for processing all-to-all communications only among the plurality of nodes included in the first subgroup;a code for causing the one or more nodes (processors) to select a plurality of nodes in a group including all remaining axes other than the longest axis as a second subgroup;a code for causing the one or more nodes (processors) to provide a second communication phase (A2A-P) for processing all-to-all communications only among the plurality of nodes included in the second subgroup; anda code for causing the one or more nodes (processors) to schedule a plurality of computation processes in such a way as to enable the first communication phase (A2A-L) and the second communication phase (A2A-P) to (be overlapped so as to) be processed in parallel (pipelined) in the nodes and in such a way as to await the completion of all all-to-all communications in the first subgroup before proceeding to the next process.
  • 6. A program for scheduling a plurality of computation processes including all-to-all communications (A2A) for one or more nodes (processors) among a plurality of nodes (processors) constituting a network having a cubic or non-cubic torus or mesh form on a three-dimensional axis and causing the one or more nodes (processors) to execute the scheduling, the program comprising: a code for causing the one or more nodes (processors) to select a plurality of nodes in a group including the longest axis (in an axial form in the case where there is only one longest axis or a plane in other cases) as a first subgroup;a code for causing the one or more nodes (processors) to provide a first communication phase (A2A-L) for processing all-to-all communications only among the plurality of nodes included in the first subgroup;a code for causing the one or more nodes (processors) to select a plurality of nodes in a group including all remaining axes other than the longest axis as a second subgroup;a code for causing the one or more nodes (processors) to provide a second communication phase (A2A-P) for processing all-to-all communications only among the plurality of nodes included in the second subgroup; anda code for causing the one or more nodes (processors) to schedule a plurality of computation processes in such a way as to enable the first communication phase (A2A-L) and the second communication phase (A2A-P) to (be overlapped so as to) be processed in parallel (pipelined) in the nodes and in such a way as to await the completion of all all-to-all communications in the first subgroup before proceeding to the next process.
  • 7. The program according to claim 5, further comprising a code for causing the one or more nodes (processors) to select a group including all nodes as a first group in the case where all axes have the same length and to schedule the computation processes in such a way that the all-to-all communications in the first subgroup are sequentially performed.
  • 8. The program according to claim 5, further comprising a code for causing the one or more nodes (processors) to schedule the computation processes in such a way as to enable the first communication phase (A2A-L) and an FFT computation process or a matrix transpose computation process to (be overlapped so as to) be processed in parallel (pipelined).
  • 9. A parallel computer system for performing a plurality of computation processes including all-to-all communications (A2A) in parallel among a plurality of nodes (processors) constituting a network having a torus or mesh form based on n (n>2) dimensions on an n-dimensional axis, the parallel computer system performing the plurality of computation processes in parallel by: selecting a plurality of nodes in a group including the longest axis (in an axial form in the case where there is only one longest axis or, in other cases, a form based on the number of dimensions which is equal to the number of the longest axes) as a first subgroup;providing a first communication phase (A2A-L) for processing all-to-all communications only among the plurality of nodes included in the first subgroup;selecting a plurality of nodes in a group including all remaining axes other than the longest axis as a second subgroup;providing a second communication phase (A2A-P) for processing all-to-all communications only among the plurality of nodes included in the second subgroup; andscheduling a plurality of computation processes in such a way as to enable the first communication phase (A2A-L) and the second communication phase (A2A-P) to (be overlapped so as to) be processed in parallel (pipelined) in the nodes and in such a way as to await the completion of all all-to-all communications in the first subgroup before proceeding to the next process.
  • 10. A parallel computer system for performing a plurality of computation processes including all-to-all communications (A2A) in parallel among a plurality of nodes (processors) constituting a network having a cubic or non-cubic torus or mesh form on a three-dimensional axis, the parallel computer system performing the plurality of computation processes in parallel by: selecting a plurality of nodes in a group including the longest axis (in an axial form in the case where there is only one longest axis or a plane in other cases) as a first subgroup;providing a first communication phase (A2A-L) for processing all-to-all communications only among the plurality of nodes included in the first subgroup;selecting a plurality of nodes in a group including all remaining axes other than the longest axis as a second subgroup;providing a second communication phase (A2A-P) for processing all-to-all communications only among the plurality of nodes included in the second subgroup; andscheduling a plurality of computation processes in such a way as to enable the first communication phase (A2A-L) and the second communication phase (A2A-P) to (be overlapped so as to) be processed in parallel (pipelined) in the nodes and in such a way as to await the completion of all all-to-all communications in the first subgroup before proceeding to the next process.
Priority Claims (1)
Number Date Country Kind
2009-261113 Nov 2009 JP national
PCT Information
Filing Document Filing Date Country Kind 371c Date
PCT/JP2010/070314 11/15/2010 WO 00 5/16/2012