JPS63104166A - Inter-processor data transfer system for parallel processors - Google Patents

Inter-processor data transfer system for parallel processors

Info

Publication number
JPS63104166A
JPS63104166A JP61249621A JP24962186A JPS63104166A JP S63104166 A JPS63104166 A JP S63104166A JP 61249621 A JP61249621 A JP 61249621A JP 24962186 A JP24962186 A JP 24962186A JP S63104166 A JPS63104166 A JP S63104166A
Authority
JP
Japan
Prior art keywords
message
processor
data
information
transfer
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
JP61249621A
Other languages
Japanese (ja)
Other versions
JPH07107680B2 (en
Inventor
Teruo Tanaka
輝雄 田中
Naoki Hamanaka
濱中 直樹
Koichiro Omoda
面田 耕一郎
Shigeo Nagashima
長島 重夫
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.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP61249621A priority Critical patent/JPH07107680B2/en
Publication of JPS63104166A publication Critical patent/JPS63104166A/en
Publication of JPH07107680B2 publication Critical patent/JPH07107680B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime 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/163Interprocessor communication
    • G06F15/173Interprocessor communication using an interconnection network, e.g. matrix, shuffle, pyramid, star, snowflake
    • G06F15/17356Indirect interconnection networks
    • G06F15/17368Indirect interconnection networks non hierarchical topologies

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Theoretical Computer Science (AREA)
  • Mathematical Physics (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Multi Processors (AREA)

Abstract

PURPOSE:To add the new information to a message at a transfer route by forming this route with a multi-stage switch module having at least one stage and rewriting a part of an input message into the new information by means of each switch module to transmit this information to an output message. CONSTITUTION:A transfer route 2 set among processors 1-1-1-4 is formed with multi-stage switch modules 2-1-2-6. When a message is sent to a processor #11 from a processor #00, a message 3 is first produced in the processor 1-1. The address field 3-1 of the message 3 contains 2 bits, for example, and a binary number 11 is set in this field 3-1. The data to be transferred and the transfer information are set in a data field. The message 3 is sent to the switch module 2-1 through a line l10 as long no busy signal is received from the module 2-1 via a line l30. Each switch module has a switching action with the address of a single bit. A redundant stage 2-1 or 2-2 uses an optional address as the switch information together with a 2nd stage 2-3 or 2-4 using the higher order bit of an address field in a message and a 3rd stage 2-5 or 2-6 using a lower order bit respectively.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は複数のプロセッサから構成される並列プロセッ
サにおいて、特に効率のよいプロセッサ間データ転送方
式に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a particularly efficient inter-processor data transfer system in a parallel processor composed of a plurality of processors.

〔従来の技術〕[Conventional technology]

複数のプロセッサから構成される並列プロセッサにおい
て、プロセッサ間データ転送方式として、送り先プロセ
ッサ番号などの送り光情報と転送すべきデータを組みあ
わせてメツセージを構成し、このメツセージを転送する
メツセージ転送方式が知られている。なお、ここで、転
送すべきデータとは、広義のデータを意味し、メツセー
ジ内の送り光情報以外すべてである(たとえば、タグ情
報。
In a parallel processor consisting of multiple processors, a message transfer method is known as an inter-processor data transfer method in which a message is constructed by combining sending light information such as the destination processor number and the data to be transferred, and this message is transferred. It is being Note that the data to be transferred here means data in a broad sense, and includes everything other than the light transmission information in the message (for example, tag information).

データ識別情報などを含む)。(including data identification information, etc.).

メツセージ形式としては、たとえば、ア ハードウェア
 デザイン オブ シグマ−1,ア データフロー コ
ンピュータ フォー サイエンティフック コンビュテ
ーションズ、プロシーディンゲス アイ・シー・ピー・
ピー(1984年)第524頁から第531頁(A h
ardware designof Sigma −1
、A Data−flow computer for
scientific computations 、
Proc、 ICPP、 524−531、1984)
の525頁にある。
Message formats include, for example, Hardware Design of Sigma-1, Data Flow Computers for Science, Contributions, Proceedings, I.C.P.
P (1984) pp. 524-531 (A h
ardware designof Sigma-1
, A Data-flow computer for
scientific computations,
Proc, ICPP, 524-531, 1984)
It is on page 525 of .

メツセージ転送方式は、メツセージ自体が自ら持つ送り
光情報をもとに、能動的にプロセッサ間の転送経路上を
転送先プロセッサに向かって移動する。したがって、メ
ツセージ転送方式は、プロセッサ上での演算処理と、プ
ロセッサ間のメツセージ転送が独立に行うことができる
ので、転送処理を演算処理にかくずごとができる有効な
方式である。
In the message transfer method, the message actively moves toward the destination processor on the transfer path between processors based on the light transmission information that the message itself has. Therefore, the message transfer method is an effective method in which the arithmetic processing on the processor and the message transfer between the processors can be performed independently, so that the transfer processing can be separated from the arithmetic processing.

また、一般に上記プロセッサ間の転送経路は、信頼性あ
るいは効率の面から、冗長性を持たせである。つまり、
送り先プロセッサに対する転送経路上の経路を一意に定
めず複数の経路を用意している。
Further, the transfer paths between the processors are generally designed to have redundancy from the viewpoint of reliability or efficiency. In other words,
The transfer route to the destination processor is not uniquely determined, but multiple routes are prepared.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

上記従来技術では、メツセージはすべて送り元プロセッ
サで構成され、転送経路はメツセージ内の送り光情報を
もとに送り先プロセッサに対してメツセージを送るだけ
であった。
In the above-mentioned conventional technology, all messages are composed of a sending processor, and the transfer route only sends the message to the destination processor based on the optical transmission information in the message.

そのため、転送経路内で生じる情報をメツセージに加え
ることは考慮されておらず、送り元プロセッサでメツセ
ージに組み込めない情報(たとえば転送経路が冗長性を
持つ、つまり、メツセージが通りうる経路が複数あり、
どの経路を通るかは動的に定まるときのメツセージの経
路情報または、メツセージがネットワーク中で他のメツ
セージと経路が競合した場合に待ちを強要された回数)
を送り先プロセッサに知らせることはできなかった。
Therefore, adding information that occurs during the transfer route to the message is not considered, and information that cannot be incorporated into the message by the sending processor (for example, the transfer route has redundancy, that is, there are multiple routes that the message can take,
Message route information when the route to take is determined dynamically, or the number of times a message is forced to wait if the route conflicts with another message in the network)
could not be notified to the destination processor.

本発明の目的は、転送経路内にメツセージに新しい情報
を加えるを可能にすることである。
The purpose of the invention is to make it possible to add new information to messages within the forwarding path.

【問題点を解決するための手段〕[Means to solve problems]

上記目的を達成するために、転送経路を一段以上の多段
スイッチモジュールで構成し、各スイッチモジュールで
入力メツセージの一部を新しい情報に書きかえ、出力メ
ツセージに送り出す手段を設ける。
In order to achieve the above object, the transfer path is constructed of one or more multi-stage switch modules, and each switch module is provided with means for rewriting a part of an input message with new information and sending it as an output message.

たとえば、新しい情報としては、(])メツセージがス
イッチモジュールに入力された時の入力位置、あるいは
、(2)スイッチモジュールでメツセージの競合による
待ちが生じた場合の待ち時間などの情報がある。
For example, the new information includes information such as (]) the input position when a message is input to the switch module, or (2) the waiting time when a wait occurs due to a message conflict in the switch module.

