JP2000200254A - System and method of parallel processing - Google Patents

System and method of parallel processing

Info

Publication number
JP2000200254A
JP2000200254A JP11309997A JP30999799A JP2000200254A JP 2000200254 A JP2000200254 A JP 2000200254A JP 11309997 A JP11309997 A JP 11309997A JP 30999799 A JP30999799 A JP 30999799A JP 2000200254 A JP2000200254 A JP 2000200254A
Authority
JP
Japan
Prior art keywords
computer
data
processing
computers
arithmetic
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP11309997A
Other languages
Japanese (ja)
Inventor
Yasushi Fujimoto
康 藤本
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP11309997A priority Critical patent/JP2000200254A/en
Publication of JP2000200254A publication Critical patent/JP2000200254A/en
Pending legal-status Critical Current

Links

Landscapes

  • Multi Processors (AREA)

Abstract

PROBLEM TO BE SOLVED: To decrease the frequency of data communication and to improve the process speed of a parallet processing system on the whole by sending data other than the data whose instantaneous reception is requested by a computer to a target computer through another computer. SOLUTION: A computer 1 saves the arithmetic results of computers 3 to 5 in a storage device by repeating an (n)th process. Those arithmetic results, however, are the arithmetic results of the computers 3 to 5 obtained by repeating an (n-4)th process, so the computers 3 to 5 need not send their arithmetic results to the computer 1 every time the process is performed. Then, data which should be sent on each repetitive process so as to avoid trouble to the processes of other computers are sent immediately to other computers after the arithmetic process ends, but other data causing no trouble to other computing processes are sent at a time together with other data. When a computer sends data, the data other than data whose instantaneous reception is requested by a computer are sent to the target computer through another computer.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】この発明は、相互に通信経路
を介して接続された複数の計算機が並列処理を繰り返し
実行する並列処理システム及び並列処理方法に関するも
のである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a parallel processing system and a parallel processing method in which a plurality of computers mutually connected via a communication path repeatedly execute parallel processing.

【0002】[0002]

【従来の技術】図21は従来の並列処理システムを示す
構成図であり、図において、11はデータを他の計算機
に送信する送信機能、他の計算機からデータを受信する
受信機能、所定の演算を実行する演算機能及びデータを
保存する機能を有する計算機、12〜15はデータを他
の計算機に送信する送信機能、他の計算機からデータを
受信する受信機能及び所定の演算を実行する演算機能を
有する計算機、A〜Jは2個の計算機間を接続する通信
線路である。
2. Description of the Related Art FIG. 21 is a block diagram showing a conventional parallel processing system. In FIG. 21, reference numeral 11 denotes a transmission function for transmitting data to another computer, a reception function for receiving data from another computer, and a predetermined operation. A computer having an arithmetic function of executing data and a function of storing data, 12 to 15 have a transmission function of transmitting data to another computer, a reception function of receiving data from another computer, and an arithmetic function of executing a predetermined operation. Computers A to J have communication lines connecting between the two computers.

【0003】次に従来の並列処理システムの動作につい
て説明する。計算機11〜15は、互いに他の計算機に
おける演算結果を使用して、所定の演算を実行すること
により、並列処理を繰り返し実行するものである。した
がって、計算機11〜15は、演算に必要なデータを他
の計算機から受信しながら、所定の演算処理を繰り返す
ことになる。以下、各計算機の演算結果を計算機11に
集約して保存する並列処理システムを一例として説明す
る。
Next, the operation of the conventional parallel processing system will be described. Each of the computers 11 to 15 repeatedly executes parallel processing by executing a predetermined operation by using an operation result of another computer. Therefore, the computers 11 to 15 repeat predetermined operation processing while receiving data necessary for the operation from another computer. Hereinafter, a parallel processing system in which the operation results of each computer are collected and stored in the computer 11 will be described as an example.

【0004】1.計算機11におけるn番目の繰り返し
処理(n=1,2,3,…) A.受信処理 ・計算機12からn−1番目の繰り返し処理で実行され
た計算機12の演算結果を受信する。 ・計算機13からn−1番目の繰り返し処理で実行され
た計算機13の演算結果を受信する。 ・計算機14からn−1番目の繰り返し処理で実行され
た計算機14の演算結果を受信する。 ・計算機15からn−1番目の繰り返し処理で実行され
た計算機15の演算結果を受信する。
[0004] 1. A. n-th repetitive processing in the computer 11 (n = 1, 2, 3,...) Receiving process-Receive the calculation result of the computer 12 executed in the (n-1) th repetition process from the computer 12. -Receive the calculation result of the computer 13 executed in the (n-1) th repetition process from the computer 13. Receive the calculation result of the computer 14 executed in the (n-1) th repetition process from the computer 14. -Receive the calculation result of the computer 15 executed in the (n-1) th repetition process from the computer 15.

【0005】B.保存処理 ・計算機11、計算機12、計算機13、計算機14及
び計算機15におけるn−4番目の繰り返し処理の演算
結果を記憶装置に保存する。
B. Saving process The calculation result of the (n-4) th iterative process in the computer 11, the computer 12, the computer 13, the computer 14, and the computer 15 is stored in the storage device.

【0006】C.演算処理 ・計算機11におけるn−1番目の繰り返し処理の演算
結果と、計算機12におけるn−1番目の繰り返し処理
の演算結果とを用いて、所定の演算を実行する。 D.送信処理 ・計算機11におけるn番目の繰り返し処理の演算結果
を計算機12に送信する。
C. Arithmetic Processing A predetermined arithmetic operation is performed using the arithmetic result of the (n-1) th iterative processing in the computer 11 and the arithmetic result of the (n-1) th iterative processing in the computer 12. D. Transmission processing: The calculation result of the n-th repetition processing in the computer 11 is transmitted to the computer 12.

【0007】2.計算機12におけるn番目の繰り返し
処理(n=1,2,3,…) A.受信処理 ・計算機11からn−1番目の繰り返し処理で実行され
た計算機11の演算結果を受信する。 ・計算機13からn−1番目の繰り返し処理で実行され
た計算機13の演算結果を受信する。 ・計算機15からn−1番目の繰り返し処理で実行され
た計算機15の演算結果を受信する。
[0007] 2. A. n-th repetition processing in the computer 12 (n = 1, 2, 3,...) Receiving process-Receives the calculation result of the computer 11 executed in the (n-1) th iterative process from the computer 11. -Receive the calculation result of the computer 13 executed in the (n-1) th repetition process from the computer 13. -Receive the calculation result of the computer 15 executed in the (n-1) th repetition process from the computer 15.

【0008】B.演算処理 ・計算機11におけるn−1番目の繰り返し処理の演算
結果と、計算機12におけるn−1番目の繰り返し処理
の演算結果と、計算機13におけるn−1番目の繰り返
し処理の演算結果と、計算機15におけるn−1番目の
繰り返し処理の演算結果とを用いて、所定の演算を実行
する。 C.送信処理 ・計算機12におけるn番目の繰り返し処理の演算結果
を計算機11に送信する。 ・計算機12におけるn番目の繰り返し処理の演算結果
を計算機13に送信する。 ・計算機12におけるn番目の繰り返し地理の演算結果
を計算機15に送信する。
B. Arithmetic processing: The arithmetic result of the (n-1) th iterative processing in the computer 11, the arithmetic result of the (n-1) th iterative processing in the computer 12, the arithmetic result of the (n-1) th iterative processing in the computer 13, and the computer 15 A predetermined calculation is executed using the calculation result of the (n-1) th repetition process in. C. Transmission processing • The calculation result of the n-th repetition processing in the computer 12 is transmitted to the computer 11. The operation result of the n-th iterative process in the computer 12 is transmitted to the computer 13. The calculation result of the n-th repeated geography in the computer 12 is transmitted to the computer 15.

