JPS631633B2 - - Google Patents

Info

Publication number
JPS631633B2
JPS631633B2 JP57083632A JP8363282A JPS631633B2 JP S631633 B2 JPS631633 B2 JP S631633B2 JP 57083632 A JP57083632 A JP 57083632A JP 8363282 A JP8363282 A JP 8363282A JP S631633 B2 JPS631633 B2 JP S631633B2
Authority
JP
Japan
Prior art keywords
processor
mode
data transfer
load
transfer device
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.)
Expired
Application number
JP57083632A
Other languages
Japanese (ja)
Other versions
JPS58200366A (en
Inventor
Tadashi Naruse
Masato Amamya
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.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone 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 Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP57083632A priority Critical patent/JPS58200366A/en
Publication of JPS58200366A publication Critical patent/JPS58200366A/en
Publication of JPS631633B2 publication Critical patent/JPS631633B2/ja
Granted legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/16Combinations of two or more digital computers each having at least an arithmetic unit, a program unit and a register, e.g. for a simultaneous processing of several programs
    • G06F15/177Initialisation or configuration control

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Multi Processors (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Description

【発明の詳細な説明】 本発明は多数のスイツチモジユールを構成要素
とし、該スイツチモジユールを介して接続される
任意のプロセツサから他の任意のプロセツサへデ
ータ転送するデータ転送装置において、該データ
転送装置がプロセツサ負荷を動的に均等化するこ
とを可能としたデータ転送方式に関するものであ
る。
DETAILED DESCRIPTION OF THE INVENTION The present invention provides a data transfer device which includes a large number of switch modules and which transfers data from any processor connected via the switch modules to any other processor. The present invention relates to a data transfer method that enables a transfer device to dynamically equalize processor loads.

多数のプロセツサを転送系を介して結合した並
列処理計算機では、プロセツサ間の負荷を均等化
することが処理の効率化の観点から重要である。
負荷の均等化は、転送系が動的に負荷の配分をす
ることにより容易に実現できる。しかし、従来の
転送系の動作は受動的であつた。すなわち、プロ
セツサは転送先プロセツサを明記した転送要求を
転送系に出し、転送系はこれを受けて指定された
プロセツサへの転送を行つていた。そのため、負
荷の配分はソフトウエア側にまかされていた。換
言すれば、プログラマはプロセツサの負荷のバラ
ンスが平衡するようにプログラムする必要があつ
た。これは負荷の不平衡を起こす最大の要因であ
る。
In a parallel processing computer in which a large number of processors are connected via a transfer system, it is important to equalize the load among the processors from the viewpoint of improving processing efficiency.
Equalization of the load can be easily achieved by dynamically distributing the load on the transfer system. However, the operation of conventional transfer systems has been passive. That is, the processor issues a transfer request specifying the transfer destination processor to the transfer system, and the transfer system receives the request and transfers the data to the designated processor. Therefore, load distribution was left to the software side. In other words, the programmer had to program so that the processor loads were balanced. This is the biggest factor causing load imbalance.

第1図は従来の並列処理計算機の概略構成図で
ある。いま、このような並列処理計算機上で、第
2図aに示すような分割統治法に代表される処理
形態が木構造をなすアルゴリズムの並列実行を考
える。木の1つのノードの処理を1つのプロセツ
サに割付ける。そうすると、木の名ノードは、第
2図bのように各プロセツサに割付けられ、明ら
かにプロセツサ間で負荷の不平衡を生じる。
FIG. 1 is a schematic diagram of a conventional parallel processing computer. Now, let us consider the parallel execution of an algorithm whose processing form has a tree structure, typified by the divide-and-conquer method as shown in FIG. 2a, on such a parallel processing computer. Assign processing of one node of the tree to one processor. In this case, the name node of the tree is allocated to each processor as shown in FIG. 2b, which obviously causes load imbalance among the processors.

ところで、負荷の配分の問題は、ソフトウエア
の負担の増加、処理オーバヘツドの増加、割付の
誤りによる負荷の不平衡などの問題を引き起し、
これがプロセツサの稼動率の低下、システムスル
ープツトの低下をもたらすことになる。
By the way, the problem of load distribution causes problems such as increased software burden, increased processing overhead, and load imbalance due to allocation errors.
This results in a decrease in processor utilization and system throughput.

本発明の目的は、動的な負荷分散を可能とする
データ転送方式を提供することにある。
An object of the present invention is to provide a data transfer method that enables dynamic load distribution.

しかして、本発明はデータ転送方式をパケツト
転送方式とすることにより、転送先プロセツサの
動的な決定手段を簡単化するものである。又、本
発明は、プロセツサの負荷情報を転送系に与える
ため、複数の転送モードを持つことを特徴とし、
更にはプロセツサの負荷情報を把握するため、ス
イツチモジユールを通過するパケツト数をカウン
トするカウンタを持つことを特徴にしている。
Therefore, the present invention simplifies the means for dynamically determining the transfer destination processor by using the packet transfer method as the data transfer method. Further, the present invention is characterized by having a plurality of transfer modes in order to provide processor load information to the transfer system,
Furthermore, in order to grasp processor load information, it is characterized by having a counter that counts the number of packets passing through the switch module.

以下、図示の一実施例にもとづいて本発明のデ
ータ転送方式を詳述する。
The data transfer method of the present invention will be described in detail below based on an illustrated embodiment.

第3図は本発明の一実施例で、第3図aは多数
のスイツチモジユール1を2次元アレイ状に結合
したデータ転送装置を示す。各スイツチモジユー
ル1にはプロセツサ2が接続される。一方、第3
図bは多数のスイツチモジユール3を多段構成し
たデータ転送装置4であり、データ転送装置4の
入出力にはプロセツサ5,5′が接続される。
FIG. 3 shows an embodiment of the present invention, and FIG. 3a shows a data transfer device in which a large number of switch modules 1 are connected in a two-dimensional array. A processor 2 is connected to each switch module 1. On the other hand, the third
FIG. b shows a data transfer device 4 having a multistage configuration of a large number of switch modules 3, and processors 5 and 5' are connected to input and output terminals of the data transfer device 4.

第3図aのスイツチモジユール1の構成図を第
4図aに示し、第3図bのスイツチモジユール3
の構成図を第4図bに示す。第4図aとbにおい
て、6,10は入力回路、7,11はスイツチ、
8,12は出力回路、9,13はカウンタであ
る。
The configuration diagram of the switch module 1 in FIG. 3a is shown in FIG. 4a, and the switch module 3 in FIG. 3b is shown in FIG.
The configuration diagram is shown in Fig. 4b. In Fig. 4 a and b, 6 and 10 are input circuits, 7 and 11 are switches,
8 and 12 are output circuits, and 9 and 13 are counters.

第3図aとbのどちらのデータ転送装置も基本
的動作は同じであるので、以下では第3図bのデ
ータ転送装置4について説明する。
Since the basic operations of both the data transfer devices shown in FIGS. 3a and 3b are the same, the data transfer device 4 shown in FIG. 3b will be explained below.

第5図は第3図bに示すデータ転送装置4の構
成要素であるスイツチモジユール3の入力回路1
0、スイツチ11、出力回路12の詳細図であ
る。13はカウンタ、14は入力キユー、15は
入力制御回路、16はモードキユー、17は出力
選択情報キユー、18はセレクタ、19はセレク
タ制御回路、20はアービタ、21はセレクタ、
22はオアゲート、23はカウンタ制御回路、2
4は比較回路である。
FIG. 5 shows the input circuit 1 of the switch module 3, which is a component of the data transfer device 4 shown in FIG. 3b.
0, a detailed diagram of the switch 11, and the output circuit 12. 13 is a counter, 14 is an input queue, 15 is an input control circuit, 16 is a mode queue, 17 is an output selection information queue, 18 is a selector, 19 is a selector control circuit, 20 is an arbiter, 21 is a selector,
22 is an OR gate, 23 is a counter control circuit, 2
4 is a comparison circuit.

第6図は転送パケツトの構成図である。パケツ
トはデータバス巾単位に直列転送される。第6図
において、25はパケツト頭部、26はパケツト
本体であり、パケツト頭部25の先頭部分は出力
選択情報に用いる。
FIG. 6 is a diagram showing the configuration of a transfer packet. Packets are transferred serially in data bus width units. In FIG. 6, 25 is a packet head, 26 is a packet body, and the leading portion of the packet head 25 is used for output selection information.

さて、第3図bのデータ転送装置4では、タス
クをプロセツサ5,5′への割付単位とする。
こゝで、タスクとは第2図における木のノードの
ように、1つのまとまつた処理単位をいう。各プ
ロセツサはすべてのタスクの処理ができ、タスク
はその処理に必要なパラメータが揃つた時、起動
されるものとする。タスクが子タスクを生成した
場合(第2図の例では木の1つのノードが子のノ
ードに処理要求を出した場合)、プロセツサ負荷
を分散するため、子タスクは軽負荷プロセツサで
処理される。そのために、プロセツサは処理依頼
をデータ転送装置に発行する。データ転送装置は
軽負荷プロセツサを動的に探し、タスクを割付け
る。タスクの割付けられたプロセツサはその処理
を行い、結果を依頼元プロセツサに返す。当該シ
ステムでは、このようにタスク処理が進む。
Now, in the data transfer device 4 shown in FIG. 3B, a task is used as a unit of assignment to the processors 5 and 5'.
Here, a task is a single unit of processing, like a tree node in FIG. It is assumed that each processor is capable of processing all tasks, and a task is activated when the parameters necessary for the processing are complete. When a task generates a child task (in the example in Figure 2, one node in the tree issues a processing request to a child node), the child task is processed by a light-load processor in order to distribute the processor load. . For this purpose, the processor issues a processing request to the data transfer device. The data transfer device dynamically searches for light-load processors and assigns tasks to them. The processor to which the task has been assigned performs the processing and returns the result to the requesting processor. In this system, task processing proceeds in this manner.

上記プロセツサ負荷の動的な分散化を実現する
ために、本データ転送装置には3つの転送モード
があり、パケツトはいづれかの転送モードで転送
される。3つの転送モードは次の通りである。
In order to realize the dynamic distribution of the processor load, this data transfer device has three transfer modes, and packets are transferred in one of the transfer modes. The three transfer modes are:

(a) サーチモード(Sモード); これは転負荷プロセツサを動的に探すための
転送モードである。このモードのパケツトは、
スイツチモジユール3において、それぞれの出
力回路12に付随するカウンタ13の値を比較
し、その小さい方の出力回路を選択する。そし
て、選択された側のカウンタの値をカウントア
ツプする。両カウンタの値が同じ場合は、いづ
れか一方の出力回路を選択する。
(a) Search mode (S mode): This is a transfer mode for dynamically searching for a load processor. Packets in this mode are
In the switch module 3, the values of the counters 13 associated with the respective output circuits 12 are compared, and the smaller output circuit is selected. Then, the value of the counter on the selected side is counted up. If the values of both counters are the same, select one of the output circuits.

(b) トランスフアモード(Tモード); これは転送先プロセツサが常に定まつている
場合の転送モードである。このモードのパケツ
トは、パケツト頭部の先頭に出力選択情報を持
つ。スイツチモジユール3では、この値に従つ
て出力回路12が選択される。
(b) Transfer mode (T mode): This is a transfer mode when the transfer destination processor is always fixed. A packet in this mode has output selection information at the beginning of the packet head. In the switch module 3, the output circuit 12 is selected according to this value.

(c) フイニツシユモード(Fモード); これはタスク終了をデータ転送装置に知らせ
るための転送モードである。このモードのパケ
ツトは、パケツト頭部の先頭に出力選択情報を
持つ。スイツチモジユール3では、この値に従
つて出力回路12が選択される。さらに、選択
された出力回路12に付随するカウンタ13の
値がカウントダウンされる。
(c) Finishing mode (F mode): This is a transfer mode for notifying the data transfer device of the end of a task. A packet in this mode has output selection information at the beginning of the packet head. In the switch module 3, the output circuit 12 is selected according to this value. Further, the value of the counter 13 associated with the selected output circuit 12 is counted down.

これらの転送モードを用いると、プロセツサ負
荷の分散は次の手法により実現できる。
Using these transfer modes, processor load distribution can be achieved by the following method.

タスクが子タスクを生成すると、子タスク処理
に必要なデータをパケツトにして、データ転送装
置に処理要求をだす。このパケツトの転送モード
はSモードである。データが複数個のパケツトに
なる場合は、そのうちの任意の一つをSモードで
転送する。データ転送装置は子タスクの処理プロ
セツサが動的に決まると、処理先が決つた旨をパ
ケツトにして依頼元プロセツサに知らせる。この
転送モードはTモードである。依頼元プロセツサ
は、このパケツトを受けとると、処理依頼が複数
個のパケツトで構成されている場合、残りのパケ
ツトをTモードで転送する。処理先のプロセツサ
は、転送されたデータにより、子タスクの処理を
行い、結果を求め、それを1個ないし複数個のパ
ケツトにしてTモードで依頼元プロセツサに返
す。依頼元プロセツサは、結果を受けとると、受
けとつた旨をパケツトにしてFモードで転送す
る。子タスクの生成から消滅までの過程におい
て、このようなパケツトの転送が行われる。
When a task generates a child task, the data necessary for processing the child task is made into a packet and a processing request is issued to the data transfer device. The transfer mode of this packet is S mode. If the data consists of multiple packets, any one of them is transferred in S mode. When the data transfer device dynamically determines the processing processor for the child task, it sends a packet to inform the requesting processor that the processing destination has been determined. This transfer mode is T mode. When the requesting processor receives this packet, if the processing request consists of a plurality of packets, it transfers the remaining packets in T mode. The destination processor processes the child task using the transferred data, obtains the results, and returns the results to the requesting processor in T mode in one or more packets. When the requesting processor receives the result, it converts the result into a packet and transfers it in F mode. Such packet transfer is performed during the process from the creation of a child task to its destruction.

各モードのパケツトに対し、スイツチモジユー
ル3の転送シーケンスは以下のようになる。
The transfer sequence of the switch module 3 for packets in each mode is as follows.

第5図において、入力キユー14にはパケツト
が入つており、モードキユー16には入力キユー
14のパケツト対応にそのパケツトの転送モード
が入つており、出力選択情報キユー17には、同
じく出力選択情報が入つているものとする。ただ
し、Sモードのパケツトに対する出力選択情報は
定義されないが、出力選択情報キユー17にはダ
ミーデータを対応する出力選択情報として入れ、
各キユー14,16,17のパケツトの順序関係
を保持するものとする。カウンタ13は、出力回
路12を通過したパケツトのうち、Sモードのパ
ケツトの個数とFモードのパケツトの個数の差を
保持している。比較回路24は2つの出力回路の
カウンタの値を比較し、大小関係を出力する。そ
れはセレクタ制御回路19の入力となる。以下、
転送シーケンスを説明する。
In FIG. 5, the input queue 14 contains a packet, the mode queue 16 contains the transfer mode of the packet corresponding to the packet in the input queue 14, and the output selection information queue 17 also contains output selection information. It is assumed that it is included. However, although the output selection information for S mode packets is not defined, dummy data is entered in the output selection information queue 17 as the corresponding output selection information,
It is assumed that the order relationship of packets in each queue 14, 16, and 17 is maintained. The counter 13 holds the difference between the number of S mode packets and the number of F mode packets among the packets that have passed through the output circuit 12. The comparison circuit 24 compares the values of the counters of the two output circuits and outputs a magnitude relationship. It becomes an input to the selector control circuit 19. below,
Explain the transfer sequence.

(i) 入力制御回路15は、モードキユー16から
転送モード(mode)を出力し、自らは処理要
求信号(reg)を出す。転送モードはセレクタ
制御回路19の制御信号となると同時に、セレ
クタ18を径由して、次段スイツチモジユール
に送られる。
(i) The input control circuit 15 outputs a transfer mode (mode) from the mode queue 16, and outputs a processing request signal (reg). The transfer mode becomes a control signal for the selector control circuit 19 and is simultaneously sent to the next stage switch module via the selector 18.

(ii) セレクタ制御回路19は転送モードに従つ
て、比較回路24(Sモードのとき)、又は出
力選択情報キユー17の出力値(T,Fモード
のとき)からセレクタ18の出力を決定する。
(ii) The selector control circuit 19 determines the output of the selector 18 from the output value of the comparison circuit 24 (in S mode) or the output selection information queue 17 (in T, F mode) according to the transfer mode.

(iii) reg信号および転送モードは、セレクタ18、
アービタ20を径由して次段スイツチモジユー
ルの入力制御回路15、モードキユー16へ到
達する。
(iii) The reg signal and transfer mode are set by the selector 18,
The signal passes through the arbiter 20 and reaches the input control circuit 15 and mode queue 16 of the next-stage switch module.

(iv) (次段スイツチモジユールの)入力制御回路
15は入力キユー14が一杯でない限り、ack
信号を返す。と同時に、転送モードをモードキ
ユー16にとりこむ。入力キユー14が一杯の
ときは、キユーに空きが生じるまでack信号を
返さない。また、転送モードもとりこまない。
(iv) The input control circuit 15 (of the next stage switch module)
return signal. At the same time, the transfer mode is loaded into the mode queue 16. When the input queue 14 is full, no ack signal is returned until there is space in the queue. Also, the transfer mode is not included.

(v) ack信号は、カウンタ制御回路23の入力と
なり、転送モードにより、所定の動作(Sモー
ドならカウントアツプ、Fモードならカウント
ダウン、Tモードなら何もしない)をする。ま
た、セレクタ21、オアゲート22を径由して
入力制御回路15へ行く。セレクタ12の出力
は、アービタ20が選択した入力回路10に対
応する側の出力が選択される。
(v) The ack signal becomes an input to the counter control circuit 23, which performs a predetermined operation depending on the transfer mode (count up in S mode, count down in F mode, do nothing in T mode). It also goes to the input control circuit 15 via the selector 21 and OR gate 22. As the output of the selector 12, the output corresponding to the input circuit 10 selected by the arbiter 20 is selected.

(vi) 入力制御回路15は、入力キユー14の先頭
にあるパケツトをセレクタ18、アービタ20
を径由して次段スイツチモジユールの入力キユ
ー14へ転送する。このとき、出力選択情報
は、入力制御回路15の制御のもとに出力選択
情報キユー17にも入れられる。
(vi) The input control circuit 15 sends the packet at the head of the input queue 14 to the selector 18 and the arbiter 20.
is transferred to the input queue 14 of the next stage switch module. At this time, the output selection information is also entered into the output selection information queue 17 under the control of the input control circuit 15.

(vii) パケツト転送終了後、入力制御回路15は
reg信号をおとし、転送シーケンスを終了する。
(vii) After the packet transfer is completed, the input control circuit 15
Turn off the reg signal and end the transfer sequence.

以上説明したように、本発明によれば、データ
転送装置はスイツチモジユールに用意したカウン
タにより動的にタスクの分散化制御を行い、プロ
セツサ負荷を均等化することができるから、プロ
グラムの処理のスループツトや、プロセツサの稼
動率が上昇し、また、ソフトウエア側で負荷分散
を意識する必要がなくなる。さらに、簡単な回路
構成のスイツチモジユールを多数用いるので、
LSI化に適する。
As explained above, according to the present invention, the data transfer device can dynamically perform task distribution control using the counter provided in the switch module and equalize the processor load, so that the program processing can be The throughput and processor operating rate increase, and there is no need for software to be conscious of load distribution. Furthermore, since many switch modules with simple circuit configurations are used,
Suitable for LSI.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は従来の並列処理計算機の構成図、第2
図は木構造のプログラムの模式図および木のノー
ドを第1図の並列処理計算機に割付けた図、第3
図a,bは本発明のデータ転送方式の一実施例の
構成図、第4図a,bは第3図a,bのスイツチ
モジユールの構成図、第5図は第4図bのスイツ
チモジユールの詳細構成図、第6図はパケツトの
構成図である。 1,3…スイツチモジユール、2,5,5′…
プロセツサ、4…データ転送装置、6,10…入
力回路、7,11…スイツチ、8,12…出力回
路、9,13…カウンタ、14…入力キユー、1
5…入力制御回路、16…モードキユー、17…
出力選択情報キユー、18,21…セレクタ、1
9…セレクタ制御回路、20…アービタ、22…
オアゲート、23…カウンタ制御回路、24…比
較回路、25…パケツト頭部、26…パケツト本
体。
Figure 1 is a configuration diagram of a conventional parallel processing computer, Figure 2
The figure shows a schematic diagram of a tree-structured program, a diagram showing how the nodes of the tree are assigned to the parallel processing computer in Figure 1, and Figure 3.
Figures a and b are block diagrams of an embodiment of the data transfer system of the present invention, Figures 4a and b are block diagrams of the switch modules in Figures 3a and b, and Figure 5 is the switch module in Figure 4b. FIG. 6 is a detailed block diagram of the module, and FIG. 6 is a block diagram of the packet. 1, 3... switch module, 2, 5, 5'...
Processor, 4...Data transfer device, 6, 10...Input circuit, 7, 11...Switch, 8, 12...Output circuit, 9, 13...Counter, 14...Input queue, 1
5...Input control circuit, 16...Mode cue, 17...
Output selection information queue, 18, 21...Selector, 1
9... Selector control circuit, 20... Arbiter, 22...
OR gate, 23...Counter control circuit, 24...Comparison circuit, 25...Packet head, 26...Packet body.

Claims (1)

【特許請求の範囲】[Claims] 1 複数の入力と複数の出力を持ち、任意の入力
から任意の出力へスイツチできるスイツチモジユ
ールを複数個結合して構成され、該スイツチモジ
ユールを介して接続される任意のプロセツサから
任意のプロセツサへデータ転送ができるデータ転
送装置において、前記スイツチモジユールは出力
対応に配下のプロセツサの負荷を表示するための
カウンタを持ち、且つ、データ転送装置はパケツ
トによりデータ転送を遂行し、その転送モードと
して、軽負荷プロセツサを動的に探すためのモー
ドと、プロセツサ負荷が軽減されたことを知らせ
るためのモードと、指定したプロセツサへデータ
を転送するモードとを有し、前記軽負荷プロセツ
サを動的に探すための転送モードのパケツトは、
スイツチモジユールにおいてカウンタ値の最も小
さい出力を選択して該当カウンタをカウントアツ
プし、また、前記プロセツサの負荷が軽減された
ことを知らせるための転送モードのパケツトはカ
ウンタをカウントダウンし、これらのカウンタ操
作によりプロセツサ負荷情報をデータ転送装置に
与え、該データ転送装置がプロセツサ負荷を動的
に分散化することを特徴とするデータ転送方式。
1. It is constructed by combining multiple switch modules that have multiple inputs and multiple outputs and can switch from any input to any output, and can be connected to any processor connected via the switch module. In a data transfer device capable of transferring data to a processor, the switch module has a counter for displaying the load of the subordinate processor corresponding to the output, and the data transfer device performs data transfer by packets, and the transfer mode is , a mode for dynamically searching for a light-load processor, a mode for notifying that the processor load has been reduced, and a mode for transferring data to a specified processor. The transfer mode packet to search for is
The switch module selects the output with the smallest counter value and counts up the corresponding counter, and also counts down the counter for transfer mode packets to notify that the load on the processor has been reduced, and these counter operations 1. A data transfer method characterized in that processor load information is provided to a data transfer device by means of a data transfer device, and the data transfer device dynamically distributes the processor load.
JP57083632A 1982-05-18 1982-05-18 Data transfer system Granted JPS58200366A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP57083632A JPS58200366A (en) 1982-05-18 1982-05-18 Data transfer system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP57083632A JPS58200366A (en) 1982-05-18 1982-05-18 Data transfer system

Publications (2)

Publication Number Publication Date
JPS58200366A JPS58200366A (en) 1983-11-21
JPS631633B2 true JPS631633B2 (en) 1988-01-13

Family

ID=13807836

Family Applications (1)

Application Number Title Priority Date Filing Date
JP57083632A Granted JPS58200366A (en) 1982-05-18 1982-05-18 Data transfer system

Country Status (1)

Country Link
JP (1) JPS58200366A (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6227856A (en) * 1985-07-30 1987-02-05 Agency Of Ind Science & Technol Load decentralizing device
JP5370359B2 (en) * 2008-04-22 2013-12-18 日本電気株式会社 SIMD type parallel computer system, SIMD type parallel computer method and control program

Also Published As

Publication number Publication date
JPS58200366A (en) 1983-11-21

Similar Documents

Publication Publication Date Title
Kitsuregawa et al. Bucket Spreading Parallel Hash: A New, Robust, Parallel Hash Join Method for Data Skew in the Super Database Computer (SDC).
JP2682770B2 (en) CPU control method for virtual computer system
Malmborg et al. Optimal storage assignment policies for multiaddress warehousing systems
KR102539571B1 (en) Network-on-chip data processing method and device
JPS631633B2 (en)
Tuomenoksa et al. Task scheduling on the PASM parallel processing system
Suel Routing and sorting on meshes with row and column buses
KR102539574B1 (en) Network-on-chip data processing method and device
KR102539573B1 (en) Network-on-chip data processing method and device
Dongarra et al. Revisiting matrix product on master-worker platforms
Wah et al. Distributed scheduling of resources on interconnection networks
JPH0612395A (en) Task allocating method in multiprocessor system
JPS6131904B2 (en)
JPS63223860A (en) Multi-processor constituting device
Tuomenoksa et al. Analysis of multiple-queue task scheduling algorithms for multiple-SIMD machines.
JPS6227856A (en) Load decentralizing device
Monien et al. A realizable efficient parallel architecture
Tuomenoksa et al. Preloading Schemes for the PASM Parallel Memory System.
Juang et al. Resource sharing interconnection networks in multiprocessors
JPH08185384A (en) Method and device for allocating load module
JPH1063607A (en) Dma controller
JP2001147908A (en) Load distributing system
Keshk et al. Amon: A parallel slice algorithm for wire routing
JPS61279959A (en) Saving and outputting system for main storage
Woo et al. PCBN: a high-performance partitionable circular bus network for distributed systems