上記の例(1)は、転送経路に冗長性がある場合に用い
られる。送り元プロセッサが送り先プロセッサ番号十転
送データからメツセージを七で成し。
The above example (1) is used when there is redundancy in the transfer route. The source processor creates a message from the destination processor number 10 and transfers data to 7.

このメツセージを転送経路に送った場合、転送経路から
送り先プロセッサに送り出されたメツセージは動的な経
路情報を加えたものとして出方される。
When this message is sent to the transfer path, the message sent from the transfer path to the destination processor is output with dynamic path information added.

上記の例(2)は、スイッチモジュールで競合が生じ待
ち時間をメツセージ中に書き入れるため、それ以後のス
イッチモジュールで再び競合が生じた場合、この待ち時
間を基にメツセージの優先性を決定することができる。
In example (2) above, when a conflict occurs in a switch module, the waiting time is written into the message, so if a conflict occurs again in a subsequent switch module, the priority of the message can be determined based on this waiting time. Can be done.

〔作用〕[Effect]

冗長経路を持つ転送路を通るメツセージにおいて、転送
経路中の送り先プロセッサ番号などの送り光情報を、通
過経路情報におきかえる手段は、メツセージが通る経路
が決定されたあとに動作する。したがって、メツセージ
は、転送経路上で迷うことなく、送り先プロセッサに届
き、その時、メツセージには、不必要になった送り先プ
ロセッサの情報のかわりに、通過してきた経路情報を得
ることになる。
When a message passes through a transfer path having a redundant route, the means for replacing the sending light information such as the destination processor number in the transfer route with the transit route information operates after the route through which the message passes is determined. Therefore, the message reaches the destination processor without getting lost on the transfer route, and at that time, the message receives route information that it has passed in place of the information about the destination processor that is no longer needed.