【0009】3.計算機13におけるn番目の繰り返し
処理(n=1,2,3,…) A.受信処理 ・計算機12からn−1番目の繰り返し処理で実行され
た計算機12の演算結果を受信する。 ・計算機14からn−1番目の繰り返し処理で実行され
た計算機14の演算結果を受信する。
3. A. n-th repetition processing in the computer 13 (n = 1, 2, 3,...) Receiving process-Receive the calculation result of the computer 12 executed in the (n-1) th repetition process from the computer 12. Receive the calculation result of the computer 14 executed in the (n-1) th repetition process from the computer 14.

【0010】B.演算処理 ・計算機12におけるn−1番目の繰り返し処理の演算
結果と、計算機13におけるn−1番目の繰り返し処理
の演算結果と、計算機14におけるn−1番目の繰り返
し処理の演算結界とを用いて、所定の演算を実行する。 C.送信処理 ・計算機13におけるn番目の繰り返し処理の演算結果
を計算機11に送信する。 ・計算機13におけるn番目の繰り返し処理の演算結果
を計算機12に送信する。 ・計算機13におけるn番目の繰り返し処理の演算結果
を計算機14に送信する。
B. Arithmetic processing: Using the arithmetic result of the (n-1) th iterative process in the computer 12, the arithmetic result of the (n-1) th iterative process in the computer 13, and the arithmetic barrier of the (n-1) th iterative process in the computer 14 , Execute a predetermined calculation. C. Transmission processing: The calculation result of the n-th repetition processing in the computer 13 is transmitted to the computer 11. The operation result of the n-th iterative process in the computer 13 is transmitted to the computer 12. The operation result of the n-th iterative process in the computer 13 is transmitted to the computer 14.

【0011】4.計算機14におけるn番目の繰り返し
処理(n=1,2,3,…) A.受信処理 ・計算機13からn−1番目の繰り返し処理で実行され
た計算機13の演算結果を受信する。
4. A. n-th repetition processing in the computer 14 (n = 1, 2, 3,...) Receiving process Receives the calculation result of the computer 13 executed in the (n-1) th repetition process from the computer 13.

【0012】B.演算処理 ・計算機13におけるn−1番目の繰り返し処理の演算
結果と、計算機14におけるn−1番目の繰り返し処理
の演算結果とを用いて、所定の演算を実行する。 C.送信処理 ・計算機14におけるn番目の繰り返し処理の演算結果
を計算機11に送信する。 ・計算機14におけるn番目の繰り返し処理の演算結果
を計算機13に送信する。
B. Arithmetic Processing A predetermined arithmetic operation is performed using the arithmetic result of the (n-1) th iterative processing in the computer 13 and the arithmetic result of the (n-1) th iterative processing in the computer 14. C. Transmission processing: The calculation result of the n-th repetition processing in the computer 14 is transmitted to the computer 11. The operation result of the n-th iterative process in the computer 14 is transmitted to the computer 13.

【0013】5.計算機15におけるn番目の繰り返し
処理(n=1,2,3,…) A.受信処理 ・計算機12からn−1番目の繰り返し処理で実行され
た計算機12の演算結果を受信する。
5. A. n-th repetition processing in the computer 15 (n = 1, 2, 3,...) Receiving process-Receive the calculation result of the computer 12 executed in the (n-1) th repetition process from the computer 12.

【0014】B.演算処理 ・計算機12におけるn−1番目の繰り返し処理の演算
結果と、計算機15におけるn−1番目の繰り返し処理
の演算結果とを用いて、所定の演算を実行する。 C.送信処理 ・計算機15におけるn番目の繰り返し処理の演算結果
を計算機11に送信する。 ・計算機15におけるn番目の繰り返し処理の演算結果
を計算機12に送信する。
B. Arithmetic Processing: A predetermined arithmetic operation is performed using the arithmetic result of the (n−1) th iterative processing in the computer 12 and the arithmetic result of the (n−1) th iterative processing in the computer 15. C. Transmission processing: The calculation result of the n-th repetition processing in the computer 15 is transmitted to the computer 11. The operation result of the n-th iterative process in the computer 15 is transmitted to the computer 12.

【0015】ここで、説明の便宜上、計算機11〜15
の演算処理に必要とする時間をTC1,TC2,TC
3,TC4,TC5と仮定し、計算機11〜15が他の
計算機に送信するデータの送信時間をデータ量に拘わら
ず、一律にTSと仮定する。また、計算機11〜15が
他の計算機からデータを受信するのに必要とする受信時
間をTR、計算機11が保存処理においてデータを保存
するのに必要とする保存時間をTMと仮定する。ただ
し、計算機11〜15がデータを送信してから、他の計
算機がデータを受信するまでにかかる遅延時間は無視で
きるほど小さいと仮定する。また、ここでは説明の便宜
上、TRとTSの関係をTR=3TSとする。
Here, for convenience of explanation, the computers 11 to 15
TC1, TC2, TC
3, TC4, and TC5, and assume that the transmission time of data transmitted from the computers 11 to 15 to other computers is uniformly TS regardless of the data amount. It is also assumed that the reception time required for the computers 11 to 15 to receive data from other computers is TR, and the storage time required for the computer 11 to store data in the storage processing is TM. However, it is assumed that the delay time from when the computers 11 to 15 transmit data to when other computers receive data is negligibly small. Here, for convenience of explanation, the relationship between TR and TS is TR = 3TS.

【0016】上記のように各処理の時間を仮定すると、
計算機11〜15における1回の繰り返し処理に必要と
する時間は下記の通りとなる。 計算機1:4TR+TM+TC1+TS 計算機2:3TR+TC2+3TS 計算機3:2TR+TC3+3TS 計算機4:TR+TC4+2TS 計算機5:TR+TC5+2TS
Assuming the time of each processing as described above,
The time required for one repetition process in the computers 11 to 15 is as follows. Computer 1: 4TR + TM + TC1 + TS Computer 2: 3TR + TC2 + 3TS Computer 3: 2TR + TC3 + 3TS Computer 4: TR + TC4 + 2TS Computer 5: TR + TC5 + 2TS

【0017】したがって、仮に、TC=TC1=TC2
=TC3=TC4=TC5であるとすれば、計算機1の
処理負荷が最も大きくなり、並列処理システムの実行速
度が、計算機1の処理時間により決定される。
Therefore, if TC = TC1 = TC2
Assuming that = TC3 = TC4 = TC5, the processing load of the computer 1 becomes the largest, and the execution speed of the parallel processing system is determined by the processing time of the computer 1.

【0018】[0018]

【発明が解決しようとする課題】従来の並列処理システ
ムは以上のように構成されているので、計算機11〜1
5は他の計算機からデータを受信できれば、所定の演算
処理を並列的に実行することができるが、計算機11〜
15は1回の繰り返し処理の中で、必要とする全てのデ
ータを他の計算機から受信する必要があるため、必要と
するデータが増加すると、データの通信回数が増加し、
システム全体の処理速度が低下するなどの課題があっ
た。
Since the conventional parallel processing system is configured as described above, the computers 11 to 1
5 can execute predetermined arithmetic processing in parallel if data can be received from another computer.
No. 15 needs to receive all necessary data from another computer in one repetition process. Therefore, when the required data increases, the number of times of data communication increases,
There were problems such as a reduction in the processing speed of the entire system.

