JPH09231188A - Multicluster information processing system - Google Patents

Multicluster information processing system

Info

Publication number
JPH09231188A
JPH09231188A JP8036892A JP3689296A JPH09231188A JP H09231188 A JPH09231188 A JP H09231188A JP 8036892 A JP8036892 A JP 8036892A JP 3689296 A JP3689296 A JP 3689296A JP H09231188 A JPH09231188 A JP H09231188A
Authority
JP
Japan
Prior art keywords
data
transfer
cluster
clusters
parameter
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.)
Granted
Application number
JP8036892A
Other languages
Japanese (ja)
Other versions
JP2984594B2 (en
Inventor
Satoshi Jinguji
聡 神宮寺
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.)
NEC Computertechno Ltd
Original Assignee
NEC Computertechno Ltd
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 NEC Computertechno Ltd filed Critical NEC Computertechno Ltd
Priority to JP8036892A priority Critical patent/JP2984594B2/en
Publication of JPH09231188A publication Critical patent/JPH09231188A/en
Application granted granted Critical
Publication of JP2984594B2 publication Critical patent/JP2984594B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Multi Processors (AREA)

Abstract

PROBLEM TO BE SOLVED: To eliminate the overhead at data transfer time and improve the performance of the information processing system, constituted by connecting plural clusters including plural arithmetic processors by a crossbar network, by a broadcasting function which enables an arithmetic processor in one cluster to transfer data to all other clusters with a single instruction. SOLUTION: If one of arithmetic processors 21-2N issues a broadcast instruction, it is received by a data transfer device 5 through a local network 4. When an instruction decoding means 51 knows that the received instruction is the broadcast instruction by deciphering, a common memory access means 53 reads transfer data out of a common memory 3 through the local network 4 in response to the indication of a transfer control means 52 and transfers it to a data transfer means 54. The data transfer means 54 holds the data in a data holding means 541 and transfers the data to all other clusters in order.

Description

【発明の詳細な説明】Detailed Description of the Invention

【発明の属する技術分野】本発明は、複数のクラスター
を含む情報処理システムに関し、特に、クラスター間の
データ転送を制御する手段を含む情報処理システムに関
する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an information processing system including a plurality of clusters, and more particularly to an information processing system including means for controlling data transfer between clusters.

【従来の技術】複数のクラスターを含む情報処理システ
ムの従来技術の一例は、カイ・ワン著、1993年マグ
ロウ・ヒル社刊行「アドバンスド・コンピュータ・アー
キテクチャ」(Kai Hwang, "Advanced Computer Archit
ecture", 1993, McGraw-Hill Inc, New York)第336
頁第7.4図に開示されている(以下従来技術1)。こ
の従来技術では、1つのクラスターは、複数のプロセッ
サーPと、1つのメインメモリMMと、これらを接続す
るクラスターバスを含む。1つの情報処理システムは、
複数のクラスターを含む。各クラスターのクラスターバ
スは、グローバルバスで接続されている。
2. Description of the Related Art An example of a conventional technology of an information processing system including a plurality of clusters is described in Kai Hwang, "Advanced Computer Archit" by Kai Wang, 1993, published by McGraw-Hill.
ecture ", 1993, McGraw-Hill Inc, New York) No. 336
It is disclosed in FIG. 7.4 on page (hereinafter, Prior Art 1). In this conventional technique, one cluster includes a plurality of processors P, one main memory MM, and a cluster bus connecting them. One information processing system is
Contains multiple clusters. The cluster buses of each cluster are connected by a global bus.

【0001】このような情報処理システムにおける、1
つのクラスタから他の複数のクラスタへのデータ転送
は、以下のステップにより実現される。この例では、情
報処理システムは、クラスタ#0〜クラスタ#(N−
1)を有する。クラスタ#0は、メインメモリMM#
0、および、プロセッサ#0−0〜プロセッサ0−nを
有する。プロセッサ#0−0の要求により、メインメモ
リMM#0内のデータDが、クラスタ#1〜クラスタ#
(N−1)へ転送される。
In such an information processing system, 1
Data transfer from one cluster to other clusters is achieved by the following steps. In this example, the information processing system includes cluster # 0 to cluster # (N-
1). Cluster # 0 is main memory MM #
0, and processors # 0-0 to 0-n. At the request of the processors # 0-0, the data D in the main memory MM # 0 is changed to cluster # 1 to cluster #
(N-1).

【0002】第1のステップにおいて、プロセッサ#0
−0は、メインメモリMM#0から、データDを読み出
す。第1のステップに要する時間は、Taである。
In the first step, processor # 0
-0 reads the data D from the main memory MM # 0. The time required for the first step is Ta.

【0003】第2のステップにおいて、プロセッサ#0
−0は、クラスタバスおよびグローバルバスを介して、
データDをクラスタ#1に送信する。プロセッサ#0−
0は、クラスタ#1からの受信終了通知を待つ。第2の
ステップに要する時間は、Tbである。
In the second step, processor # 0
-0 is via cluster bus and global bus
Send data D to cluster # 1. Processor # 0-
0 waits for a reception end notification from the cluster # 1. The time required for the second step is Tb.

【0004】図1を参照すると、第1および第2のステ
ップを繰り返すことにより、クラスタ#2〜クラスタ#
(N−1)へデータDが転送される。データの転送に要
する時間の合計Tは、T=(Ta+Tb)×(N−1)
である。
Referring to FIG. 1, by repeating the first and second steps, cluster # 2 to cluster #
The data D is transferred to (N-1). The total time T required for data transfer is T = (Ta + Tb) × (N−1)
It is.

【0005】上述の従来技術の他にも、次のような技術
が知られている。
In addition to the above-mentioned conventional technique, the following technique is known.