また、スイッチモジュールでメツセージの競合により待
ち合わせが生じた時も、待ち合わせ回数が大きくなるこ
とにより、優先魔人となり、次に競合が起こった場合も
優先的に通過しやすくなる。
Furthermore, even when a meeting occurs due to a message conflict in the switch module, the number of meetings increases, which makes it a priority demon, and the next time a conflict occurs, it becomes easier to pass through preferentially.

〔実施例〕〔Example〕

以下、本発明の一実施例を図を用いて説明する。 An embodiment of the present invention will be described below with reference to the drawings.

第1図は、本発明を用いた冗長性のある(複数の経路を
持つ)転送経路によりプロセッサを接続した並列プロセ
ッサシステムの一実施例である。
FIG. 1 shows an embodiment of a parallel processor system in which processors are connected by redundant transfer paths (having a plurality of paths) using the present invention.

図中、1−1ないし1−4は、それぞれ独立に命令を実
行するプロセッサを、2はプロセッサ間メツセージ転送
経路で、2−1ないし2−6の複数のスイッチモジュー
ルで構成されている。Q10ないしQ25はメツセージ
の転送経路であり、Q30ないしΩ45はスイッチモジ
ュールでメツセージの競合が生じ、メツセージの待ちが
生じたとき、前段のメツセージの送信を止めるためのビ
ジー信号線である。3ないし6は転送先のプロセッサ番
号フィールドと、データおよび転送情報(たとえば転送
データの識別子、転送先プロセッサへの指令、転送デー
タの転送先プロセッサ内の格納先)を含むデータフィー
ルド、転送経路を保持するフィールドおよび(待合せ)
カウントデータを保持するフィールドから構成されるプ
ロセッサ間転送メツセージ(以下メツセージと略す)を
示す。
In the figure, 1-1 to 1-4 are processors that independently execute instructions, and 2 is an inter-processor message transfer path, which is composed of a plurality of switch modules 2-1 to 2-6. Q10 to Q25 are message transfer paths, and Q30 to Ω45 are busy signal lines for stopping the transmission of a previous message when a message conflict occurs in the switch module and a message is waited for. 3 to 6 hold a transfer destination processor number field, a data field containing data and transfer information (for example, an identifier of the transfer data, a command to the transfer destination processor, a storage location of the transfer data in the transfer destination processor), and a transfer route. field and (meeting)
This figure shows an inter-processor transfer message (hereinafter abbreviated as message) consisting of fields that hold count data.

プロセッサの番号は便宜上2進数で表記しである。また
、データ送信側プロセッサとデータ受信側プロセッサは
分けて図示されているが実体は同じものである。
The processor numbers are expressed in binary numbers for convenience. Further, although the data transmitting side processor and the data receiving side processor are illustrated separately, they are actually the same.

本実施例の並列プロセッサでは、プロセッサ4台を仮定
したが、プロセッサ台数は何台でもかまわない。また、
プロセッサ間転送経路2を構成するスイッチモジュール
は、2人力2出力のものを仮定したが、n入力n出力(
n≧2)のスイッチモジュールを用いてかまわない。さ
らに、冗長段を一段設けたが、冗長段は設けなくてもよ
いし、逆にさらに多段を設けてもかまわない。
Although the parallel processors of this embodiment assume four processors, the number of processors may be any number. Also,
The switch module constituting the inter-processor transfer path 2 was assumed to be powered by two people and has two outputs, but it has n inputs and n outputs (
A switch module with n≧2) may be used. Furthermore, although one redundant stage is provided, it is not necessary to provide a redundant stage, or conversely, more stages may be provided.