【0019】この発明は上記のような課題を解決するた
めになされたもので、データの通信回数を減らして、シ
ステム全体の処理速度を高めることができる並列処理シ
ステム及び並列処理方法を得ることを目的とする。
SUMMARY OF THE INVENTION The present invention has been made to solve the above-described problems, and an object of the present invention is to provide a parallel processing system and a parallel processing method capable of reducing the number of data communications and increasing the processing speed of the entire system. Aim.

【0020】[0020]

【課題を解決するための手段】この発明の第1局面に係
る並列処理システムは、データを他の計算機に送信する
送信手段と、他の計算機からデータを受信する受信手段
と、所定の演算を実行する演算手段とを有し、所定の処
理を繰返し実行する複数の計算機から構成され、また、
各計算機はデータを目標の計算機に送信する際、その計
算機が即時受信を要求するデータ以外のデータである場
合は別の計算機を経由して該目標の計算機に送信するよ
うにしたものである。
A parallel processing system according to a first aspect of the present invention comprises: a transmitting unit for transmitting data to another computer; a receiving unit for receiving data from another computer; And a plurality of calculators that repeatedly execute predetermined processing.
When each computer transmits data to a target computer, if the computer is data other than the data for which immediate reception is requested, the data is transmitted to the target computer via another computer.

【0021】また、上記構成のシステムにおいて、各計
算機は、予め他の計算機と送受信する通信パケット内の
データの位置、及びデータの即時転送の必要性などの情
報を記憶するようにしたものである。
In the system having the above configuration, each computer stores in advance information such as the position of data in a communication packet transmitted to and received from another computer and the necessity of immediate transfer of data. .

【0022】さらにまた、上記構成のシステムにおいて
は、計算機の送信機能及び受信機能を担う通信装置が各
計算機に接続されるようにしたものである。
Further, in the system having the above-mentioned configuration, a communication device having a transmitting function and a receiving function of the computer is connected to each computer.

【0023】この発明の第2局面に係る並列処理方法
は、データを他の計算機に送信する送信手段と、他の計
算機からデータを受信する受信手段と、所定の演算を実
行する演算手段とを有し、所定の処理を繰返し実行する
複数の計算機を使用することにより実行されるものであ
り、また各計算機にデータを目標の計算機に送信する
際、その計算機が即時受信を要求するデータ以外のデー
タである場合は別の計算機を経由して該目標の計算機に
送信するようにしたものである。。
[0023] A parallel processing method according to a second aspect of the present invention comprises a transmitting means for transmitting data to another computer, a receiving means for receiving data from another computer, and an arithmetic means for executing a predetermined operation. It has to be executed by using a plurality of computers that repeatedly execute a predetermined process, and when transmitting data to each computer to a target computer, the computer requires data other than data that requires immediate reception. When the data is data, the data is transmitted to the target computer via another computer. .

【0024】また、上記処理方法において、各計算機
は、予め他の計算機と送受信する通信パケット内のデー
タの位置、及びデータの即時転送の必要性などの情報を
記憶するようにしたものである。
In the above-mentioned processing method, each computer stores in advance information such as the position of data in a communication packet transmitted / received to / from another computer and the necessity of immediate transfer of data.

【0025】さらにまた、上記処理方法においては、計
算機の送信機能及び受信機能を担う通信装置が各計算機
に接続されるようにしたものである。
Further, in the above-mentioned processing method, a communication device having a transmitting function and a receiving function of the computer is connected to each computer.

【0026】[0026]

【発明の実施の形態】以下、この発明のいくつかの実施
形態を説明する。 実施の形態1.図1はこの発明の実施の形態1による並
列処理システムを示す構成図であり、図において、1は
データを他の計算機に送信する送信機能、他の計算機か
らデータを受信する受信機能、所定の演算を実行する演
算機能及びデータを保存する機能を有する計算機、2〜
5はデータを他の計算機に送信する送信機能、他の計算
機からデータを受信する受信機能及び所定の演算を実行
する演算機能を有する計算機、A〜Jは2個の計算機間
を接続する通信線路である。なお、図2はこの発明の実
施の形態1による並列処理方法を示すフローチャートで
あり、各計算機における繰返し処理を概略的に示してい
る。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Some embodiments of the present invention will be described below. Embodiment 1 FIG. FIG. 1 is a configuration diagram showing a parallel processing system according to Embodiment 1 of the present invention. In the drawing, reference numeral 1 denotes a transmission function for transmitting data to another computer, a reception function for receiving data from another computer, and a predetermined function. A computer having an operation function of executing an operation and a function of storing data,
Reference numeral 5 denotes a computer having a transmission function of transmitting data to another computer, a reception function of receiving data from another computer, and an arithmetic function of executing a predetermined operation, and A to J denote communication lines connecting between the two computers. It is. FIG. 2 is a flowchart showing the parallel processing method according to the first embodiment of the present invention, and schematically shows the repetitive processing in each computer.

【0027】次に動作について説明する。計算機1〜5
は、互いに他の計算機における演算結果を使用して、所
定の演算を実行することにより、並列処理を繰り返し実
行するものである。したがって、計算機1〜5は、演算
に必要なデータを他の計算機から受信しながら、所定の
演算処理を繰り返すことになる。
Next, the operation will be described. Computers 1-5
Is to execute parallel processing repeatedly by executing a predetermined operation by using an operation result of another computer. Therefore, the computers 1 to 5 repeat predetermined operation processing while receiving data necessary for the operation from another computer.

【0028】以下、各計算機の演算結果を計算機1に集
約して保存する並列処理システム図1,2を参照して説
明する(並列処理システムの最終的な処理結果は、従来
例の欄に記述した並列処理システムと同様であるが、1
回の繰り返し処理における各計算機の処理内容が異な
る)。
Hereinafter, a parallel processing system in which the operation results of each computer are collected and stored in the computer 1 will be described with reference to FIGS. 1 and 2 (the final processing result of the parallel processing system is described in the column of the conventional example). Is the same as the parallel processing system
The processing contents of each computer in the repeated processing are different.)

【0029】1.計算機1におけるn番目の繰り返し処
理(n=1,2,3,…) A.受信処理 ・計算機2から、n−1番目の繰り返し処理で実行され
た計算機2の演算結果と、n−2番目の繰り返し処理で
実行された計算機3の演算結果と、n−3番目の繰り返
し処理で実行された計算機4の演算結果と、n−2番目
の繰り返し処理で実行された計算機5の演算結果とを受
信する。
1. A. n-th repetition process in computer 1 (n = 1, 2, 3,...) Reception processing From the computer 2, the calculation result of the computer 2 executed in the (n-1) th iteration processing, the calculation result of the computer 3 executed in the (n-2) th iteration processing, and the (n-3) th iteration processing And the calculation result of the computer 5 executed in the (n−2) -th repetition processing is received.

【0030】B.保存処理 ・計算機1、計算機2、計算機3、計算機4及び計算機
5におけるn−4番目の繰り返し処理の演算結果を記憶
装置に保存する。
B. Save process-The calculation results of the (n-4) th iterative process in the computer 1, the computer 2, the computer 3, the computer 4, and the computer 5 are stored in the storage device.