【0006】1993年8月2日発行の「アイトリプル
イー(IEEE)1696 92−アイトリプルイー・
スタンダード・フォー・スケーラブル・コーヒレント・
インターフェイス(IEEE Standard fo
r Scalable Coherent Inter
face)」第23、24、および、71頁には、リン
グレット(ringlet)タイプの伝送経路を有する
情報処理システムにおけるブロードキャスト技術が開示
されている(以下「従来技術2」)。この技術でも、N
−1個のクラスタにデータを転送するのに要する時間
は、(Ta+Tb)×(N−1)である。
"Iepleeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee (IEE) 1696 92-Ieeeeeeeeeee Lee e
Standard for Scalable Coherent
Interface (IEEE Standard fo
r Scalable Coherent Inter
face, "pages 23, 24, and 71, disclose a broadcast technique in an information processing system having a ringlet type transmission path (hereinafter," prior art 2 "). Even with this technology, N
The time required to transfer data to one cluster is (Ta + Tb) * (N-1).

【0007】特開平4−287153号公報には、クラ
スタ間ネットワークとは別に放送(ブロードキャスト)
型通信バスを設ける技術が記載されている(以下「従来
技術3」)。
Japanese Unexamined Patent Publication No. 4-287153 discloses broadcasting separately from the inter-cluster network.
A technique for providing a type communication bus is described (hereinafter, "prior art 3").

【発明が解決しようとする課題】上述の従来技術では、
以下のような問題があった。
In the above-mentioned prior art,
There were the following problems.

【0008】従来技術1では、転送データがメインメモ
リから繰り返し読み出されるため、データ転送に長時間
を要する。
In the prior art 1, since the transfer data is repeatedly read from the main memory, it takes a long time to transfer the data.

【0009】従来技術2では、転送先クラスタへのデー
タ転送路中に他のクラスタが介在するため、転送速度が
遅い。
In the prior art 2, since the other cluster is present in the data transfer path to the transfer destination cluster, the transfer speed is slow.

【0010】従来技術3では、放送(ブロードキャス
ト)型通信バスを別に設けるため、ハードウェア量が増
大する。
In the prior art 3, since a broadcast communication bus is separately provided, the amount of hardware increases.

【0011】さらに、プロセッサが直接データを受け取
るシステムでは、データ転送のたびにプロセッサの処理
が中断されるという問題があった。
Further, in the system in which the processor directly receives data, there is a problem that the processing of the processor is interrupted each time data is transferred.

【0012】このような問題に鑑み、本発明の目的の1
つは、短時間でデータを複数のクラスタにブロードキャ
ストすることにある。
In view of these problems, one of the objects of the present invention is
One is to broadcast the data to multiple clusters in a short time.

【0013】本発明の他の目的は、ブロードキャストに
伴うメインメモリからのデータの読み出しの回数を減ら
すことにある。
Another object of the present invention is to reduce the number of times of reading data from the main memory due to broadcasting.

【0014】本発明の他の目的は、複数のクラスタに同
時にデータを転送することにある。
Another object of the present invention is to transfer data to a plurality of clusters simultaneously.

【0015】本発明の他の目的は、他のクラスタを介さ
ずに、転送先クラスタにデータを転送することにある。
Another object of the present invention is to transfer data to a transfer destination cluster without passing through another cluster.

【0016】本発明の他の目的は、ハードウエア量の増
大を伴うことなく、上述の目的を達成することにある。
Another object of the present invention is to achieve the above object without increasing the amount of hardware.

【課題を解決するための手段】以上の問題に鑑み、本発
明のマルチクラスタ情報処理システムは、複数のクラス
タとこれら複数のクラスタを接続するクラスタ間接続手
段とを含むマルチクラスタ情報処理システムにおいて、
前記複数のクラスタの各々が、複数のプロセッサと、前
記複数のプロセッサからアクセスされる共有メモリと、
前記複数のプロセッサと前記共有メモリとを接続するク
ラスタ内接続手段と、他のクラスタへ転送されるべき転
送データを保持するデータ保持手段と、前記複数のプロ
セッサの少なくとも1つが複数の転送先クラスタへのデ
ータ転送を要求しているときに前記共有メモリから転送
データを読み出して前記データ保持手段に格納する転送
データ読出手段と、前記データ保持手段に格納されたデ
ータを前記クロスバネットワークを介して前記複数の転
送先クラスタの各々に順次転送するデータ転送手段とを
含む。
In view of the above problems, a multi-cluster information processing system of the present invention is a multi-cluster information processing system including a plurality of clusters and an inter-cluster connecting means for connecting the plurality of clusters.
Each of the plurality of clusters includes a plurality of processors, a shared memory accessed from the plurality of processors,
Intra-cluster connecting means for connecting the plurality of processors and the shared memory, data holding means for holding transfer data to be transferred to another cluster, and at least one of the plurality of processors to a plurality of transfer destination clusters Transfer data reading means for reading the transfer data from the shared memory and storing it in the data holding means when requesting the data transfer of the data, and the data stored in the data holding means by the plurality of data via the crossbar network. Data transfer means for sequentially transferring to each of the transfer destination clusters.

【0017】別の実施態様では、本発明のマルチクラス
タ情報処理システムは、複数のクラスタとこれら複数の
クラスタを接続するクラスタ間接続手段とを含むマルチ
クラスタ情報処理システムにおいて、前記クラスタ間接
続手段が、前記複数のクラスタの1つから受信した転送
データを格納するデータ保持格納手段と、前記転送デー
タを複数の転送先クラスタに同時に送出するデータ転送
手段とを含む。
In another embodiment, the multi-cluster information processing system of the present invention is a multi-cluster information processing system including a plurality of clusters and inter-cluster connecting means for connecting the plurality of clusters. Data holding means for storing transfer data received from one of the plurality of clusters, and data transfer means for simultaneously transmitting the transfer data to a plurality of transfer destination clusters.

【0018】[0018]

【発明の実施の形態】次に、本発明の第1の実施例につ
いて図面を参照して説明する。
BEST MODE FOR CARRYING OUT THE INVENTION Next, a first embodiment of the present invention will be described with reference to the drawings.

【0019】図2を参照すると、本実施例による情報処
理システムは、クラスタ#1〜クラスタ#3と、これら
のクラスタを接続するクラスタ間クロスバネットワーク
60とを含む。クラスタ#1は、N個の演算処理装置2
1〜2Nと、これらの全ての演算処理装置21〜2Nに
より共有される共有メモリ3と、クラスタ間のデータ転
送を制御するデータ転送制御装置5とを含む。演算処理
装置21〜2N、共有メモリ3、および、データ転送制
御装置5は、ローカルネットワーク4で接続される。
Referring to FIG. 2, the information processing system according to this embodiment includes clusters # 1 to # 3 and an inter-cluster crossbar network 60 connecting these clusters. The cluster # 1 has N processing units 2
1 to 2N, a shared memory 3 shared by all of these arithmetic processing devices 21 to 2N, and a data transfer control device 5 for controlling data transfer between clusters. The arithmetic processing devices 21 to 2N, the shared memory 3, and the data transfer control device 5 are connected by a local network 4.

【0020】図2を参照すると、データ転送制御装置5
は、命令解読手段51と、転送制御手段52と、共有メ
モリアクセス手段53と、データ転送制御手段54とを
含む。共有メモリアクセス手段53は、ローカルネット
ワーク4を介して、共有メモリ3への読み出しおよび書
き込みを実行する。命令解読手段51は、演算処理装置
21〜2Nが発行した命令を解読する。この命令がブロ
ードキャスト命令であったとき、命令解読手段51は、
転送制御手段52に対してブロードキャスト転送の実行
を指示する。データ転送制御手段54は、他のクラスタ
へのデータ転送を実行する。データ転送制御手段54
は、データ保持手段541を含む。データ保持手段54
1は、共有メモリ3から読み出されたデータを一時的に
保持する。データ保持手段541が一時的にデータを保
持するため、共有メモリ3からのデータの読み出しは、
一度で済む。
Referring to FIG. 2, the data transfer control device 5
Includes instruction decoding means 51, transfer control means 52, shared memory access means 53, and data transfer control means 54. The shared memory access unit 53 executes reading and writing to the shared memory 3 via the local network 4. The instruction decoding means 51 decodes the instructions issued by the arithmetic processing units 21 to 2N. When this command is a broadcast command, the command decoding means 51
It instructs the transfer control means 52 to execute broadcast transfer. The data transfer control means 54 executes data transfer to another cluster. Data transfer control means 54
Includes a data holding unit 541. Data holding means 54
1 temporarily holds the data read from the shared memory 3. Since the data holding unit 541 temporarily holds the data, the reading of the data from the shared memory 3 is
It only needs to be done once.

【0021】転送制御手段52は、命令解読手段51、
共有メモリアクセス手段53、および、データ転送制御
手段54を制御する。
The transfer control means 52 includes an instruction decoding means 51,
It controls the shared memory access means 53 and the data transfer control means 54.

【0022】図3を参照すると、データ転送制御手段5
4は、データ保持手段541と、パラメータ保持手段5
42と、制御手段543と、データ転送手段544と、
ブロードキャスト終了監視手段545と、共有メモリア
クセス終了監視手段546と、命令解読手段547と、
データ格納手段548とを含む。共有メモリアクセス終
了監視手段546は、共有メモリ3へのアクセスが終了
したか否かを検知する。パラメータ保持手段542は、
ブロードキャストを行うときに必要なパラメータを格納
する。データ転送手段544は、データ保持手段541
およびパラメータ保持手段542に格納された情報を、
クロスバネットワーク60を介して他のクラスタに転送
する。データ格納手段548は、クロスバネットワーク
60から取り込まれた情報を格納する。命令解読手段5
47は、データ格納手段548に格納された情報が、ブ
ロードキャスト命令を指示しているか否かを判定する。
ブロードキャスト終了監視手段545は、全てのクラス
タから終了報告を受けたか否かを判定する。
Referring to FIG. 3, the data transfer control means 5
4 is a data holding unit 541 and a parameter holding unit 5
42, a control means 543, a data transfer means 544,
A broadcast end monitoring unit 545, a shared memory access end monitoring unit 546, an instruction decoding unit 547,
And data storage means 548. The shared memory access end monitoring means 546 detects whether or not the access to the shared memory 3 has ended. The parameter holding unit 542
Stores parameters required for broadcasting. The data transfer means 544 is the data holding means 541.
And the information stored in the parameter holding unit 542,
Transfer to another cluster via the crossbar network 60. The data storage unit 548 stores the information fetched from the crossbar network 60. Instruction decoding means 5
47 determines whether or not the information stored in the data storage means 548 indicates a broadcast command.
The broadcast end monitoring unit 545 determines whether or not end reports have been received from all the clusters.

【0023】図4を参照すると、パラメータは、V、
F、R/W、LC#、RC#、ADD、LENGTHの
7つのフィールドを含む。Vフィールドは、有効ビット
である。R/Wフィールドは、転送先クラスタのリード
/ライト指定を示す情報を格納する。LC#フィールド
は、転送元クラスタ番号を格納する。RC#フィールド
は、転送先クラスタ番号を格納する。Fフィールドは、
対応するデータが最後のデータであることを示す情報を
格納する。ADDフィールドは、転送先クラスタの仮想
アドレスを格納する。ADDフィールドで示されるアド
レスから、転送データが格納される。LENGTHフィ
ールドは、転送されるデータの長さと、一度に転送でき
るデータの長さを格納する。
Referring to FIG. 4, the parameters are V,
It includes seven fields of F, R / W, LC #, RC #, ADD, and LENGTH. The V field is a valid bit. The R / W field stores information indicating the read / write designation of the transfer destination cluster. The LC # field stores the transfer source cluster number. The RC # field stores the transfer destination cluster number. F field is
Stores information indicating that the corresponding data is the last data. The ADD field stores the virtual address of the transfer destination cluster. Transfer data is stored from the address indicated by the ADD field. The LENGTH field stores the length of data to be transferred and the length of data that can be transferred at one time.

【0024】図5を参照すると、パラメータ保持手段5
42は、セレクタ5420、レジスタ5421、パラメ
ータバッファ5422、更新手段5423、および、ア
ドレスポインタ5424を含む。セレクタ5420は、
制御手段543から受信したパラメータと、更新手段5
423が出力したパラメータのうちの一方を選択する。
選択されたパラメータは、レジスタ5421に格納され
る。レジスタ5421に格納されたパラメータは、パラ
メータバッファ5422に格納される。パラメータバッ
ファ5422は、複数のパラメータを格納する。パラメ
ータバッファ5422中のパラメータのうち、アドレス
ポインタ5424で指定されたものがパラメータバッフ
ァ5422から出力される。パラメータバッファ542
2から出力されたパラメータは、データ保持手段541
および更新手段5423に供給される。複数のクラスタ
にデータが送出されるときは、送出先のクラスタの各々
に対応した複数のパラメータが生成される。
Referring to FIG. 5, the parameter holding means 5
42 includes a selector 5420, a register 5421, a parameter buffer 5422, an updating unit 5423, and an address pointer 5424. The selector 5420 is
The parameters received from the control means 543 and the updating means 5
One of the parameters output by 423 is selected.
The selected parameter is stored in the register 5421. The parameters stored in the register 5421 are stored in the parameter buffer 5422. The parameter buffer 5422 stores a plurality of parameters. Among the parameters in the parameter buffer 5422, the one designated by the address pointer 5424 is output from the parameter buffer 5422. Parameter buffer 542
The parameters output from 2 are data holding means 541.
And to the updating means 5423. When data is sent to a plurality of clusters, a plurality of parameters corresponding to each of the destination clusters are generated.

【0025】更新手段5423は、パラメータの内容を
更新する。更新されたパラメータは、セレクタ542
0、および、レジスタ5421を介して、再びパラメー
タバッファ5422に格納される。更新手段5423
は、転送データが複数のデータブロックに分割されたと
きに、各々のデータブロックに対するパラメータを生成
する。長いデータが転送されるとき、所定のデータ長を
有する複数のデータブロックに分割される。この所定の
データ長は、パラメータのLENGTHフィールドに格
納されている。データブロックは、1つづつ、クロスバ
ネットワーク60に送出される。更新手段5423は、
パラメータのADDフィールドにこの所定のデータ長を
加算することにより、次のデータブロックに対応するパ
ラメータを生成する。最後のデータブロックに対応する
パラメータのFフィールドには、”1”が設定される。
The updating means 5423 updates the contents of the parameters. The updated parameter is the selector 542.
It is again stored in the parameter buffer 5422 via 0 and the register 5421. Updating means 5423
Generates a parameter for each data block when the transfer data is divided into a plurality of data blocks. When a long data is transferred, it is divided into a plurality of data blocks having a predetermined data length. This predetermined data length is stored in the LENGTH field of the parameter. The data blocks are sent to the crossbar network 60 one by one. Update means 5423,
By adding this predetermined data length to the ADD field of the parameter, the parameter corresponding to the next data block is generated. "1" is set in the F field of the parameter corresponding to the last data block.

【0026】図6を参照すると、データ保持手段541
は、レジスタ5411、データバッファ5412、セレ
クタ5413、レジスタ5414、および、アドレスポ
インタ5415を含む。データ保持手段541は、複数
のデータバッファ5412を含んでも良い。複数のデー
タバッファ5412を用意することにより、データ保持
手段541へのデータの格納と、データ保持手段541
からのデータの読み出しを同時に行うことができる。本
実施例では、データ保持手段541は、3つのデータバ
ッファ5412を含む。
Referring to FIG. 6, data holding means 541
Includes a register 5411, a data buffer 5412, a selector 5413, a register 5414, and an address pointer 5415. The data holding unit 541 may include a plurality of data buffers 5412. By preparing a plurality of data buffers 5412, the storage of data in the data holding means 541 and the data holding means 541 are performed.
The data can be read from the memory simultaneously. In this embodiment, the data holding unit 541 includes three data buffers 5412.

【0027】制御手段543から受信したデータは、レ
ジスタ5411を介してデータバッファ5412に格納
される。データバッファ5412内のデータのうち、ア
ドレスポインタ5415で指定されるものがレジスタ5
414に格納される。レジスタ5414に格納されたデ
ータは、データ転送手段544に出力される。また、パ
ラメータ保持手段542から受信したパラメータも、デ
ータ転送手段544に出力される。
The data received from the control means 543 is stored in the data buffer 5412 via the register 5411. Of the data in the data buffer 5412, the data designated by the address pointer 5415 is the register 5
It is stored in 414. The data stored in the register 5414 is output to the data transfer means 544. The parameters received from the parameter holding unit 542 are also output to the data transfer unit 544.

【0028】次に、本実施例の動作について図面を参照
して説明する。なお、以下の動作のうち、ステップ1〜
10および19〜24はクラスタ#1が、ステップ11
はクロスバネットワーク60が、ステップ12〜18は
クラスタ#2が、それぞれ実行する。
Next, the operation of this embodiment will be described with reference to the drawings. In addition, among the following operations, steps 1 to
10 and 19 to 24 are cluster # 1 and step 11
Is executed by the crossbar network 60, and steps 12 to 18 are executed by the cluster # 2.

【0029】図7および図8を参照すると、ステップ1
において、クラスタ#1の演算処理装置21がブロード
キャスト命令を発行する。
Referring to FIGS. 7 and 8, step 1
At, the arithmetic processing unit 21 of the cluster # 1 issues a broadcast command.

【0030】ステップ2において、この命令がブロード
キャスト命令か否かを、命令解読手段51が判定する。
発行された命令がブロードキャスト命令の時、ステップ
3が実行される。
In step 2, the instruction decoding means 51 determines whether or not this instruction is a broadcast instruction.
When the issued command is a broadcast command, step 3 is executed.

【0031】ステップ3において、転送制御手段52が
共有メモリアクセス手段53に対して、パラメータの取
得を指示する。共有メモリアクセス手段53は、共有メ
モリ3および演算処理装置21から、パラメータの生成
に必要な情報を取得する。共有メモリアクセス手段53
は、取得した情報を基にパラメータを生成する。
In step 3, the transfer control means 52 instructs the shared memory access means 53 to acquire the parameters. The shared memory access unit 53 acquires information necessary for generating parameters from the shared memory 3 and the arithmetic processing unit 21. Shared memory access means 53
Generates a parameter based on the acquired information.

【0032】ステップ4において、共有メモリアクセス
手段53は、生成したパラメータを、パラメータ保持手
段542に格納する。
In step 4, the shared memory access means 53 stores the generated parameter in the parameter holding means 542.

【0033】ステップ5において、転送制御手段52
は、全てのパラメータがパラメータ保持手段542に設
定されたか否かを判定する。パラメータ保持手段542
には、転送先のクラスタの各々に対応したパラメータが
設定されなくてはならない。本実施例では、クラスタ#
2およびクラスタ#3に対応する2つのパラメータが設
定される。全てのパラメータの設定が終了した時には、
ステップ6が実行される。それ以外の時には、ステップ
3〜4が再び実行される。
In step 5, transfer control means 52
Determines whether all the parameters have been set in the parameter holding unit 542. Parameter holding means 542
Must be set with a parameter corresponding to each of the transfer destination clusters. In this example, the cluster #
2 and two parameters corresponding to cluster # 3 are set. When all parameters have been set,
Step 6 is executed. Otherwise, steps 3-4 are performed again.

【0034】ステップ6において、転送制御手段52
は、共有メモリアクセス手段53に対し、転送されるべ
きデータの取得を指示する。この指示に応じて、共有メ
モリアクセス手段53は、共有メモリ3から転送される
べきデータを取得する。
In step 6, transfer control means 52
Instructs the shared memory access means 53 to acquire the data to be transferred. In response to this instruction, the shared memory access unit 53 acquires the data to be transferred from the shared memory 3.

【0035】ステップ7において、共有メモリアクセス
手段53は、取得したデータをデータ保持手段541に
格納する。
In step 7, the shared memory access means 53 stores the acquired data in the data holding means 541.

【0036】ステップ8において、転送制御手段52
は、全てのデータの格納が終了したか否かを判定する。
全てのデータの格納が終了したとき、ステップ9が実行
される。それ以外の時、ステップ6および7が再び実行
される。
In step 8, transfer control means 52
Determines whether storage of all data has been completed.
When the storage of all data is completed, step 9 is executed. Otherwise, steps 6 and 7 are executed again.

【0037】ステップ6〜8は、1回のブロードキャス
トに対して1回しか実行されない。
Steps 6-8 are only performed once for each broadcast.

【0038】ステップ9において、制御手段543が、
送信すべきパラメータおよびデータを、パラメータ保持
手段542およびパラメータ保持手段542から、それ
ぞれ読み出す。読み出されたデータは、データ転送手段
544に送出される。
In step 9, the control means 543
The parameters and data to be transmitted are read from the parameter holding unit 542 and the parameter holding unit 542, respectively. The read data is sent to the data transfer means 544.

【0039】図7および図9を参照すると、ステップ1
0において、データ転送手段544が、パラメータおよ
びデータをクロスバネットワーク60に送出する。さら
に、データが複数のデータブロックに分割されていると
きは、更新手段5423は、上述の手続きに従って、次
に送信されるべきデータブロックのパラメータを生成す
る。生成されたパラメータは、パラメータバッファ54
22に設定される。
Referring to FIGS. 7 and 9, step 1
At 0, the data transfer means 544 sends the parameters and data to the crossbar network 60. Further, when the data is divided into a plurality of data blocks, the updating means 5423 generates the parameters of the data block to be transmitted next according to the procedure described above. The generated parameters are stored in the parameter buffer 54.
It is set to 22.

【0040】ステップ11において、クロスバネットワ
ーク60が、パラメータ中のRC#フィールドで指定さ
れるクラスタに、パラメータとデータを送出する。ここ
では、パラメータおよびデータは、まずクラスタ#2に
送出されるとする。その後、パラメータおよびデータ
は、クラスタ#3に送出される。
In step 11, the crossbar network 60 sends the parameter and data to the cluster designated by the RC # field in the parameter. Here, it is assumed that the parameters and data are first sent to the cluster # 2. The parameters and data are then sent to cluster # 3.

【0041】ステップ12において、クラスタ#2のデ
ータ格納手段548が、パラメータおよびデータを受信
し、この中に格納する。
In step 12, the data storage means 548 of cluster # 2 receives and stores the parameters and data therein.

【0042】ステップ13において、命令解読手段54
7が、受信したパラメータのR/Wフィールドの内容を
判定する。R/Wフィールドが格納を指示していると
き、ステップ14が実行される。
In step 13, the instruction decoding means 54
7 determines the contents of the R / W field of the received parameter. When the R / W field indicates storage, step 14 is executed.

【0043】ステップ14において、制御手段543
が、転送制御手段52に対して、データの格納を指示す
る。この指示に応じて、転送制御手段52は、データ格
納手段548内のデータを共有メモリ3に格納する。格
納位置は、パラメータのADDフィールドで示されるア
ドレスである。
In step 14, the control means 543
Instructs the transfer control means 52 to store the data. In response to this instruction, the transfer control means 52 stores the data in the data storage means 548 in the shared memory 3. The storage position is the address indicated by the ADD field of the parameter.

【0044】ステップ15において、共有メモリアクセ
ス終了監視手段546が、パラメータのFフィールドお
よびLC#フィールドの内容を保持する。
In step 15, the shared memory access end monitoring means 546 holds the contents of the F field and LC # field of the parameter.

【0045】ステップ16において、転送制御手段52
が、データの格納の終了を共有メモリアクセス終了監視
手段546に通知する。
In step 16, the transfer control means 52
Notifies the shared memory access end monitoring means 546 of the end of data storage.

【0046】ステップ17において、共有メモリアクセ
ス終了監視手段546が、データ転送の終了を判定す
る。ステップ13および14で格納されたデータブロッ
クに対応するパラメータのFフィールドが”1”に設定
されているとき、ステップ18が実行される。これ以外
とき、ステップ12〜16が、後続のデータブロックに
対して実行される。
In step 17, the shared memory access end monitoring means 546 determines the end of data transfer. When the F field of the parameter corresponding to the data block stored in steps 13 and 14 is set to "1", step 18 is executed. Otherwise, steps 12-16 are performed on subsequent data blocks.

【0047】ステップ18において、共有メモリアクセ
ス終了監視手段546が転送元クラスターに対して、デ
ータ転送の終了を報告する。転送元クラスターは、パラ
メータのLC#フィールドで示される。この場合、転送
元クラスタは、クラスタ#1である。
In step 18, the shared memory access end monitoring means 546 reports the end of data transfer to the transfer source cluster. The transfer source cluster is indicated by the LC # field of the parameter. In this case, the transfer source cluster is cluster # 1.

【0048】ステップ19において、クラスタ#2から
送出された終了通知情報は、クロスバネットワーク60
を介して、クラスタ#1のデータ格納手段548の中へ
格納される。
In step 19, the end notification information transmitted from the cluster # 2 is the crossbar network 60.
Through the data storage means 548 of the cluster # 1.

【0049】図7および図10を参照すると、ステップ
20において、命令解読手段547が、データ格納手段
548内の情報が終了通知情報か否かを判定する。これ
が終了通知情報のとき、ステップ21が実行される。
Referring to FIGS. 7 and 10, in step 20, the instruction decoding means 547 determines whether or not the information in the data storage means 548 is end notification information. When this is the end notification information, step 21 is executed.

【0050】ステップ21において、命令解読手段54
7は、ブロードキャスト終了監視手段545に、クラス
タ#2へのデータ転送が終了したことを通知する。
In step 21, the instruction decoding means 54
7 notifies the broadcast end monitoring means 545 that the data transfer to the cluster # 2 has ended.

【0051】ステップ22において、転送が終了したク
ラスタに対応するパラメータがパラメータ保持手段54
2から削除される。
At step 22, the parameter corresponding to the cluster for which the transfer is completed is stored in the parameter holding means 54
2 is deleted.

【0052】ステップ23において、ブロードキャスト
終了監視手段545は、全てのクラスタへの転送が終了
したか否かを判定する。具体的には、全てのクラスタか
ら終了報告を受けたか否かを判定する。全てのクラスタ
への転送が終了したとき、ステップ24が実行される。
それ以外のとき、未だデータが転送されていないクラス
タに対して、ステップ9〜23が繰り返し実行される。
このとき、ステップ3〜8は、繰り返されない。これ
は、共有メモリ3からのデータの読み出しが、1回しか
行われないことを意味する。
In step 23, the broadcast end monitoring means 545 determines whether or not the transfer to all clusters has been completed. Specifically, it is determined whether the end reports have been received from all the clusters. When the transfer to all clusters is complete, step 24 is executed.
At other times, steps 9 to 23 are repeatedly executed for the cluster to which the data has not been transferred yet.
At this time, steps 3 to 8 are not repeated. This means that the data is read from the shared memory 3 only once.

【0053】ステップ24において、制御手段543
は、データ保持手段541を解放する。さらに、制御手
段543は、演算処理装置21に対しブロードキャスト
の終了を通知する。
At step 24, the control means 543
Releases the data holding unit 541. Further, the control unit 543 notifies the arithmetic processing unit 21 of the end of the broadcast.

【0054】このように、第1の実施例では、ブロード
キャストされるべきデータは、共有メモリ3から読み出
されて、データ保持手段541に格納される。このデー
タを複数のクラスタへ送出するときには、共有メモリ3
の代わりに、データ保持手段541からデータが読み出
される。共有メモリ3からのデータの読み出しは、1回
のみに限られる。
As described above, in the first embodiment, the data to be broadcast is read from the shared memory 3 and stored in the data holding means 541. When sending this data to multiple clusters, the shared memory 3
Instead of, the data is read from the data holding unit 541. Data can be read from the shared memory 3 only once.

【0055】図11を参照すると、N−1個の転送先ク
ラスタに対しブロードキャスト命令を実行した際に要す
る全時間をT1とし、共有メモリ3からデータを読み出
すのに要する時間をTa1、読み出された転送データが
ある1つのクラスタ内の共有メモリに書き込まれるまで
に要する時間をTb1とすると、T1 =Ta1+Tb
1×(N−1)である。時間Ta1は、クラスタ#1へ
の転送のときに、一度要するだけである。他のクラスタ
への転送ではデータ保持手段541に格納されたデータ
が送出されるので、時間Ta1はかからない。このよう
に、第1の実施例によると、従来の情報処理システムよ
りも短い時間で、データをブロードキャストできる。
Referring to FIG. 11, the total time required to execute a broadcast command to N-1 transfer destination clusters is T1, and the time required to read data from the shared memory 3 is Ta1. If the time required for writing the transferred data to a shared memory in one cluster is Tb1, then T1 = Ta1 + Tb
It is 1 * (N-1). The time Ta1 is required only once when transferring to the cluster # 1. In the case of transfer to another cluster, the data stored in the data holding means 541 is sent out, so that the time Ta1 does not take. Thus, according to the first embodiment, data can be broadcast in a shorter time than the conventional information processing system.

【0056】なお、上述の実施例において、パラメータ
に転送の種別を示すフィールドを設けても良い。転送の
種別として、少なくとも、2点間転送およびブロードキ
ャスト転送がある。
In the above embodiment, the parameter may be provided with a field indicating the type of transfer. The transfer types include at least point-to-point transfer and broadcast transfer.

【0057】次に、本発明の第2の実施例について図面
を参照して説明する。
Next, a second embodiment of the present invention will be described with reference to the drawings.

【0058】図12を参照すると、本発明の第2の実施
例では、第1の実施例のデータ転送制御装置5に代わ
り、データ転送制御装置7が各クラスタ内に設けられて
いる。さらに、ブロードキャスト手段8がクロスバネッ
トワーク60に設けられている。
Referring to FIG. 12, in the second embodiment of the present invention, a data transfer control device 7 is provided in each cluster instead of the data transfer control device 5 of the first embodiment. Further, the broadcasting means 8 is provided in the crossbar network 60.

【0059】図13を参照すると、データ転送制御装置
7は、命令解読手段71と、転送制御手段72と、共有
メモリアクセス手段73と、データ転送制御手段74と
を含む。共有メモリアクセス手段73は、ローカルネッ
トワーク4を介して、ローカルネットワーク4を介し
て、供給メモリ3への読み出しおよび書き込みを実行す
る。命令解読手段71は、演算処理装置21〜2Nが発
行した命令をローカルネットワーク4を介して受信し、
これを解読する。この命令がブロードキャスト命令であ
ったとき、命令解読手段71は、転送制御手段72に対
してブロードキャストの実行を指示する。データ転送制
御手段74は、他のクラスタへデータを転送する。転送
制御手段72は、命令解読手段71、共有メモリアクセ
ス手段73、および、データ転送制御手段74の動作を
制御する。
Referring to FIG. 13, the data transfer control device 7 includes an instruction decoding means 71, a transfer control means 72, a shared memory access means 73, and a data transfer control means 74. The shared memory access unit 73 executes reading and writing to the supply memory 3 via the local network 4 and the local network 4. The instruction decoding means 71 receives the instructions issued by the arithmetic processing units 21 to 2N via the local network 4,
Decode this. When this command is a broadcast command, the command decoding unit 71 instructs the transfer control unit 72 to execute the broadcast. The data transfer control means 74 transfers data to another cluster. The transfer control means 72 controls the operations of the instruction decoding means 71, the shared memory access means 73, and the data transfer control means 74.

【0060】データ転送制御手段74は、制御手段74
3と、データ転送手段744と、共有メモリアクセス終
了監視手段746と、命令解読手段747と、データ格
納手段748とを含む。共有メモリアクセス終了監視手
段746は、共有メモリ3へのアクセスが完了したこと
を検知する。命令解読手段747は、データ格納手段7
48に格納された情報の種別を判定する。データ格納手
段748は、クロスバネットワーク60からデータを取
得し、格納する。データ転送手段744は、共有メモリ
3から読み出されたデータをクロスバネットワーク60
に送出する。
The data transfer control means 74 is a control means 74.
3, a data transfer unit 744, a shared memory access end monitoring unit 746, an instruction decoding unit 747, and a data storage unit 748. The shared memory access end monitoring means 746 detects that the access to the shared memory 3 has been completed. The instruction decoding unit 747 is the data storage unit 7.
The type of information stored in 48 is determined. The data storage unit 748 acquires data from the crossbar network 60 and stores it. The data transfer means 744 transfers the data read from the shared memory 3 to the crossbar network 60.
To send to.

【0061】図14を参照すると、ブロードキャスト手
段8は、データ転送制御装置81〜83を含む。データ
転送制御装置81〜83は、クラスタ#1〜クラスタ#
3に、それぞれ対応する。ブロードキャスト手段8は、
さらに、調停手段84および転送手段85を含む。調停
手段84は、クラスタ#1〜クラスタ#3からの競合す
る複数の転送要求を調停する。転送手段85は、調停手
段84で選択された転送要求に応じて、データを転送先
のクラスタに送出する。
Referring to FIG. 14, the broadcasting means 8 includes data transfer control devices 81-83. The data transfer control devices 81 to 83 have clusters # 1 to #
3 respectively. The broadcasting means 8 is
Further, it includes arbitration means 84 and transfer means 85. The arbitration unit 84 arbitrates a plurality of competing transfer requests from the cluster # 1 to the cluster # 3. The transfer means 85 sends the data to the transfer destination cluster in response to the transfer request selected by the arbitration means 84.

【0062】データ転送制御装置81は、データ格納手
段811と、命令解読手段812と、制御手段813
と、データ転送手段814とを含む。データ格納手段8
11は、ブロードキャストされるべきデータを一時保持
する。このデータは、対応するクラスタから受信する。
命令解読手段812は、対応するクラスタから受信した
情報の種別を判定する。情報の種別として、少なくと
も、パラメータとデータとがある。データ転送手段81
4は、対応するクラスタから受信したデータを送信先の
クラスタに転送する。制御手段813は、データ格納手
段811、命令解読手段812、および、データ転送手
段814の動作を制御する。
The data transfer control device 81 has a data storage means 811, an instruction decoding means 812, and a control means 813.
And data transfer means 814. Data storage means 8
11 temporarily holds the data to be broadcast. This data is received from the corresponding cluster.
The instruction decoding unit 812 determines the type of information received from the corresponding cluster. There are at least parameters and data as types of information. Data transfer means 81
4 transfers the data received from the corresponding cluster to the destination cluster. The control unit 813 controls the operations of the data storage unit 811, the instruction decoding unit 812, and the data transfer unit 814.

【0063】データ転送手段814は、ブロードキャス
ト制御手段8141、ブロードキャスト終了監視手段8
142、データ保持手段8143、および、パラメータ
保持手段8144を含む。データ保持手段8143は、
対応するクラスタから受信したデータを保持する。パラ
メータ保持手段8144は、対応するクラスタから受信
したパラメータを保持する。ブロードキャスト終了監視
手段8142は、ブロードキャストの終了を監視し、ブ
ロードキャストが終了したときに、終了通知を対応する
クラスタに送出する。
The data transfer means 814 includes the broadcast control means 8141 and the broadcast end monitoring means 8
142, a data holding unit 8143, and a parameter holding unit 8144. The data holding means 8143
Holds the data received from the corresponding cluster. The parameter holding unit 8144 holds the parameter received from the corresponding cluster. The broadcast end monitoring means 8142 monitors the end of the broadcast, and when the broadcast ends, sends an end notification to the corresponding cluster.

【0064】図15を参照すると、パラメータ保持手段
8144は、パラメータ保持手段8145および814
6を含む。パラメータ保持手段8145および8146
は、クラスタ#2およびクラスタ#3に対応するパラメ
ータを格納する。パラメータ保持手段8145およびパ
ラメータ保持手段8146の構造は、図5に示されるパ
ラメータ保持手段542のものと実質的に同じである。
データ保持手段8143の構造は、図6に示されるデー
タ保持手段541のものと実質的に同じである。
Referring to FIG. 15, the parameter holding means 8144 has the parameter holding means 8145 and 814.
6 inclusive. Parameter holding means 8145 and 8146
Stores parameters corresponding to cluster # 2 and cluster # 3. The structure of the parameter holding means 8145 and the parameter holding means 8146 is substantially the same as that of the parameter holding means 542 shown in FIG.
The structure of the data holding means 8143 is substantially the same as that of the data holding means 541 shown in FIG.

【0065】図16を参照すると、調停手段84は、第
1の調停手段841、第2の調停手段842、第3の調
停手段843、および、許可信号生成手段844を含
む。第1の調停手段841は、2点間通信(ポイント・
ツー・ポイント通信)間を調停する。
Referring to FIG. 16, the arbitration means 84 includes a first arbitration means 841, a second arbitration means 842, a third arbitration means 843, and a permission signal generating means 844. The first arbitration means 841 communicates between two points (point
Arbitration between two-point communication).

【0066】第1の調停手段841は、クラスタ#1〜
クラスタ#3から2点間通信の要求および転送先を受信
する。第1の調停手段841は、あらかじめ定められた
優先度に従い、これらの要求のうち1つを選択する。選
択された要求は、許可信号生成手段844に通知され
る。
The first arbitration means 841 uses the clusters # 1 to # 1.
A request for point-to-point communication and a transfer destination are received from cluster # 3. The first arbitration means 841 selects one of these requests according to a predetermined priority. The selected request is notified to the permission signal generation means 844.

【0067】第2の調停手段842は、2点間通信とブ
ロードキャスト通信要求間を調停する。第2の調停手段
842は、クラスタ#1〜#3から、2点間通信要求お
よびブロードキャスト要求を受信する。第2の調停手段
842は、あらかじめ定められた優先度に従って、これ
らの要求のうち1つを選択する。2点間通信とブロード
キャスト通信のいずれを優先させるかは、設計者の自由
である。調停の結果は、許可信号生成手段844に通知
される。
The second arbitration means 842 arbitrates between the point-to-point communication and the broadcast communication request. The second arbitration unit 842 receives the point-to-point communication request and the broadcast request from the clusters # 1 to # 3. The second arbitration means 842 selects one of these requests according to a predetermined priority. The designer is free to prioritize either point-to-point communication or broadcast communication. The result of the arbitration is notified to the permission signal generating means 844.

【0068】第3の調停手段843は、ブロードキャス
ト通信要求間を調停する。第3の調停手段843は、ク
ラスタ#1〜クラスタ#3からのブロードキャスト通信
要求を受信する。第3の調停手段843は、あらかじめ
定められた優先度に従い、これらの要求のうち1つを選
択する。調停の結果は、許可信号生成手段844に通知
される。
The third arbitration means 843 arbitrates between broadcast communication requests. The third arbitration unit 843 receives the broadcast communication request from the cluster # 1 to the cluster # 3. The third arbitration means 843 selects one of these requests according to a predetermined priority. The result of the arbitration is notified to the permission signal generating means 844.

【0069】許可信号生成手段844は、第1〜第3の
調停手段841〜843から通知された情報に基づい
て、データ転送が許可されたクラスタに許可信号を送出
する。
The permission signal generation means 844 sends a permission signal to the clusters to which data transfer is permitted, based on the information notified from the first to third arbitration means 841 to 843.

【0070】次に、第2の実施例の動作について図面を
参照して説明する。この動作例では、クラスタ#1の演
算処理装置21が、クラスタ#2およびクラスタ#3へ
のブロードキャストを要求する。
Next, the operation of the second embodiment will be described with reference to the drawings. In this operation example, the arithmetic processing unit 21 of the cluster # 1 requests the broadcast to the cluster # 2 and the cluster # 3.

【0071】図17および図21を参照すると、ステッ
プ1において、クラスタ#1の演算処理装置21が、ブ
ロードキャスト命令を発行する。
Referring to FIGS. 17 and 21, in step 1, the arithmetic processing unit 21 of the cluster # 1 issues a broadcast command.

【0072】ステップ2において、命令解読手段71
が、演算処理装置21が発行した命令を解読する。この
命令が、ブロードキャスト命令のとき、ステップ3が実
行される。
In step 2, the instruction decoding means 71
Decodes the instruction issued by the arithmetic processing unit 21. When this command is a broadcast command, step 3 is executed.

【0073】ステップ3において、転送制御手段72
が、共有メモリアクセス手段73に、ブロードキャスト
すべきデータのパラメータの取得を指示する。この指示
に応じて、共有メモリアクセス手段73は、共有メモリ
3および演算処理装置21から情報を取得する。この情
報に基づいて、共有メモリアクセス手段73は、パラメ
ータを生成する。生成されたパラメータは、データ転送
手段744により、クロスバネットワーク60に送出さ
れる。パラメータは、転送先のクラスタごとに生成され
る。本動作例では、クラスタ#2およびクラスタ#3に
対応した2つのパラメータが生成される。
In step 3, transfer control means 72
Instructs the shared memory access means 73 to acquire the parameters of the data to be broadcast. In response to this instruction, the shared memory access unit 73 acquires information from the shared memory 3 and the arithmetic processing unit 21. Based on this information, the shared memory access means 73 creates a parameter. The generated parameters are sent to the crossbar network 60 by the data transfer means 744. The parameter is generated for each transfer destination cluster. In this operation example, two parameters corresponding to cluster # 2 and cluster # 3 are generated.

【0074】図18を参照すると、ステップ3において
送出されるパラメータは、V、CMD、LC#、RC
#、ADD、LENGTHの6つのフィールドを含む。
Vフィールドは、有効ビットである。CMDフィールド
は、転送の種別を示す情報を格納する。転送の種別とし
て、少なくとも、2点間転送およびブロードキャスト転
送がある。LC#フィールドは、転送元クラスタ番号を
示す情報を格納する。RC#フィールドは、転送先クラ
スタ番号を示す情報を格納する。ADDフィールドは、
転送先クラスタの仮想アドレスを格納する。ADDフィ
ールドで示されるアドレスから、転送データが格納され
る。LENGHフィールドは、転送データの長さと、一
回に転送できるデータの長さを格納する。
Referring to FIG. 18, the parameters sent in step 3 are V, CMD, LC #, RC.
It contains six fields: #, ADD, LENGTH.
The V field is a valid bit. The CMD field stores information indicating the type of transfer. The transfer types include at least point-to-point transfer and broadcast transfer. The LC # field stores information indicating the transfer source cluster number. The RC # field stores information indicating the transfer destination cluster number. The ADD field is
Stores the virtual address of the transfer destination cluster. Transfer data is stored from the address indicated by the ADD field. The LENGH field stores the length of transfer data and the length of data that can be transferred at one time.

【0075】再び図17および図21を参照すると、ス
テップ4において、全てのパラメータの送出が完了する
まで、ステップ3が繰り返される。
Referring again to FIGS. 17 and 21, step 3 is repeated until all parameters have been sent in step 4.

【0076】ステップ5において、クラスタ#1からの
パラメータを、データ転送制御装置81が受信する。受
信されたデータは、データ格納手段811に格納され
る。
In step 5, the data transfer control device 81 receives the parameter from the cluster # 1. The received data is stored in the data storage unit 811.

【0077】ステップ6において、命令解読手段812
が、データ格納手段811に格納された情報がパラメー
タであるか否かを判定する。この情報がパラメータであ
るとき、ステップ7が実行されるステップ7において、
データ格納手段811内のパラメータがパラメータ保持
手段に格納される。このとき、クラスタ#2に対応する
パラメータは、パラメータ保持手段8145に、クラス
タ#3に対応するパラメータはパラメータ保持手段81
46に、それぞれ、格納される。
In step 6, instruction decoding means 812
Determines whether the information stored in the data storage unit 811 is a parameter. When this information is a parameter, step 7 is executed, in step 7,
The parameters in the data storage means 811 are stored in the parameter holding means. At this time, the parameter corresponding to cluster # 2 is stored in the parameter holding unit 8145, and the parameter corresponding to cluster # 3 is stored in the parameter holding unit 81.
46, respectively.

【0078】図20を参照すると、ステップ7におい
て、パラメータにはFフィールドが付加される。
Referring to FIG. 20, in step 7, the F field is added to the parameter.

【0079】ステップ8において、転送制御手段72
が、共有メモリアクセス手段73に、ブロードキャスト
すべきデータの取得を指示する。この指示に応じて、共
有メモリアクセス手段73は、共有メモリ3からデータ
を読み出す。読み出されたデータは、クロスバネットワ
ーク60に送出される。
In step 8, transfer control means 72
Instructs the shared memory access unit 73 to acquire the data to be broadcast. In response to this instruction, the shared memory access unit 73 reads the data from the shared memory 3. The read data is sent to the crossbar network 60.

【0080】ステップ9において、全てのデータの送出
が完了するまで、ステップ8が繰り返される。
In step 9, step 8 is repeated until transmission of all data is completed.

【0081】図17および図22を参照すると、ステッ
プ10において、ステップ9で送出されたデータが、デ
ータ転送制御装置81により受信される。受信されたデ
ータは、データ格納手段811に格納される。
Referring to FIGS. 17 and 22, in step 10, the data transmitted in step 9 is received by the data transfer control device 81. The received data is stored in the data storage unit 811.

【0082】ステップ11において、命令解読手段81
2が、データ格納手段811に格納された情報がデータ
か否かを判定する。情報がデータのとき、ステップ12
が実行される。
In step 11, the instruction decoding means 81
2 determines whether the information stored in the data storage unit 811 is data. If the information is data, step 12
Is executed.

【0083】ステップ12において、データ格納手段8
11内のデータがデータ保持手段8143に移送され
る。
In step 12, the data storage means 8
The data in 11 is transferred to the data holding means 8143.

【0084】ステップ13において、ブロードキャスト
制御手段8141が、調停手段84に対してブロードキ
ャスト転送要求を送出する。
In step 13, the broadcast control means 8141 sends a broadcast transfer request to the arbitration means 84.

【0085】ステップ14において、データ転送制御装
置81は、調停手段84からの許可信号を待つ。許可信
号を受信したとき、データ転送制御装置81はステップ
15を実行する。
In step 14, the data transfer control device 81 waits for a permission signal from the arbitration means 84. When the permission signal is received, the data transfer control device 81 executes step 15.

【0086】ステップ15において、ブロードキャスト
制御手段8141は、パラメータ保持手段およびデータ
保持手段8143から、パラメータおよびデータを取得
する。取得されたパラメータおよびデータは、転送手段
85に送出される。データが複数のブロックに分割され
るときは、データブロックの転送の後に、次に転送され
るデータブロックのパラメータが生成される。この処理
は、第1の実施例のものと実質的に同じである。データ
ブロックは、パラメータのFフィールドが”1”になる
まで、順次、転送手段85に送出される。
In step 15, the broadcast control means 8141 acquires parameters and data from the parameter holding means and data holding means 8143. The acquired parameters and data are sent to the transfer means 85. When the data is divided into a plurality of blocks, after the transfer of the data block, the parameter of the data block to be transferred next is generated. This process is substantially the same as that of the first embodiment. The data blocks are sequentially sent to the transfer means 85 until the F field of the parameter becomes "1".

【0087】ステップ16において、転送手段85は、
パラメータの#RCフィールドで示される転送先クラス
タにデータおよびパラメータを送出する。転送手段85
は、クロスバネットワークを含むので、データは複数の
クラスタへ同時に転送される。この場合、クラスタ#2
およびクラスタ#3にデータが同時に転送される。
At step 16, the transfer means 85
The data and the parameter are sent to the transfer destination cluster indicated by the #RC field of the parameter. Transfer means 85
Includes a crossbar network, so that data is transferred to multiple clusters simultaneously. In this case, cluster # 2
And the data is simultaneously transferred to the cluster # 3.

【0088】図20を参照すると、ステップ16で送出
されるパラメータの形式は、パラメータ保持手段に格納
されるものと同じである。
Referring to FIG. 20, the format of the parameters sent in step 16 is the same as that stored in the parameter holding means.

【0089】再び図17および図22を参照すると、ス
テップ17において、転送先クラスタがパラメータおよ
びデータを受信する。以後、これらパラメータおよびデ
ータを受信した後の、クラスタ#2の動作について説明
する。クラスタ#3の動作は、実質的にクラスタ#2の
ものと同じである。クラスタ#2のデータ格納手段74
8は、転送手段85から受信したデータを格納する。
Referring again to FIGS. 17 and 22, in step 17, the destination cluster receives the parameters and data. The operation of cluster # 2 after receiving these parameters and data will be described below. The operation of cluster # 3 is substantially the same as that of cluster # 2. Data storage means 74 of cluster # 2
8 stores the data received from the transfer means 85.

【0090】ステップ18において、命令解読手段74
7は、データ格納手段748に格納されたパラメータの
内容を解読する。パラメータがクラスタ#2へのデータ
格納を指示しているとき、ステップ19が実行される。
In step 18, the instruction decoding means 74
7 decodes the contents of the parameters stored in the data storage means 748. When the parameter directs the storage of data in cluster # 2, step 19 is executed.

【0091】ステップ19において、制御手段743
が、共有メモリアクセス手段73に対して、データ格納
手段748内のデータの格納を指示する。この指示に応
じて、共有メモリアクセス手段73は、データ格納手段
748内のデータを共有メモリ3に格納する。データ
は、パラメータのADDフィールドにより示されるアド
レスに格納される。
At step 19, the control means 743
Instructs the shared memory access means 73 to store the data in the data storage means 748. In response to this instruction, the shared memory access unit 73 stores the data in the data storage unit 748 in the shared memory 3. The data is stored at the address indicated by the ADD field of the parameter.

【0092】図23を参照すると、ステップ20におい
て、パラメータの内のCMD、F、LC#フィールドの
内容が保持される。
Referring to FIG. 23, in step 20, the contents of the CMD, F and LC # fields of the parameters are retained.

【0093】ステップ21において、共有メモリアクセ
ス手段73が、共有メモリアクセス終了監視手段746
に対して、データの格納の完了を通知する。
At step 21, the shared memory access means 73 causes the shared memory access end monitoring means 746.
Is notified of the completion of data storage.

【0094】ステップ22において、共有メモリアクセ
ス終了監視手段746が、データ転送の終了を判定す
る。この判定は、転送されたデータのFフィールドの内
容に基づいて行われる。全てのデータブロックの転送が
終了したとき、ステップ23が実行される。それ以外の
時、ステップ17〜21が繰り返される。
In step 22, the shared memory access end monitoring means 746 determines the end of data transfer. This determination is made based on the contents of the F field of the transferred data. When the transfer of all the data blocks is completed, step 23 is executed. Otherwise, steps 17-21 are repeated.

【0095】図17および図23を参照すると、ステッ
プ23において、共有メモリアクセス終了監視手段74
6が、データ転送手段744およびクロスバネットワー
ク60を介して、クラスタ#1にデータ転送の終了を通
知する。
Referring to FIGS. 17 and 23, in step 23, the shared memory access end monitoring means 74.
6 notifies the cluster # 1 of the end of the data transfer via the data transfer unit 744 and the crossbar network 60.

【0096】ステップ24において、クラスタ#2が送
出した終了通知情報が、クラスタ#2に対応するデータ
転送制御装置82に受信される。受信された終了通知情
報は、データ転送制御装置82のデータ格納手段811
に格納される。
In step 24, the end notification information sent by the cluster # 2 is received by the data transfer control device 82 corresponding to the cluster # 2. The received end notification information is the data storage means 811 of the data transfer control device 82.
Stored in.

【0097】ステップ25において、データ転送制御装
置82の命令解読手段812が、データ格納手段811
に格納された情報の内容を判別する。情報が終了通知情
報であったとき、ステップ26が実行される。
At step 25, the instruction decoding means 812 of the data transfer control device 82 causes the data storage means 811.
Determine the content of the information stored in. When the information is the end notification information, step 26 is executed.

【0098】ステップ26において、終了通知情報がブ
ロードキャスト転送の終了を通知しているときは、制御
手段813は、調停手段84を介して、データ転送制御
装置81のブロードキャスト終了監視手段8142に、
終了通知情報を送出する。終了通知情報が2点間転送の
終了を通知しているときは、制御手段813は、転送手
段85を介して、転送元クラスタへ、終了通知情報を送
出する。
In step 26, when the end notification information has notified the end of the broadcast transfer, the control means 813 causes the arbitration means 84 to notify the broadcast end monitoring means 8142 of the data transfer control device 81.
Sends end notification information. When the end notification information notifies the end of the point-to-point transfer, the control unit 813 sends the end notification information to the transfer source cluster via the transfer unit 85.

【0099】ステップ27において、データ転送制御装
置81のブロードキャスト終了監視手段8142が、終
了通知情報を受信する。パラメータ保持手段8144中
の、終了通知情報に対応するパラメータが削除される。
At step 27, the broadcast end monitoring means 8142 of the data transfer control device 81 receives the end notification information. The parameter corresponding to the end notification information in the parameter holding unit 8144 is deleted.

【0100】ステップ28において、全ての転送先クラ
スターから終了通知情報を受信したか否かを、ブロード
キャスト終了監視手段8142が判定する。全ての転送
先クラスタから終了通知情報を受信したとき、ステップ
29が実行される。
In step 28, the broadcast end monitoring means 8142 determines whether the end notification information has been received from all the transfer destination clusters. When the end notification information is received from all the transfer destination clusters, step 29 is executed.

【0101】ステップ29において、ブロードキャスト
終了監視手段8142が、クラスタ#1にブロードキャ
ストの終了を通知する。
In step 29, the broadcast end monitoring means 8142 notifies the cluster # 1 of the end of broadcast.

【0102】このように、第2の実施例では、複数のク
ラスタに対してデータ同時に転送することができる。
As described above, in the second embodiment, data can be simultaneously transferred to a plurality of clusters.

【0103】図24を参照すると、第2の実施例におい
てブロードキャストに要する時間をT2、共有メモリ3
からデータを読み出すまでの時間をTa2、読み出され
た転送データがある1つのクラスタ内の共有メモリ3に
書き込まれるまでに要する時間をTb2と、それぞれす
ると、T2 = Ta2+Tb2である。
Referring to FIG. 24, in the second embodiment, the time required for broadcasting is T2, the shared memory 3 is
When the time from reading to reading data is Ta2, and the time required to write the read transfer data to the shared memory 3 in one cluster is Tb2, respectively, T2 = Ta2 + Tb2.

【発明の効果】以上説明したように本発明の情報処理シ
ステムでは、1回のブロードキャストの実行にあたり、
メインメモリからのデータの読み出しは1回しか行われ
ない。このため、短時間でデータをブロードキャストで
きる。
As described above, in the information processing system of the present invention, when executing one broadcast,
Data is read from the main memory only once. Therefore, the data can be broadcast in a short time.

【0104】また、本発明の情報処理システムでは、転
送先クラスタへの転送経路中に他のクラスタが介在しな
いので、高速にデータを転送できる。
Further, in the information processing system of the present invention, since other clusters do not exist in the transfer path to the transfer destination cluster, data can be transferred at high speed.

【0105】さらに、本発明の情報処理システムでは、
ブロードキャスト専用のバスが不要なので、ハードウエ
ア量が増大しない。
Furthermore, in the information processing system of the present invention,
Since a dedicated bus for broadcasting is unnecessary, the amount of hardware does not increase.

【0106】さらに、本発明の情報処理システムでは、
演算処理装置に代わってデータ転送制御装置5がデータ
を転送する。このため、データ転送が行われても、演算
処理装置の処理が中断することはない。
Furthermore, in the information processing system of the present invention,
The data transfer control device 5 transfers data in place of the arithmetic processing device. Therefore, even if data transfer is performed, the processing of the arithmetic processing device is not interrupted.

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

【図1】従来のブロードキャスト転送に要する時間を説
明する図。
FIG. 1 is a diagram illustrating a time required for conventional broadcast transfer.

【図2】本発明の第1の実施例の構造を示すブロック
図。
FIG. 2 is a block diagram showing the structure of the first embodiment of the present invention.

【図3】データ転送手段54の詳細な構造を示すブロッ
ク図。
FIG. 3 is a block diagram showing a detailed structure of a data transfer unit 54.

【図4】本発明の第1の実施例のパラメータのフォーマ
ットを示す図。
FIG. 4 is a diagram showing a parameter format of the first embodiment of the present invention.

【図5】パラメータ保持手段542の詳細な構造を示す
ブロック図。
FIG. 5 is a block diagram showing a detailed structure of a parameter holding unit 542.

【図6】データ保持手段541の詳細な構造を示すブロ
ック図。
FIG. 6 is a block diagram showing a detailed structure of a data holding unit 541.

【図7】本発明の第1の実施例の動作を説明する図。FIG. 7 is a diagram illustrating the operation of the first exemplary embodiment of the present invention.

【図8】本発明の第1の実施例の動作を説明するフロー
チャート。
FIG. 8 is a flowchart illustrating the operation of the first exemplary embodiment of the present invention.

【図9】本発明の第1の実施例の動作を説明するフロー
チャート。
FIG. 9 is a flowchart illustrating the operation of the first exemplary embodiment of the present invention.

【図10】本発明の第1の実施例の動作を説明するフロ
ーチャート。
FIG. 10 is a flowchart illustrating the operation of the first exemplary embodiment of the present invention.

【図11】本発明の第1の実施例において、ブロードキ
ャスト転送に要する時間を説明する図。
FIG. 11 is a diagram illustrating a time required for broadcast transfer in the first embodiment of the present invention.

【図12】本発明の第2の実施例の構造を示すブロック
図。
FIG. 12 is a block diagram showing the structure of a second embodiment of the present invention.

【図13】データ転送制御手段74の詳細な構造を示す
ブロック図。
FIG. 13 is a block diagram showing a detailed structure of data transfer control means 74.

【図14】ブロードキャスト手段8の詳細な構造を示す
ブロック図。
FIG. 14 is a block diagram showing a detailed structure of broadcasting means 8.

【図15】パラメータ保持手段の詳細な構造を示すブロ
ック図。
FIG. 15 is a block diagram showing a detailed structure of a parameter holding unit.

【図16】調停手段84の詳細な構造を示すブロック
図。
16 is a block diagram showing a detailed structure of arbitration means 84. FIG.

【図17】本発明の第2の実施例の動作を説明する図。FIG. 17 is a diagram for explaining the operation of the second embodiment of the present invention.

【図18】本発明の第2の実施例における、パラメータ
のフォーマットを示す図。
FIG. 18 is a diagram showing a parameter format in the second embodiment of the present invention.

【図19】本発明の第2の実施例における、パラメータ
のフォーマットを示す図。
FIG. 19 is a diagram showing a parameter format in the second embodiment of the present invention.

【図20】本発明の第2の実施例における、パラメータ
のフォーマットを示す図。
FIG. 20 is a diagram showing a parameter format in the second embodiment of the present invention.

【図21】本発明の第2の実施例の動作を説明するフロ
ーチャート。
FIG. 21 is a flowchart for explaining the operation of the second embodiment of the present invention.

【図22】本発明の第2の実施例の動作を説明するフロ
ーチャート。
FIG. 22 is a flowchart illustrating the operation of the second embodiment of the present invention.

【図23】本発明の第2の実施例の動作を説明するフロ
ーチャート。
FIG. 23 is a flowchart illustrating the operation of the second embodiment of the present invention.

【図24】本発明の第2の実施例において、ブロードキ
ャスト転送に要する時間を説明す
FIG. 24 illustrates the time required for broadcast transfer in the second embodiment of the present invention.

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

21〜2N 演算処理装置 3 共有メモリ 4 ローカルネットワーク 5 データ転送制御装置 51 命令解読手段 52 転送制御手段 53 共有メモリアクセス手段 54 データ転送手段 541 データ保持手段 542 パラメータ保持手段 543 制御手段 544 データ転送手段 545 ブロードキャスト終了監視手段 546 共有メモリアクセス終了監視手段 547 命令解読手段 548 データ格納手段 5420 セレクタ 5421 レジスタ 5422 パラメータバッファ 5423 更新手段 5424 アドレスポインタ 5411 レジスタ 5412 データバッファ 5413 セレクタ 5414 レジスタ 5415 アドレスポインタ 60 クロスバネットワーク 7 データ転送制御装置 71 命令解読手段 72 転送制御手段 73 共有メモリアクセス手段 74 データ転送手段 743 制御手段 744 データ転送手段 746 共有メモリアクセス終了監視手段 747 命令解読手段 748 データ格納手段 8 ブロードキャスト手段 81〜83 データ転送制御装置 811 データ格納手段 812 命令解読手段 813 制御手段 814 データ転送手段 8141 ブロードキャスト制御手段 8142 ブロードキャスト終了監視手段 8143 データ保持手段 8144 パラメータ保持手段 8145 パラメータ保持手段 8146 パラメータ保持手段 84 調停手段 841 第1の調停手段 842 第2の調停手段 843 第3の調停手段 844 許可信号生成手段 85 転送手段 21 to 2N arithmetic processing unit 3 shared memory 4 local network 5 data transfer control unit 51 instruction decoding unit 52 transfer control unit 53 shared memory access unit 54 data transfer unit 541 data holding unit 542 parameter holding unit 543 control unit 544 data transfer unit 545 Broadcast end monitoring means 546 Shared memory access end monitoring means 547 Instruction decoding means 548 Data storage means 5420 Selector 5421 Register 5422 Parameter buffer 5423 Update means 5424 Address pointer 5411 Register 5412 Data buffer 5413 Selector 5414 Register 5415 Address pointer 60 Crossbar network 7 Data transfer Control device 71 Instruction decoding means 72 Transfer control means 73 Shared memory access Means 74 data transfer means 743 control means 744 data transfer means 746 shared memory access end monitoring means 747 instruction decoding means 748 data storage means 8 broadcasting means 81-83 data transfer control device 811 data storage means 812 instruction decoding means 813 control means 814 Data transfer means 8141 Broadcast control means 8142 Broadcast end monitoring means 8143 Data holding means 8144 Parameter holding means 8145 Parameter holding means 8146 Parameter holding means 84 Arbitration means 841 First arbitration means 842 Second arbitration means 843 Third arbitration means 844 Permission signal generating means 85 Transfer means

Claims (10)

【特許請求の範囲】[Claims] 【請求項1】 複数のクラスタとこれら複数のクラスタ
を接続するクラスタ間接続手段とを含むマルチクラスタ
情報処理システムにおいて、 前記複数のクラスタの各々が、 複数のプロセッサと、 前記複数のプロセッサからアクセスされる共有メモリ
と、 前記複数のプロセッサと前記共有メモリとを接続するク
ラスタ内接続手段と、 他のクラスタへ転送されるべき転送データを保持するデ
ータ保持手段と、 前記複数のプロセッサの少なくとも1つが複数の転送先
クラスタへのデータ転送を要求しているときに、前記共
有メモリから転送データを読み出して前記データ保持手
段に格納する転送データ読出手段と、 前記データ保持手段に格納されたデータを、前記クロス
バネットワークを介して、前記複数の転送先クラスタの
各々に順次転送するデータ転送手段とを含むことを特徴
とするマルチクラスタ情報処理システム。
1. A multi-cluster information processing system including a plurality of clusters and an inter-cluster connecting means for connecting the plurality of clusters, wherein each of the plurality of clusters is accessed by a plurality of processors and the plurality of processors. Shared memory, an intra-cluster connection unit that connects the plurality of processors to the shared memory, a data holding unit that holds transfer data to be transferred to another cluster, and at least one of the plurality of processors is a plurality. A transfer data reading unit that reads transfer data from the shared memory and stores the transfer data in the data holding unit when requesting data transfer to the transfer destination cluster; Sequential transfer to each of the plurality of transfer destination clusters via the crossbar network Multi-cluster processing system which comprises a data transfer unit.
【請求項2】前記複数のクラスタの各々が、前記クラス
タ間接続手段を介して受信した転送データを前記共有メ
モリに格納する転送データ格納手段を含むことを特徴と
する請求項1記載のマルチクラスタ情報処理システム。
2. The multi-cluster according to claim 1, wherein each of the plurality of clusters includes transfer data storage means for storing transfer data received via the inter-cluster connection means in the shared memory. Information processing system.
【請求項3】 前記複数のクラスタの各々が、転送先ク
ラスタを示す情報と転送データが格納されるべきアドレ
スとを含むパラメータを転送先クラスタごとに格納する
パラメータ格納手段を含み、 前記データ転送手段は、転送データとともに前記パラメ
ータ格納手段に格納された前記パラメータを転送先クラ
スタに転送することを特徴とする請求項1記載のマルチ
クラスタ情報処理システム。
3. The data transfer means, wherein each of the plurality of clusters includes parameter storage means for storing a parameter including information indicating a transfer destination cluster and an address at which transfer data is to be stored, for each transfer destination cluster. 2. The multi-cluster information processing system according to claim 1, wherein the parameter stores the parameter stored in the parameter storage unit together with the transfer data to the transfer destination cluster.
【請求項4】 前記データ転送手段が、転送データを複
数のデータブロックに分割して転送し、 前記複数のクラスタの各々が、前記パラメータ内の前記
アドレスに前記データブロックのデータ長を順次加算す
ることにより、前記複数のデータブロックに対応するパ
ラメータを順次生成するパラメータ更新手段を含むこと
を特徴とする請求項1記載のマルチクラスタ情報処理シ
ステム。
4. The data transfer means divides the transfer data into a plurality of data blocks and transfers the data, and each of the plurality of clusters sequentially adds the data length of the data blocks to the address in the parameter. The multi-cluster information processing system according to claim 1, further comprising parameter updating means for sequentially generating parameters corresponding to the plurality of data blocks.
【請求項5】 前記転送データ格納手段が、転送データ
の受信を終了したときに転送元クラスタに終了通知を送
出し、 前記複数のクラスタの各々が、全ての転送先クラスタか
ら前記終了通知を受信したか否かを判定する終了監視手
段を有することを特徴とする請求項1記載のマルチクラ
スタ情報処理システム。
5. The transfer data storage unit sends an end notification to a transfer source cluster when receiving the transfer data is completed, and each of the plurality of clusters receives the end notification from all transfer destination clusters. The multi-cluster information processing system according to claim 1, further comprising a termination monitoring unit that determines whether or not the multi-cluster information processing is performed.
【請求項6】 複数のクラスタとこれら複数のクラスタ
を接続するクラスタ間接続手段とを含むマルチクラスタ
情報処理システムにおいて、 前記クラスタ間接続手段が、 前記複数のクラスタの1つから受信した転送データを格
納するデータ保持格納手段と、 前記転送データを複数の転送先クラスタに同時に送出す
るデータ転送手段とを含むことを特徴とするマルチクラ
スタ情報処理システム。
6. A multi-cluster information processing system including a plurality of clusters and an inter-cluster connection means for connecting the plurality of clusters, wherein the inter-cluster connection means receives the transfer data received from one of the plurality of clusters. A multi-cluster information processing system comprising: a data holding / storage means for storing the data; and a data transfer means for simultaneously sending the transfer data to a plurality of transfer destination clusters.
【請求項7】 前記クラスタ間接続手段が、転送元クラ
スタから受信したパラメータを格納するパラメータ保持
手段を含み、 前記パラメータが、転送先クラスタを示す情報と転送デ
ータが格納されるべきアドレスとを含み、 前記データ転送手段が、前記転送データとともに前記パ
ラメータを送出することを特徴とする請求項6記載のマ
ルチクラスタ情報処理システム。
7. The inter-cluster connecting means includes a parameter holding means for storing a parameter received from a transfer source cluster, and the parameter includes information indicating a transfer destination cluster and an address at which the transfer data is to be stored. 7. The multi-cluster information processing system according to claim 6, wherein the data transfer means sends the parameter together with the transfer data.
【請求項8】 前記データ転送手段が、転送データを複
数のデータブロックに分割して転送し、 前記クラスタ間接続手段が、前記パラメータ内の前記ア
ドレスに前記データブロックのデータ長を順次加算する
ことにより、前記複数のデータブロックに対応するパラ
メータを順次生成するパラメータ更新手段を含むことを
特徴とする請求項7記載のマルチクラスタ情報処理シス
テム。
8. The data transfer means divides transfer data into a plurality of data blocks for transfer, and the inter-cluster connection means sequentially adds the data length of the data blocks to the address in the parameter. 8. The multi-cluster information processing system according to claim 7, further comprising parameter updating means for sequentially generating parameters corresponding to the plurality of data blocks.
【請求項9】 前記クラスタ間接続手段が、全ての転送
先クラスタから受信終了通知を受け取ったことを判定
し、これを転送元クラスタに通知する終了監視手段を含
むことを特徴とする請求項6記載のマルチクラスタ情報
処理システム。
9. The inter-cluster connecting means includes an end monitoring means for judging that the reception end notifications have been received from all the transfer destination clusters and for notifying the reception end notifications to the transfer source clusters. The described multi-cluster information processing system.
【請求項10】 前記クラスタ間接続手段が、クラスタ
間のデータ転送を調停する調停手段を有することを特徴
とする請求項6記載のマルチクラスタ情報処理システ
ム。
10. The multi-cluster information processing system according to claim 6, wherein said inter-cluster connection means has arbitration means for arbitrating data transfer between clusters.
JP8036892A 1996-02-23 1996-02-23 Multi-cluster information processing system Expired - Fee Related JP2984594B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP8036892A JP2984594B2 (en) 1996-02-23 1996-02-23 Multi-cluster information processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP8036892A JP2984594B2 (en) 1996-02-23 1996-02-23 Multi-cluster information processing system

Publications (2)

Publication Number Publication Date
JPH09231188A true JPH09231188A (en) 1997-09-05
JP2984594B2 JP2984594B2 (en) 1999-11-29

Family

ID=12482436

Family Applications (1)

Application Number Title Priority Date Filing Date
JP8036892A Expired - Fee Related JP2984594B2 (en) 1996-02-23 1996-02-23 Multi-cluster information processing system

Country Status (1)

Country Link
JP (1) JP2984594B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002141919A (en) * 2000-09-11 2002-05-17 Sun Microsyst Inc Tunable broadcast/point-to-point packet arbitration

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002141919A (en) * 2000-09-11 2002-05-17 Sun Microsyst Inc Tunable broadcast/point-to-point packet arbitration
JP4669174B2 (en) * 2000-09-11 2011-04-13 オラクル・アメリカ・インコーポレイテッド Tunable broadcast / point-to-point packet arbitration

Also Published As

Publication number Publication date
JP2984594B2 (en) 1999-11-29

Similar Documents

Publication Publication Date Title
CA2170458C (en) Multi-cluster computer system
JP2539614B2 (en) Apparatus and method for generating pointer address
US6125399A (en) Computer system including a plurality of nodes for transferring through a data transfer network messages having distinguishing fields used for distinguishing the messages and controlling receipt thereof
EP0507571B1 (en) Receiving buffer control system
JP3271125B2 (en) Method and apparatus for transferring data and apparatus for interleaving data transfer
JPH0332094B2 (en)
JP2001142842A (en) Dma handshake protocol
US8086766B2 (en) Support for non-locking parallel reception of packets belonging to a single memory reception FIFO
US5901328A (en) System for transferring data between main computer multiport memory and external device in parallel system utilizing memory protection scheme and changing memory protection area
KR100708096B1 (en) Bus system and execution scheduling method for access commands thereof
US6874040B2 (en) Employing a data mover to communicate between dynamically selected zones of a central processing complex
JPH09297746A (en) Method for communication between processors, and processor used for the method
EP1508100A2 (en) Inter-chip processor control plane
AU664521B2 (en) A synchronization control system in a parallel computer
JPH0997184A (en) Information-processing system inclusive of efficient interrupt handling
WO1995020191A1 (en) System and method for coordinating access to a bus
CN116932454B (en) Data transmission method, device, electronic equipment and computer readable storage medium
JPH06119297A (en) Method and apparatus for determining executing order of instruction in data processing system
EP0502215B1 (en) Message control system in a data communication system
EP0546354B1 (en) Interprocessor communication system and method for multiprocessor circuitry
JP2984594B2 (en) Multi-cluster information processing system
US6041328A (en) Tracking availability of elements within a shared list of elements from an index and count mechanism
JP3115801B2 (en) Parallel computer system
JP2002024007A (en) Processor system
JP2643931B2 (en) Information processing device

Legal Events

Date Code Title Description
R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

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

Free format text: PAYMENT UNTIL: 20080924

Year of fee payment: 9

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

Free format text: PAYMENT UNTIL: 20080924

Year of fee payment: 9

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

Free format text: PAYMENT UNTIL: 20090924

Year of fee payment: 10

LAPS Cancellation because of no payment of annual fees