具体例として、プロセッサ#00からプロセッサ#11
にメツセージを送る場合を考える。
As a specific example, processor #00 to processor #11
Consider sending a message to.

まず、プロセッサ#OO1−1内でメツセージ3を構成
する。メツセージ3のアドレスフィールド3−1は2ビ
ツトで構成されており(プロセッサ台数が4台のため)
、2進数11がセットされる。データフィールドには、
転送すべきデータおよび転送情報をセットする。経路フ
ィールドは冗長段を含めて3ビツト分を確保しである。
First, message 3 is configured in processor #OO1-1. Address field 3-1 of message 3 consists of 2 bits (because the number of processors is 4).
, the binary number 11 is set. The data field contains
Set the data to be transferred and transfer information. Three bits are reserved for the route field including the redundant stage.

カウントデータフィールドは0が設定しである。The count data field is set to 0.

スイッチモジュール2−1から1130を通してビジー
信号が来ないかぎり、Q10を通して、スイッチモジュ
ール2−1に構成した3を送る。
Unless a busy signal is received from the switch module 2-1 through 1130, the configured 3 is sent to the switch module 2-1 through Q10.

ここで、スイッチモジュール2−1ないし2−6の概略
の動作仕様を示す、各スイッチモジュールは1ビツトの
アドレスでスイッチングを行う。
Here, the general operating specifications of the switch modules 2-1 to 2-6 are shown. Each switch module performs switching using a 1-bit address.

冗長段2−1ないし2−2はアドレスは任意、第2段2
−3ないし2−4はメツセージ内アドレスフィールドの
上位ビットを、第3段2−5ないし2−6はメツセージ
内アドレスフィールドの下位ビットをスイッチ情報とし
て用いる。スイッチモジュールがアドレスフィールドの
上位ビットを用いるか下位ビット用いるかあるいはどち
らも用いないかは、並列プロセッサシステムを構成した
時に決定され各スイッチモジュールにセットされている
Redundant stages 2-1 and 2-2 have any address, second stage 2
-3 to 2-4 use the upper bits of the intra-message address field, and third stages 2-5 to 2-6 use the lower bits of the intra-message address field as switch information. Whether the switch module uses the upper bits, the lower bits, or neither of the address fields is determined when the parallel processor system is configured and is set in each switch module.

本実施例のように、メツセージ3がスイッチモジュール
2−1に送られた場合は、スイッチモジュール2−1は
冗長段なので、スイッチング情報はなく、競合のない出
力光へ出力される0本実施例では、Ω15に出力されて
いる。このとき、メツセージ3がα10からの入力なの
で、0が経路フィールドの第1ビツトに書き込まれる。
As in this embodiment, when the message 3 is sent to the switch module 2-1, since the switch module 2-1 is a redundant stage, there is no switching information and the message is output to the non-conflicting output light. Here, it is output to Ω15. At this time, since message 3 is input from α10, 0 is written to the first bit of the route field.

また。Also.

このスイッチモジュールは冗長段なので競合は起らず、
カウントデータフィールドはOのままである。
This switch module is a redundant stage, so no contention occurs.
The count data field remains O.

α15上のメツセージ4はスイッチモジュール2−4の
入力となる。今度は、アドレスフィールド4−1の上位
ビットをスイッチング情報として用いる。その結果、メ
ツセージ5がA21上に出力される。このとき、メツセ
ージ4が915からの入力なのでOが経路フィールドの
第2ビツトに書き込まれる。また、このスイッチモジュ
ールで他方の入力から同時にメツセージが送られてきて
おり、出力光が一致して、A15からのメツセージが待
ち状態になった場合は、カウントデータフィールドが1
となる。そして1次のタイミングで1l121に送り出
される。
Message 4 on α15 becomes an input to switch module 2-4. This time, the upper bits of address field 4-1 are used as switching information. As a result, message 5 is output on A21. At this time, since message 4 is input from 915, O is written to the second bit of the route field. Also, if a message is being sent from the other input at the same time in this switch module, and the output lights match and the message from A15 is in the waiting state, the count data field will be 1.
becomes. Then, it is sent to 1l121 at the primary timing.