【0031】C.演算処理 ・計算機1におけるn−1番目の繰り返し処理の演算結
果と、計算機2におけるn−1番目の繰り返し処理の演
算結果とを用いて、所定の演算を実行する。 D.送信処理 ・計算機1におけるn番目の繰り返し処理の演算結果を
計算機2に送信する。
C. Arithmetic Processing A predetermined arithmetic operation is performed using the arithmetic result of the (n−1) th iterative processing in the computer 1 and the arithmetic result of the (n−1) th iterative processing in the computer 2. D. Transmission processing • The calculation result of the n-th repetition processing in the computer 1 is transmitted to the computer 2.

【0032】2・計算機2におけるn番目の繰り返し処
理(n=1,2,3,…) A.受信処理 ・計算機1からn−1番目の繰り返し処理で実行された
計算機1の演算結果を受信する。 ・計算機3からn−1番目の繰り返し処理で実行された
計算機3の演算結果と、n−2番目の繰り返し処理で実
行された計算機4の演算結果とを受信する。 ・計算機5からn−1番目の繰り返し処理で実行された
計算機5の演算結果を受信する。
2. The n-th repetitive processing in the computer 2 (n = 1, 2, 3,...) Receiving process Receives the calculation result of the computer 1 executed in the (n-1) th repetition process from the computer 1. Receive the calculation result of the computer 3 executed in the (n-1) th repetition process and the calculation result of the computer 4 executed in the (n-2) th repetition process from the computer 3. Receive the calculation result of the computer 5 executed in the (n-1) th repetition process from the computer 5.

【0033】B.演算処理 ・計算機1におけるn−1番目の繰り返し処理の演算結
果と、計算機2におけるn−1番目の繰り返し処理の演
算結果と、計算機3におけるn−1番目の繰り返し処理
の演算結果と、計算機5におけるn−1番目の繰り返し
処理の演算結果とを用いて、所定の演算を実行する。 C.送信処理 ・計算機2におけるn番目の繰り返し処理の演算結果
と、計算機3におけるn−1番目の繰り返し処理の演算
結果と、計算機4におけるn−2番目の繰り返し処理の
演算結果と、計算機5におけるn−1番目の繰り返し処
理の演算結果とを計算機1に送信する。 ・計算機2におけるn番目の繰り返し処理の演算結果を
計算機3に送信する。 ・計算機2におけるn番目の繰り返し処理の演算結果を
計算機5に送信する。
B. Arithmetic Processing • The arithmetic result of the (n-1) th iterative processing in the computer 1, the arithmetic result of the (n-1) th iterative processing in the computer 2, the arithmetic result of the (n-1) th iterative processing in the computer 3, and the computer 5 A predetermined calculation is executed using the calculation result of the (n-1) th repetition process in. C. Transmission processing: The calculation result of the n-th repetition processing in the computer 2, the calculation result of the (n-1) -th repetition processing in the computer 3, the calculation result of the (n-2) -th repetition processing in the computer 4, and the n in the computer 5 The calculation result of the first iteration is transmitted to the computer 1. -The calculation result of the n-th iterative process in the computer 2 is transmitted to the computer 3. The operation result of the n-th iterative process in the computer 2 is transmitted to the computer 5.

【0034】3.計算機3におけるn番目の繰り返し処
理(n=1,2,3,…) A.受信処理 ・計算機2からn−1番目の繰り返し処理で実行された
計算機2の演算結果を受信する。 ・計算機4からn−1番目の繰り返し処理で実行された
計算機4の演算結果を受信する。
3. A. n-th repetition process in the computer 3 (n = 1, 2, 3,...) Receiving process Receives the calculation result of the computer 2 executed in the (n-1) th repetition process from the computer 2. -Receive the calculation result of the computer 4 executed in the (n-1) th repetition process from the computer 4.

【0035】B.演算処理 ・計算機2におけるn−1番目の繰り返し処理の演算結
果と、計算機3におけるn−1番目の繰り返し処理の演
算結果と、計算機4におけるn−1番目の繰り返し処理
の演算結果とを用いて、所定の演算を実行する。 C.送信処理 ・計算機3におけるn番目の繰り返し処理の演算結果
と、計算機4におけるn−1番目の繰り返し処理の演算
結果とを計算機2に送信する。 ・計算機3におけるn番目の繰り返し処理の演算結果を
計算機4に送信する。
B. Arithmetic processing: Using the arithmetic result of the (n-1) th iterative processing in Computer 2, the arithmetic result of the (n-1) th iterative processing in Computer 3, and the arithmetic result of the (n-1) th iterative processing in Computer 4 , Execute a predetermined calculation. C. Transmission processing The calculation result of the n-th repetition processing in the computer 3 and the calculation result of the (n-1) -th repetition processing in the computer 4 are transmitted to the computer 2. The operation result of the n-th iterative process in the computer 3 is transmitted to the computer 4.

【0036】4.計算機4におけるn番目の繰り返し処
理(n=1,2,3,…) A.受信処理 ・計算機3からn−1番目の繰り返し処理で実行された
計算機3の演算結果を受信する。
4. A. n-th repetitive processing in the computer 4 (n = 1, 2, 3,...) Receiving process Receives the calculation result of the computer 3 executed in the (n-1) th iterative process from the computer 3.

【0037】B.演算処理 ・計算機3におけるn−1番目の繰り返し処理の演算結
果と、計算機4におけるn−1番目の繰り返し処理の演
算結果とを用いて、所定の演算を実行する。 C.送信処理 ・計算機4におけるn番目の繰り返し処理の演算結果を
計算機3に送信する。
B. Arithmetic Processing A predetermined arithmetic operation is performed using the arithmetic result of the (n-1) th iterative processing in the computer 3 and the arithmetic result of the (n-1) th iterative processing in the computer 4. C. Transmission processing • The calculation result of the n-th repetition processing in the computer 4 is transmitted to the computer 3.

【0038】5.計算機5におけるn番目の繰り返し処
理(n=1,2,3,…) A.受信処理 ・計算機2からn−1番目の繰り返し処理で実行された
計算機2の演算結果を受信する。
5. A. n-th repetition process in the computer 5 (n = 1, 2, 3,...) Receiving process Receives the calculation result of the computer 2 executed in the (n-1) th repetition process from the computer 2.

【0039】B.演算処理 ・計算機2におけるn−1番目の繰り返し処理の演算結
果と、計算機5におけるn−1番目の繰り返し処理の演
算結果とを用いて、所定の演算を実行する。 C.送信処理 ・計算機5におけるn番目の繰り返し処理の演算結果を
計算機2に送信する。
B. Arithmetic Processing A predetermined arithmetic operation is performed using the arithmetic result of the (n-1) th iterative processing in the computer 2 and the arithmetic result of the (n-1) th iterative processing in the computer 5. C. Transmission processing: The calculation result of the n-th repetition processing in the computer 5 is transmitted to the computer 2.

【0040】上記のように、並列処理システムの最終的
な処理結果は、従来例の欄に記述した並列処理システム
と同様であるが(計算機1における保存処理等を参
照)、1回の繰り返し処理における各計算機の処理内容
が異なる。
As described above, the final processing result of the parallel processing system is the same as that of the parallel processing system described in the column of the conventional example (see the storage processing in the computer 1). Are different in the processing contents of each computer.