+221上のメツセージ5はスイッチモジュール2−6
の入力となる。今度は、アドレスフィールド6−1の下
位ビットをスイッチング情報として用いる。その結果、
メツセージ6がA25上に出力される。このとき、メツ
セージ5がΩ21からの入力なので1が経路フィールド
の第3ビツトに書き込まれる。また、このスイッチモジ
ュールで他方の入力から同時にメツセージが送られてき
ており出力光が一致していても、1221からの入力メ
ツセージは前段で一度待ち状態になり、カウントデータ
が1となっているので優先的に、Ω25に送り出される
。もちろん、他方からのメツセージ中のカウントデータ
の値が2以上であれば、121からの入力メツセージは
さらに待ち状態になり、カウントデータを1から2にカ
ウントアツプし、次のタイミングでA25に送られる。
Message 5 on +221 is switch module 2-6
becomes the input. This time, the lower bits of address field 6-1 are used as switching information. the result,
Message 6 is output on A25. At this time, since message 5 is input from Ω21, 1 is written in the third bit of the route field. Also, even if messages are being sent from the other input at the same time in this switch module and the output lights match, the input message from 1221 is once in a waiting state at the previous stage and the count data is 1. It is preferentially sent to Ω25. Of course, if the value of the count data in the message from the other side is 2 or more, the input message from 121 goes into a waiting state, counts up the count data from 1 to 2, and sends it to A25 at the next timing. .

A25上のメツセージはプロセッサ#111−4に取り
込まれる。このとき経路フィールド6−5は001とな
り、通過してきたスイッチモジュールを判別することが
できる。またカウントデータフィールドにはメツセージ
の競合による待ちを生じた回数がわかる。
The message on A25 is taken into processor #111-4. At this time, the route field 6-5 becomes 001, and the switch module passing through can be determined. In addition, the count data field shows the number of times that a message conflict caused a wait.

次に第2図を用いてスイッチモジュールの詳細について
示す。
Next, details of the switch module will be described using FIG. 2.

図中、7ないし8はメツセージの入力レジスタを、50
ないし51はデコーダを、52はアドレスフィールドか
ら切り出すビットを指示するアドレスビット指示、53
ないし54はインクリメンタ、55は比較器、58ない
し59はNOTゲートを、62ないし63はORゲート
を、56はプライオリティ情報生成回路を、64,65
ないし90はセレクタを、68ないし69はメツセージ
の出力レジスタを、66ないし67はビジー信号の入力
レジスタをそれぞれ示す。
In the figure, 7 and 8 indicate message input registers, and 50
51 to 51 are decoders; 52 is an address bit instruction that specifies bits to be extracted from the address field; 53;
54 to 54 are incrementers, 55 are comparators, 58 to 59 are NOT gates, 62 to 63 are OR gates, 56 is a priority information generation circuit, 64, 65
90 to 90 indicate selectors, 68 to 69 message output registers, and 66 to 67 busy signal input registers, respectively.

119ないし1221から取り込まれたメツセージは入
力レジスタ7ないし8にたくわえられる。
Messages fetched from 119-1221 are stored in input registers 7-8.

メツセージ中、アドレスフィールド7−1ないし8−1
をデコーダ50ないし51に送る。このときアドレスビ
ット指示52はスイッチモジュール2−6のスイッチン
グがアドレスフィールドの下位ビットを用いることを知
っており、デコーダに対して目的のビットをデコードす
ることを指示する。
Address fields 7-1 to 8-1 in the message
is sent to decoders 50 and 51. At this time, the address bit instruction 52 knows that the switching of the switch module 2-6 uses the lower bits of the address field, and instructs the decoder to decode the desired bit.

さらに、レジスタ7ないし8上のメツセージはそれぞれ
セレクタ64ないし65に送られるウデコーダ50ない
し51でデコードされた情報はA72. A74ないし
、A73.f175を介してメツセージ選択回路60な
いし61に送られる。
Further, the messages on registers 7 and 8 are sent to selectors 64 and 65 respectively, and the information decoded by U decoders 50 and 51 is A72. A74 to A73. It is sent to message selection circuits 60 and 61 via f175.

メツセージ選択回路60ないし61にはさらに、入力レ
ジスタ66ないし67を介してきたビジー信号やA83
を通してプライオフティ情報が入力情報となる。
The message selection circuits 60 and 61 are further provided with a busy signal sent via input registers 66 and 67, and a message selection circuit A83.
The priority information becomes input information through.

メツセージ選択回路60は、2つの入力メツセージ中な
いし8のうち、どちらのメツセージを出力レジスタ68
、A24を介して、次の2×2スイツチもしくは転送先
プロセッサに送るかを決定する。
The message selection circuit 60 selects which one of the two input messages to the output register 68.
, A24, it is determined whether to send it to the next 2×2 switch or the destination processor.

まず、出力aは入力レジスタ40ないし41のどちらの
メツセージを選んだかを示し、セレクタ64を制御する
。また出力レジスタ中の68−3にもセットされ、出力
レジスタ上のメツセージ中の経路フィールド68−3中
の一部に杏きこむ。
First, the output a indicates which message from the input registers 40 or 41 has been selected, and controls the selector 64. It is also set to 68-3 in the output register, and is written to part of the route field 68-3 in the message on the output register.

次に出力boあるいはblは、Q44からビジー信号が
きたか、あるいはメツセージの転送に競合が起こったと
きにセットされ、入力レジスタあるいは8上のメツセー
ジを待たせる。このビジー信号はインクリメンタ53な
いし54を作動させ、カウンタデータフィールド7−4
ないし8−4の値を1カウントアツプする。
Next, the output bo or bl is set when a busy signal is received from Q44 or when a conflict occurs in message transfer, causing the message on the input register or 8 to wait. This busy signal activates incrementers 53-54 and counter data fields 7-4.
Increment the value of 8-4 by 1.

ここでプライオリティ情報の生成について説明する。Here, generation of priority information will be explained.

まず、入力レジスタ7および8中のカウントデータフィ
ールド7−4および8−4を比較器55に送る。どちら
か一方が大きい場合は、その情報をプライオリティ情報
として、セレクタ90ないし91を介してメツセージ選
択回路60ないし61に送る。もし、カウントデータフ
ィールドの値が一致している場合は、プライオリティ生
成回路56で生成した情報をセレクタ90ないし91を
介してメツセージ選択回路60ないし61に送る。プラ
イオリティ生成回路56はレジスタ57とNOT回路5
8から成り、サイクル・プライオリティが変化するよう
に構成しである。
First, count data fields 7-4 and 8-4 in input registers 7 and 8 are sent to comparator 55. If either one is larger, that information is sent as priority information to the message selection circuits 60-61 via selectors 90-91. If the values in the count data fields match, the information generated by the priority generation circuit 56 is sent to the message selection circuits 60 to 61 via the selectors 90 to 91. The priority generation circuit 56 includes a register 57 and a NOT circuit 5.
8, and is configured so that the cycle priority changes.

〔発明の効果〕〔Effect of the invention〕

本発明によれば、転送経路内で、メツセージに新しい情
報を加えることができる。この発明を用いることにより
、例えば以下の効果を得ろことができる。送り先プロセ
ッサにメツセージが通ってきた転送経路情報を知らせる
ことができる。転送経路情報としては、(1)転送経路
が冗長性をもつつまり複数の経路をもつ場合、どの経路
を通ってきたという情報、(2)@逆経路上で他のメツ
セージとぶつかって待たされた時の待ち時間情報、(3
)転送経路上でメツセージがエラー検出/訂正などをも
うけた場合、転送経路内のその位置などが考えられ、こ
れらの情報を用いて転送経路の性能向上あるいは信頼性
向上させるためのデータとして用いる。
According to the present invention, new information can be added to a message within the transfer path. By using this invention, for example, the following effects can be obtained. It is possible to notify the destination processor of the transfer route information through which the message has passed. Forwarding route information includes: (1) If the forwarding route has redundancy, that is, there are multiple routes, information about which route the message took, and (2) @If the message collided with another message on the reverse route and was forced to wait. waiting time information, (3
) If a message undergoes error detection/correction, etc. on a transfer route, its position within the transfer route is considered, and this information is used as data to improve the performance or reliability of the transfer route.

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