【0041】各計算機の処理内容が異なる理由は、各計
算機間の通信回数を減らすためであるが、具体的には下
記の通りである。即ち、従来の並列処理システムでは、
例えば、計算機1はn番目の繰り返し処理で、n−1番
目の繰り返し処理で実行された計算機2の演算結果を必
要とするため、計算機2は繰り返し処理毎に、その演算
結果を計算機1に送信する必要がある。一方、計算機1
はn番目の繰り返し処理で、計算機3,4,5の演算結
果を記憶装置に保存する保存処理を実行するが、これら
の演算結果は、n−4番目の繰り返し処理で実行された
計算機3,4,5の演算結果であるため、計算機3,
4,5は繰り返し処理毎に、それらの演算結果を計算機
1に送信する必要はない。そこで、繰り返し処理毎に送
信しなければ、他の計算機の処理に支障のあるデータ
(演算結果)は、演算処理が終了後、直ちに他の計算機
に送信するが、繰り返し処理毎に送信しなくても、他の
計算機の処理に支障のないデータ(演算結果)は、他の
データ(演算結果)とまとめて送信することにより、通
信回数を減らすようにしている。
The reason why the processing content of each computer is different is to reduce the number of times of communication between the computers, and is specifically as follows. That is, in the conventional parallel processing system,
For example, Calculator 1 needs the calculation result of Computer 2 executed in the (n-1) th iteration processing in the n-th iteration processing, and therefore, Computer 2 transmits the calculation result to Computer 1 for each iteration processing. There is a need to. On the other hand, computer 1
Executes the storage process of storing the calculation results of the computers 3, 4, and 5 in the storage device in the n-th iterative process. Because of the calculation results of 4, 5
4 and 5 do not need to transmit the calculation results to the computer 1 every time the processing is repeated. Therefore, if the data (operation result) that hinders the processing of another computer is not transmitted for each repetition processing, the data (operation result) is transmitted to the other computer immediately after the completion of the operation processing. Also, data (operation result) that does not hinder the processing of other computers is transmitted together with other data (operation result) to reduce the number of times of communication.