第1図は、並列プロセッサの一構成図、第2図は、転送
経路選択回路。 1−1ないし1−4・・・プロセッサ、2−1ないし2
−4・・・2人力2出力スイッチモジュール、60ない
し61・・・メツセージ選択回路、63・・・プライ右
1図
FIG. 1 is a block diagram of a parallel processor, and FIG. 2 is a transfer route selection circuit. 1-1 to 1-4...processor, 2-1 to 2
-4...2 human power 2 output switch module, 60 or 61...Message selection circuit, 63...Ply right 1 diagram

Claims (1)

【特許請求の範囲】 1、複数台のプロセッサと、 転送先プロセッサ番号などの送り先情報と転送すべきデ
ータから構成されるメッセージと、プロセッサ間を結合
するメッセージ転送経路と、メッセージを用いてプロセ
ッサ間でデータ転送を行うメッセージ転送手段 を設けた並列プロセッサにおいて、 前記メッセージ転送経路に、メッセージから不必要な情
報を除き、あるいは新たに別の情報を加える手段を設け
たことを特徴とする 並列プロセッサのプロセッサ間データ転送方式2、第1
項の並列プロセッサにおいて、 転送経路を一段以上の多段スイッチモジュールで構成し
、各スイッチモジュールに、スイッチモジュールの入力
メッセージから不必要な情報を取り除き、新たな情報を
加え、出力メッセージとして送り出す手段を設けたこと
を特徴とする並列プロセッサのプロセッサ間データ転送
方式。 3、第1項の並列プロセッサにおいて、 前記メッセージ転送経路に、メッセージ内の転送先プロ
セッサ番号などの送り先情報を転送元プロセッサ番号な
どの送り元情報におきかえる手段を設けることを特徴と
する並列プロセッサのプロセッサ間データ転送方式。 4、第1項の並列プロセッサにおいて、 前記転送経路に送り先のプロセッサにメッセージを送る
経路を複数用意する手段と、 前記メッセージ転送経路に、メッセージ内にメッセージ
が通つた経路を付加する手段を設けたことを特徴とする
並列プロセッサのプロセッサ間データ転送方式。 5、複数のプロセッサと、複数のメモリモジュールから
なる共有メモリと、前記複数のプロセッサと前記複数の
メモリモジヨールを結合する転送経路と、 からなる並列プロセッサにおいて、 前記プロセッサから、共有メモリ上のデータを読み出す
場合に、プロセッサからは、そのデータのアドレスのみ
を前記転送経路に送り、転送経路はアドレスに要求元の
プロセッサ番号をつけて、アドレスの一部で示されるメ
モリモジュールにデータの読み出し要求を送る手段を設
けたことを特徴とする並列プロセッサのプロセッサ間デ
ータ転送方式。
[Scope of Claims] 1. A plurality of processors, a message consisting of destination information such as a destination processor number and data to be transferred, a message transfer path connecting the processors, and a message transfer path between the processors using the message. A parallel processor equipped with a message transfer means for transferring data, characterized in that the message transfer path is provided with means for removing unnecessary information from the message or adding new information. Inter-processor data transfer method 2, 1st
In the parallel processor described in Section 1, the transfer path is composed of one or more stages of multi-stage switch modules, and each switch module is provided with means for removing unnecessary information from the input message of the switch module, adding new information, and sending it out as an output message. An inter-processor data transfer method for parallel processors. 3. The parallel processor according to item 1, wherein the message transfer path is provided with means for replacing destination information such as a destination processor number in a message with source information such as a source processor number. Inter-processor data transfer method. 4. In the parallel processor of item 1, there is provided means for preparing a plurality of routes for sending a message to a destination processor in the transfer route, and means for adding to the message transfer route a route through which the message has passed in the message. An inter-processor data transfer method for parallel processors characterized by: 5. A parallel processor consisting of a plurality of processors, a shared memory consisting of a plurality of memory modules, and a transfer path connecting the plurality of processors and the plurality of memory modules, wherein data on the shared memory is transferred from the processor to the shared memory. When reading data, the processor sends only the address of the data to the transfer path, and the transfer path adds the request source processor number to the address and sends a data read request to the memory module indicated by the part of the address. An inter-processor data transfer method for parallel processors, characterized in that a data transfer method is provided.
JP61249621A 1986-10-22 1986-10-22 Interprocessor data transfer device for parallel processor Expired - Lifetime JPH07107680B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP61249621A JPH07107680B2 (en) 1986-10-22 1986-10-22 Interprocessor data transfer device for parallel processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP61249621A JPH07107680B2 (en) 1986-10-22 1986-10-22 Interprocessor data transfer device for parallel processor

Publications (2)

Publication Number Publication Date
JPS63104166A true JPS63104166A (en) 1988-05-09
JPH07107680B2 JPH07107680B2 (en) 1995-11-15

Family

ID=17195749

Family Applications (1)

Application Number Title Priority Date Filing Date
JP61249621A Expired - Lifetime JPH07107680B2 (en) 1986-10-22 1986-10-22 Interprocessor data transfer device for parallel processor

Country Status (1)

Country Link
JP (1) JPH07107680B2 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000330952A (en) * 1999-05-20 2000-11-30 Nec Corp Unit and method for flow control over multistage connection switch system
WO2006043308A1 (en) * 2004-10-18 2006-04-27 Fujitsu Limited Operation management program, operation management method, and operation management device
US8224941B2 (en) 2004-10-18 2012-07-17 Fujitsu Limited Method, apparatus, and computer product for managing operation
US8387013B2 (en) 2004-10-18 2013-02-26 Fujitsu Limited Method, apparatus, and computer product for managing operation

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000330952A (en) * 1999-05-20 2000-11-30 Nec Corp Unit and method for flow control over multistage connection switch system
WO2006043308A1 (en) * 2004-10-18 2006-04-27 Fujitsu Limited Operation management program, operation management method, and operation management device
US7971089B2 (en) 2004-10-18 2011-06-28 Fujitsu Limited Switching connection of a boot disk to a substitute server and moving the failed server to a server domain pool
US8224941B2 (en) 2004-10-18 2012-07-17 Fujitsu Limited Method, apparatus, and computer product for managing operation
US8387013B2 (en) 2004-10-18 2013-02-26 Fujitsu Limited Method, apparatus, and computer product for managing operation

Also Published As

Publication number Publication date
JPH07107680B2 (en) 1995-11-15

Similar Documents

Publication Publication Date Title
US10740097B2 (en) Embedding global barrier and collective in a torus network
JP2644780B2 (en) Parallel computer with processing request function
EP0901659B1 (en) Parallel processor with redundancy of processor pairs and method
US5594918A (en) Parallel computer system providing multi-ported intelligent memory
JPH0922404A (en) Array processor communication architecture with broadcast communication processor instruction
JPH08251234A (en) Connection method and protocol
US8370551B2 (en) Arbitration in crossbar interconnect for low latency
JPH0241553A (en) Data processing system
US5754792A (en) Switch circuit comprised of logically split switches for parallel transfer of messages and a parallel processor system using the same
JPH02230455A (en) Interruption control system for external memory device
JPH0668053A (en) Parallel computer
KR20080106129A (en) Method and apparatus for connecting multiple multimode processors
JPS63104166A (en) Inter-processor data transfer system for parallel processors
JPH0799515B2 (en) Instruction flow computer
JPH06266684A (en) Interprocessor routing system
JP2549241B2 (en) Computer system
JP2589828B2 (en) Central processing unit for a data processing system having a plurality of processors and a plurality of memories
JP2000347712A (en) Programmable controller
JPH0340169A (en) Multiple processor system and method of controlling plurality of processor
JPS61294554A (en) Data transmission equipment
JPH0473183B2 (en)
JP2731738B2 (en) Multiprocessor system
Holman et al. A Transparent Coprocessor for interprocessor Communication in an MIMD Computer
JP3039918B2 (en) Processor system
JP2504535B2 (en) Bus unit configuration method