【0042】なお、繰り返し処理毎に送信する必要があ
る演算結果は、次の通りである。 必須通信セット ・計算機1→計算機2(n番目の繰り返し処理における
計算機1の演算結果) ・計算機2→計算機1(n番目の繰り返し処理における
計算機2の演算結果) ・計算機2→計算機3(n番目の繰り返し処理における
計算機2の演算結果) ・計算機2→計算機5(n番目の繰り返し処理における
計算機2の演算結果) ・計算機3→計算機2(n番目の繰り返し処理における
計算機3の演算結果) ・計算機3→計算機4(n番目の繰り返し処理における
計算機3の演算結果) ・計算機4→計算機3(n番目の繰り返し処理における
計算機4の演算結果) ・計算機5→計算機2(n番目の繰り返し処理における
計算機5の演算結果) ただし、矢印は、左の計算機から右の計算機へ通信が行
われていることを示している。
The calculation results that need to be transmitted for each repetition process are as follows. Indispensable communication set ・ Computer 1 → Computer 2 (Computation result of Computer 1 in the nth iteration) ・ Computer 2 → Computer 1 (Computation result of Computer 2 in the nth iteration) ・ Computer 2 → Computer 3 (Nth (Calculation result of Computer 2 in the repetition processing of (2))-Computer 2 → Computer 5 (Calculation result of Computer 2 in the n-th repetition processing)-Computer 3 → Computer 2 (Calculation result of Computer 3 in the n-th repetition processing)-Computer 3 → computer 4 (calculation result of computer 3 in n-th iteration) ・ computer 4 → computer 3 (computation result of computer 4 in n-th iteration) ・ computer 5 → computer 2 (computer in n-th iteration) 5, the arrow indicates that communication is being performed from the left computer to the right computer.

【0043】繰り返し処理毎に送信する必要がない演算
結果は、次の通りである。 ・計算機3→計算機2→計算機1(n−4番目の繰り返
し処理における計算機3の演算結果) ・計算機4→計算機3→計算機2→計算機1(n−4番
目の繰り返し処理における計算機4の演算結果) ・計算機5→計算機2→計算機1(n−4番目の繰り返
し処理における計算機5の演算結果) 例えば、計算機3の演算結果は、計算機3から計算機2
を経由して計算機1に送信されることを示している。
The calculation results that do not need to be transmitted for each repetition process are as follows. Calculator 3 → Calculator 2 → Calculator 1 (calculation result of Calculator 3 in the (n−4) th iteration processing) Calculator 4 → Calculator 3 → Calculator 2 → Calculator 1 (calculation result of Computer 4 in the (n−4) th iteration processing Calculator 5 → Computer 2 → Computer 1 (Calculation result of Computer 5 in the (n−4) th iterative process) For example, the calculation result of Computer 3 is calculated from Computer 3 to Computer 2
Is transmitted to the computer 1 via the.

【0044】これにより、各計算機は、繰り返し処理毎
に送信する必要がない演算結果は時間的な余裕から、別
の計算機を経由して、目標の計算機に送信することがで
きるため、該目標の計算機に必ず演算結果を送信する必
要がある時(繰り返し処理毎に送信する必要のある演算
結果を送信する時)、その演算結果に含めて同時に送信
することができるようになり、その結果、システム全体
の通信回数を減少させることができる。
With this, each computer can transmit the operation result that does not need to be transmitted for each repetition process to the target computer via another computer from a margin of time. When it is necessary to always send the calculation result to the computer (when sending the calculation result that needs to be sent for each iteration), it can be included in the calculation result and sent at the same time, and as a result, the system The total number of communications can be reduced.

【0045】ここで、この実施の形態1における計算機
1〜5の1回の繰り返し処理に必要とする時間は下記の
通りとなる。 計算機1:TR+TM+TC1+TS 計算機2:3TR+TC2+3TS 計算機3:2TR+TC3+2TS 計算機4:TR+TC4+TS 計算機5:TR+TC5+TS
Here, the time required for one repetition processing of the computers 1 to 5 in the first embodiment is as follows. Computer 1: TR + TM + TC1 + TS Computer 2: 3TR + TC2 + 3TS Computer 3: 2TR + TC3 + 2TS Computer 4: TR + TC4 + TS Computer 5: TR + TC5 + TS

【0046】したがって、仮に、TC=TC1=TC2
=TC3=TC4=TC5であるとすれば(ただし、T
MはTR等に比べて十分に短い時間であるとする)、計
算機2の処理負荷が最も大きくなり、並列処理システム
の実行速度が、計算機2の処理時間により決定される。
このため、1回の繰り返し処理に必要とする時間は、3
TR+TC+3TSとなるが、従来の並列処理システム
において、1回の繰り返し処理に必要とする時間である
4TR+TM+TC+TSよりも短くなり、システム全
体の処理速度が高められる。
Therefore, if TC = TC1 = TC2
= TC3 = TC4 = TC5 (where T
M is a time sufficiently shorter than TR or the like), the processing load of the computer 2 becomes the largest, and the execution speed of the parallel processing system is determined by the processing time of the computer 2.
Therefore, the time required for one repetition process is 3
TR + TC + 3TS, which is shorter than 4TR + TM + TC + TS, which is the time required for one repetitive processing in the conventional parallel processing system, and the processing speed of the entire system is increased.

【0047】実施の形態2.上記実施の形態1では、繰
り返し処理毎に送信する必要がない演算結果は、別の計
算機を経由して、他の計算機に送信するものについて示
したが、演算結果を受信する計算機が自己宛のデータ
(演算結果)であるのか、他の計算機に転送するデータ
(演算結果)であるのかを識別することができるように
する必要がある。
Embodiment 2 In the first embodiment, the calculation result that does not need to be transmitted for each repetition process is transmitted to another computer via another computer. However, the computer that receives the calculation result is destined for itself. It is necessary to be able to identify whether it is data (calculation result) or data (computation result) to be transferred to another computer.

【0048】上記実施の形態1では、データの識別方法
について特に言及していないが、一般的には、送信デー
タ(演算結果)にヘッダ情報(データの宛先情報、デー
タ量等のデータ属性情報)を付加し、送信データとヘッ
ダ情報を対にして送信するようにしている。
Although the first embodiment does not particularly refer to a data identification method, generally, header information (data attribute information such as data destination information and data amount) is included in transmission data (calculation result). Is added, and transmission data and header information are transmitted in pairs.

【0049】なお、図3〜図10は、各計算機間で送受
信されるデータ構成を示している。尚、各図中の数字は
そのデータがデータ中の何番目のバイトに格納されたも
のであるのかを示している。また、これらの図中に示さ
れた各々のデータについて下に説明する。 ・data−1−2−c 計算機2におけるn+1番目の繰り返し処理で演算に必
要なデータ(計算機1→計算機2)
FIGS. 3 to 10 show data structures transmitted and received between the computers. It should be noted that the number in each figure indicates the number of the byte in the data where the data is stored. Each data shown in these figures will be described below. Data 1-2-c Data required for calculation in the (n + 1) th iterative process in Computer 2 (Computer 1 → Computer 2)

【0050】・data−2−1−c 計算機1におけるn+1番目の繰り返し処理で演算に必
要なデータ(計算機2→計算機1) ・data−2−1−r 計算機1におけるn+4番目の繰り返し処理で保存に必
要なデータ(計算機2→計算機1) ・data−3−1−r 計算機1におけるn+4番目の繰り返し処理で保存に必
要なデータ(計算機3→計算機1) ・data−4−1−r 計算機1におけるn+4番目の繰り返し処理で保存に必
要なデータ(計算機4→計算機1) ・data−5−1−r 計算機1におけるn+4番目の繰り返し処理で保存に必
要なデータ(計算機5→計算機1)
Data-2--1-c Data necessary for calculation in the (n + 1) th iterative process in the computer 1 (computer 2 → computer 1) data-2--1-r Saved in the (n + 4) th iterative process in the computer 1 Necessary for (computer 2 → computer 1) data-3-1-r Data necessary for storage in the (n + 4) th iterative process in computer 1 (computer 3 → computer 1) data-4-1-r computer 1 Necessary for storage in the (n + 4) th repetition process in (computer 4 → computer 1) data-5-1-r Data required for storage in the (n + 4) th repetition process in computer 1 (computer 5 → computer 1)

【0051】・data−2−3−c 計算機3におけるn+1番目の繰り返し処理で演算に必
要なデータ(計算機2→計算機3) ・data−3−2−c 計算機2におけるn+1番目の繰り返し処理で演算に必
要なデータ(計算機3→計算機2)
Data-2--3-c Data necessary for the calculation in the (n + 1) th iterative process in the computer 3 (computer 2 → computer 3) data-3--2-c Compute in the (n + 1) th iterative process in the computer 2 Data required for computer (Computer 3 → Computer 2)

【0052】・data−3−4−c 計算機4におけるn+1番目の繰り返し処理で演算に必
要なデータ(計算機3→計算機4) ・data−4−3−c 計算機3におけるn+1番目の繰り返し処理で演算に必
要なデータ(計算機4→計算機3)
Data-3--4-c Data necessary for the operation in the (n + 1) th iterative process in the computer 4 (computer 3 → computer 4). Data-4--3-c Perform the operation in the (n + 1) th iterative process in the computer 3. Data required for computer (computer 4 → computer 3)

【0053】・data−2−5−c 計算機5におけるn+1番目の繰り返し処理で演算に必
要なデータ(計算機2→計算機5) ・data−5−2−c 計算機2におけるn+1番目の繰り返し処理で演算に必
要なデータ(計算機5→計算機2)
Data-2-5-c Data necessary for the operation in the (n + 1) -th iterative process in the computer 5 (computer 2 → computer 5) data-5-2-c Perform the operation in the (n + 1) -th iterative process in the computer 2 Data required for computer (computer 5 → computer 2)

【0054】しかし、かかる方法では各通信毎に、各計
算機は、ヘッダ情報を参照して、データの宛先やデータ
の属性(データ量等)を識別する必要があるため、各計
算機の負荷が大きく、システム全体の処理速度の低下に
つながっていた。ところが、繰り返し処理を用いた並列
計算で必要となる通信は、同じ計算機が同じ量のデータ
を同じタイミングで繰り返すことが多い。
However, in this method, each computer needs to refer to the header information to identify the destination of the data and the attribute of the data (such as the amount of data) for each communication, so that the load on each computer is large. However, the processing speed of the entire system was reduced. However, the communication required for the parallel calculation using the repetition processing often involves the same computer repeating the same amount of data at the same timing.

【0055】そこで、この実施の形態2では、このよう
な繰り返し処理を用いた並列計算においては、繰り返し
処理に入る前に、予め、どの計算機がどの計算機へどれ
だけの量のデータを、どのタイミングで送信するかとい
う位置・転送情報を、計算機間で共有する(図11を参
照)。これにより、繰り返し計算実行中、ある計算機か
ら通信パケット(データ群)が送信されると、ヘッダ情
報を参照することなく、通信パケットを構成する各デー
タの転送先を直ちに認識できるため、データの転送を速
やかに実行することができる。また、送信データに対し
て、送信先の計算機等に関する情報を含める必要もなく
なるので送信するデータのデータ量も減少し、システム
全体の処理速度を向上させることができる。
Therefore, in the second embodiment, in the parallel calculation using such an iterative process, before starting the iterative process, which computer sends in advance which amount of data to which computer and which timing The position / transfer information indicating whether or not to transmit is shared between the computers (see FIG. 11). Thus, when a communication packet (data group) is transmitted from a certain computer during the execution of the repeated calculation, the transfer destination of each data constituting the communication packet can be immediately recognized without referring to the header information. Can be executed promptly. In addition, since it is not necessary to include information about a destination computer or the like in the transmission data, the amount of data to be transmitted is reduced, and the processing speed of the entire system can be improved.

【0056】なお、図12〜図19は、各計算機が受信
するデータを示しているが、図からも明らかなように、
ヘッダ情報がデータに付加されず、いわゆるデータ(演
算結果)のみ送信される。
FIGS. 12 to 19 show data received by each computer. As is clear from the figures, FIGS.
The header information is not added to the data, and only the so-called data (calculation result) is transmitted.

【0057】実施の形態3.上記実施の形態1,2で
は、各計算機が演算処理の他に、送信処理と受信処理を
担うものについて示したが、図20に示すように、計算
機1〜5の送信処理と受信処理を担う通信装置6〜10
を計算機1〜5に接続するようにしてもよい。これによ
り、計算機1〜5は、送信処理と受信処理を実行するこ
となく(通信装置6〜10が計算機1〜5の代わりに、
送信処理と受信処理を実行する)、演算処理を実行する
ことができるため、計算機1〜5の負荷が軽減され、シ
ステム全体の処理速度が向上する。
Embodiment 3 In the first and second embodiments, each computer performs transmission processing and reception processing in addition to arithmetic processing. However, as illustrated in FIG. 20, each computer performs transmission processing and reception processing of computers 1 to 5. Communication devices 6 to 10
May be connected to the computers 1 to 5. Thereby, the computers 1 to 5 do not execute the transmission processing and the reception processing (the communication apparatuses 6 to 10 are replaced with the computers 1 to 5,
The transmission processing and the reception processing are executed), and the arithmetic processing can be executed, so that the loads on the computers 1 to 5 are reduced, and the processing speed of the entire system is improved.

【0058】実施の形態4.上記実施の形態1〜3で
は、各計算機は、他の計算機と通信線路A〜Jを介して
接続されたものについて示したが、これに限るものでは
なく、例えば、バス型のネットワークを介して接続され
たものであってもよいことは言うまでもない。
Embodiment 4 In the first to third embodiments, each computer is connected to another computer via the communication lines A to J. However, the present invention is not limited to this. For example, each computer is connected via a bus-type network. It goes without saying that they may be connected.

【0059】[0059]

【発明の効果】以上のように、この発明によれば、各計
算機がデータを他の計算機に送信する際、他の計算機が
即時受信を要求するデータ以外のデータに関しては別の
計算機を経由して他の計算機に送信するように構成した
ので、データの通信回数を減らすことができるようにな
り、その結果、高速処理が可能な並列処理システムを得
ることができる効果がある。
As described above, according to the present invention, when each computer transmits data to another computer, data other than the data that the other computer requests to receive immediately passes through another computer. Since it is configured to transmit data to another computer, the number of times of data communication can be reduced, and as a result, a parallel processing system capable of high-speed processing can be obtained.

【0060】この発明によれば、予め、他の計算機と送
受信する通信パケット内のデータの位置・転送情報を各
計算機が記憶するように構成したので、ヘッダ情報を付
加することなく、データの宛先等を認識することができ
るようになり、その結果、更に、高速処理が可能な並列
処理システムを得ることができる効果がある。
According to the present invention, each computer stores in advance the position and transfer information of the data in the communication packet transmitted / received to / from another computer, so that the destination of the data can be stored without adding header information. Can be recognized, and as a result, a parallel processing system capable of high-speed processing can be obtained.

【0061】この発明によれば、計算機の送信機能及び
受信機能を担う通信装置を各計算機に接続するように構
成したので、計算機の負荷が軽減され、並列処理システ
ムの処理速度が向上する効果がある。
According to the present invention, since a communication device having a transmission function and a reception function of a computer is connected to each computer, the load on the computer is reduced and the processing speed of the parallel processing system is improved. is there.

【0062】この発明によれば、各計算機がデータを他
の計算機に送信する際、他の計算機が即時受信を要求す
るデータ以外のデータに関しては別の計算機を経由して
他の計算機に送信するように構成したので、データの通
信回数を減らして、システム全体の処理速度を高めるこ
とができる効果がある。
According to the present invention, when each computer transmits data to another computer, the other computer transmits data other than the data for which immediate reception is requested to another computer via another computer. With such a configuration, there is an effect that the number of data communications can be reduced and the processing speed of the entire system can be increased.

【0063】この発明によれば、予め、他の計算機と送
受信する通信パケット内のデータの位置・転送情報を各
計算機が記憶するように構成したので、ヘッダ情報を付
加することなく、データの宛先等を認識することができ
るようになり、その結果、更に、システム全体の処理速
度を高めることができる効果がある。
According to the present invention, each computer stores in advance the position and transfer information of data in a communication packet transmitted / received to / from another computer, so that the destination of the data can be stored without adding header information. Can be recognized, and as a result, the processing speed of the entire system can be further increased.

【0064】この発明によれば、計算機の送信機能及び
受信機能を担う通信装置を各計算機に接続するように構
成したので、計算機の負荷が軽減され、システム全体の
処理速度を高めることができる効果がある。
According to the present invention, since a communication device having a transmission function and a reception function of a computer is connected to each computer, the load on the computer is reduced and the processing speed of the entire system can be increased. There is.

【図面の簡単な説明】[Brief description of the drawings]

【図1】 この発明の実施の形態1による並列処理シス
テムを示す構成図である。
FIG. 1 is a configuration diagram illustrating a parallel processing system according to a first embodiment of the present invention;

【図2】 図2はこの発明の実施の形態1の並列処理シ
ステムにより実施される並列処理方法を示すフローチャ
ートである。
FIG. 2 is a flowchart illustrating a parallel processing method performed by the parallel processing system according to the first embodiment of the present invention;

【図3】 計算機1から計算機2に送信される通信デー
タ構造を示すデータ構造図である。
FIG. 3 is a data structure diagram showing a communication data structure transmitted from the computer 1 to the computer 2.

【図4】 計算機2から計算機1に送信される通信デー
タ構造を示すデータ構造図である。
FIG. 4 is a data structure diagram showing a communication data structure transmitted from the computer 2 to the computer 1.

【図5】 計算機2から計算機3に送信される通信デー
タ構造を示すデータ構造図である。
FIG. 5 is a data structure diagram showing a communication data structure transmitted from the computer 2 to the computer 3.

【図6】 計算機3から計算機2に送信される通信デー
タ構造を示すデータ構造図である。
FIG. 6 is a data structure diagram showing a communication data structure transmitted from the computer 3 to the computer 2.

【図7】 計算機3から計算機4に送信される通信デー
タ構造を示すデータ構造図である。
FIG. 7 is a data structure diagram showing a communication data structure transmitted from the computer 3 to the computer 4.

【図8】 計算機4から計算機3に送信される通信デー
タ構造を示すデータ構造図である。
FIG. 8 is a data structure diagram showing a communication data structure transmitted from the computer 4 to the computer 3.

【図9】 計算機2から計算機5に送信される通信デー
タ構造を示すデータ構造図である。
FIG. 9 is a data structure diagram showing a communication data structure transmitted from the computer 2 to the computer 5.

【図10】 計算機5から計算機2に送信される通信デ
ータ構造を示すデータ構造図である。
FIG. 10 is a data structure diagram showing a communication data structure transmitted from the computer 5 to the computer 2.

【図11】 データの位置・転送情報を示す表図であ
る。
FIG. 11 is a table showing data position / transfer information.

【図12】 計算機1から計算機2に送信される通信デ
ータ構造を示すデータ構造図である。
FIG. 12 is a data structure diagram showing a communication data structure transmitted from the computer 1 to the computer 2.

【図13】 計算機2から計算機1に送信される通信デ
ータ構造を示すデータ構造図である。
FIG. 13 is a data structure diagram showing a communication data structure transmitted from the computer 2 to the computer 1.

【図14】 計算機2から計算機3に送信される通信デ
ータ構造を示すデータ構造図である。
FIG. 14 is a data structure diagram showing a communication data structure transmitted from the computer 2 to the computer 3.

【図15】 計算機3から計算機2に送信される通信デ
ータ構造を示すデータ構造図である。
FIG. 15 is a data structure diagram showing a communication data structure transmitted from the computer 3 to the computer 2.

【図16】 計算機3から計算機4に送信される通信デ
ータ構造を示すデータ構造図である。
FIG. 16 is a data structure diagram showing a communication data structure transmitted from the computer 3 to the computer 4.

【図17】 計算機4から計算機3に送信される通信デ
ータ構造を示すデータ構造図である。
FIG. 17 is a data structure diagram showing a communication data structure transmitted from the computer 4 to the computer 3.

【図18】 計算機2から計算機5に送信される通信デ
ータ構造を示すデータ構造図である。
FIG. 18 is a data structure diagram showing a communication data structure transmitted from the computer 2 to the computer 5.

【図19】 計算機5から計算機2に送信される通信デ
ータ構造を示すデータ構造図である。
FIG. 19 is a data structure diagram showing a communication data structure transmitted from the computer 5 to the computer 2.

【図20】 この発明の実施の形態3による並列処理シ
ステムを示す構成図である。
FIG. 20 is a configuration diagram showing a parallel processing system according to a third embodiment of the present invention.

【図21】 従来の並列処理システムを示す構成図であ
る。
FIG. 21 is a configuration diagram showing a conventional parallel processing system.

【符号の説明】[Explanation of symbols]

1〜5,11〜15 計算機、6〜10 通信装置。 1-5, 11-15 Computer, 6-10 Communication device.

Claims (8)

【特許請求の範囲】[Claims] 【請求項1】 データを他の計算機に送信する送信手段
と、他の計算機からデータを受信する受信手段と、所定
の演算を実行する演算手段とを有し、所定の処理を繰り
返し実行する複数の計算機から構成された並列処理シス
テムにおいて、各計算機はデータを目標の計算機に送信
する際、その計算機が即時受信を要求するデータ以外の
データである場合は別の計算機を経由して該目標の計算
機に送信することを特徴とする並列処理システム。
An apparatus comprising: a transmitting unit that transmits data to another computer; a receiving unit that receives data from another computer; and an arithmetic unit that performs a predetermined operation, and includes a plurality of units that repeatedly execute a predetermined process. When a computer transmits data to a target computer, if the computer is data other than the data for which immediate reception is requested, each computer transmits the data to the target computer via another computer. A parallel processing system for transmitting to a computer.
【請求項2】 計算機の送信機能及び受信機能を担う通
信装置が各計算機に接続されることを特徴とする請求項
1記載の並列処理システム。
2. The parallel processing system according to claim 1, wherein a communication device having a transmission function and a reception function of the computer is connected to each computer.
【請求項3】 各計算機は、予め、他の計算機と送受信
する通信パケット内のデータの位置及びデータの転送の
即時の必要性などの情報を記憶することを特徴とする請
求項1記載の並列処理システム。
3. The parallel computer according to claim 1, wherein each computer stores in advance information such as a position of data in a communication packet transmitted / received to / from another computer and an immediate necessity of data transfer. Processing system.
【請求項4】 計算機の送信機能及び受信機能を担う通
信装置が各計算機に接続されることを特徴とする請求項
3記載の並列処理システム。
4. The parallel processing system according to claim 3, wherein a communication device having a transmission function and a reception function of the computer is connected to each computer.
【請求項5】 データを他の計算機に送信する送信手段
と、他の計算機からデータを受信する受信手段と、所定
の演算を実行する演算手段とを有し、所定の処理を繰り
返し実行する複数の計算機を使用することにより実行さ
れる並列処理システムにおいて、各計算機データを目標
の計算機に送信する際、その計算機が即時受信を要求す
るデータ以外のデータである場合は別の計算機を経由し
て該目標の計算機に送信することを特徴とする並列処理
システム。
5. A plurality of transmitting means for transmitting data to another computer, receiving means for receiving data from another computer, and operating means for executing a predetermined operation, wherein the processing means repeatedly executes a predetermined process. In a parallel processing system executed by using a computer, when transmitting each computer data to the target computer, if the computer is data other than the data that requires immediate reception, via another computer A parallel processing system for transmitting to the target computer.
【請求項6】 計算機の送信機能及び受信機能を担う通
信装置が各計算機に接続されることを特徴とする請求項
5記載の並列処理方法。
6. The parallel processing method according to claim 5, wherein a communication device having a transmission function and a reception function of the computer is connected to each computer.
【請求項7】 各計算機は、予め、他の計算機と送受信
する通信パケット内のデータの位置及びデータの転送の
即時の必要性などの情報を記憶することを特徴とする請
求項5記載の並列処理方法。
7. The parallel computer according to claim 5, wherein each computer stores in advance information such as a position of data in a communication packet transmitted / received to / from another computer and an immediate necessity of data transfer. Processing method.
【請求項8】 計算機の送信機能及び受信機能を担う通
信装置が各計算機に接続されることを特徴とする請求項
7記載の並列処理方法。
8. The parallel processing method according to claim 7, wherein a communication device having a transmission function and a reception function of the computer is connected to each computer.
JP11309997A 1998-10-29 1999-10-29 System and method of parallel processing Pending JP2000200254A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP11309997A JP2000200254A (en) 1998-10-29 1999-10-29 System and method of parallel processing

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
JP30905498 1998-10-29
JP10-309054 1998-10-29
JP11309997A JP2000200254A (en) 1998-10-29 1999-10-29 System and method of parallel processing

Publications (1)

Publication Number Publication Date
JP2000200254A true JP2000200254A (en) 2000-07-18

Family

ID=26565809

Family Applications (1)

Application Number Title Priority Date Filing Date
JP11309997A Pending JP2000200254A (en) 1998-10-29 1999-10-29 System and method of parallel processing

Country Status (1)

Country Link
JP (1) JP2000200254A (en)

Similar Documents

Publication Publication Date Title
EP2189903B1 (en) Barrier synchronization apparatus, barrier synchronization system, and barrier synchronization method
KR950013120A (en) Communication control device for communication between calculators and integrated circuit used therein
EP0725351A2 (en) Expedited message transfer in a multi-nodal data processing system
WO2022032984A1 (en) Mqtt protocol simulation method and simulation device
EP1665681B1 (en) Speculative pre-fetch of a protocol control block from an external memory unit
US20050086412A1 (en) System and method for communicating between modules
JP2000200254A (en) System and method of parallel processing
JP2020088517A (en) Communication apparatus, and control method and program of communication apparatus
JP2000224260A (en) Communication controller
CN116136790A (en) Task processing method and device
JP2655466B2 (en) Packet switching equipment
JP2001092798A (en) Load distribution multi-processor system and method
US20190391856A1 (en) Synchronization of multiple queues
CN114039894B (en) Network performance optimization method, system, device and medium based on vector packet
JPH09224066A (en) Communication protocol parallel processor
JP3313655B2 (en) Data transmission / reception method, data transmission / reception method, and recording medium
JP2002164924A (en) Packet processing unit
JP3058010B2 (en) Method and apparatus for communication between processors
US20230033312A1 (en) Secure computing control method, data packet processing method and device and system thereof
JP5587530B2 (en) Engine / processor linkage system and linkage method
CN117539822A (en) Method and device for sharing computing power node storage, information exchange unit and medium
US20140052885A1 (en) Parallel computer system, data transfer device, and method for controlling parallel computer system
JPH0621925A (en) Communication control system for multiplex transmission line
KR100293363B1 (en) Method for managing inter processor communication transmission queue of processor communication controller board assembly in full electronic telephone exchange
JPH0728733A (en) Network traffic control method

Legal Events

Date Code Title Description
FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080208

Year of fee payment: 6

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080208

Year of fee payment: 6

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080208

Year of fee payment: 6

FPAY Renewal fee payment (prs date is renewal date of database)

Year of fee payment: 7

Free format text: PAYMENT UNTIL: 20090208

FPAY Renewal fee payment (prs date is renewal date of database)

Year of fee payment: 8

Free format text: PAYMENT UNTIL: 20100208

FPAY Renewal fee payment (prs date is renewal date of database)

Year of fee payment: 8

Free format text: PAYMENT UNTIL: 20100208

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110208

Year of fee payment: 9

LAPS Cancellation because of no payment of annual fees