JPH07200486A - Information processor - Google Patents
Information processorInfo
- Publication number
- JPH07200486A JPH07200486A JP5336200A JP33620093A JPH07200486A JP H07200486 A JPH07200486 A JP H07200486A JP 5336200 A JP5336200 A JP 5336200A JP 33620093 A JP33620093 A JP 33620093A JP H07200486 A JPH07200486 A JP H07200486A
- Authority
- JP
- Japan
- Prior art keywords
- synchronization
- processor
- request signal
- processors
- instruction
- 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
Links
Landscapes
- Multi Processors (AREA)
Abstract
Description
【0001】[0001]
【産業上の利用分野】本発明はマルチプロセッサシステ
ムの各プロセッサに割り当てられているタスク間の同期
処理を効率良く行うマルチプロセッサシステムに関す
る。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a multiprocessor system for efficiently performing a synchronization process between tasks assigned to each processor of the multiprocessor system.
【0002】[0002]
【従来の技術】並列処理において保証すべき基本的な問
題に、各プロセッサに割り当てられたタスク間のデータ
の授受や実行順序の維持があり、これらを実現するため
にはプロセッサ間の同期を取るハードウェア的な機構や
ソフトウェア的に操作が必要となる。2. Description of the Related Art A basic problem that must be guaranteed in parallel processing is data transfer between tasks assigned to each processor and maintenance of an execution order. A hardware mechanism or software operation is required.
【0003】通常、このようなプロセッサ間の同期の実
現はシステムの共有メモリを介して行われる。すなわ
ち、共有メモリ中にタスク間同期を確認するための領域
を設定しておき、他タスクと同期を取り必要のあるタス
クはこの領域をロックしつつ読み書きすることで、自タ
スクが命令列中の同期位置に達したことを他タスクに知
らせたり、他タスクが命令列中の同期位置に達したこと
を確認する。ここでメモリ中の同期用領域をロックする
のは、同一タイミングに同一メモリ位置に値を書込んだ
り読出したりするとタスク間で値が一貫しなくなる場合
があるためである。Usually, such synchronization between processors is realized through the shared memory of the system. That is, an area for confirming synchronization between tasks is set in the shared memory, and tasks that need to synchronize with other tasks can read and write while locking this area, so that the invoking task can read The other task is notified that the synchronization position is reached, or the other task confirms that the synchronization position in the instruction sequence is reached. The reason why the synchronization area in the memory is locked is that the values may become inconsistent between tasks if the values are written in or read from the same memory location at the same timing.
【0004】このような共有メモリを介して行うタスク
間同期は、同期処理専用のハードウェア的な機構が小さ
いので、並列度が小さくタスク間同期の回数が比較的少
ないアプリケーションにおいては有効である。The inter-task synchronization performed via such a shared memory is effective in an application having a small degree of parallelism and a relatively small number of inter-task synchronizations because the hardware mechanism dedicated to the synchronization processing is small.
【0005】しかし、タスク間同期をとる回数が多いア
プリケーションにおいては、同一メモリ領域へのアクセ
スが多数のプロセッサから集中することになるため、上
記のような共有メモリを介したタスク間同期方法は必ず
しも有効ではない。However, in an application in which the number of times of synchronization between tasks is large, accesses to the same memory area are concentrated from many processors, so the above-described method of synchronization between tasks via shared memory is not always necessary. Not valid.
【0006】つまり、多数のプロセッサから同一のメモ
リ領域にアクセスが集中するため、並列で動作するタス
クが同期処理によって逐次化されてしまう。また、これ
よりプロセッサ−共有メモリ間ネットワークのトラフィ
ックが増大するため、同期処理と関係のないタスクに対
して与える影響が大きくなる。このような理由からマル
チプロセッサシステム全体の実行性能が低下してしま
う。That is, since access is concentrated on the same memory area from many processors, tasks operating in parallel are serialized by the synchronous processing. Further, since the traffic of the network between the processor and the shared memory increases, the influence on the task that is not related to the synchronization processing becomes large. For this reason, the execution performance of the entire multiprocessor system is reduced.
【0007】このような性能低下の割合は、アプリケー
ション中で同期を取る回数が多くなるほど、また一つの
タスク中で同期を取る命令の間隔が小さいほど、増加す
る。The rate of such performance deterioration increases as the number of times synchronization is performed in the application increases and as the interval between instructions for synchronization in one task decreases.
【0008】こうした問題を解決するために、共有メモ
リとは別にタスク間同期処理やタスク間の通信専用のレ
ジスタやこれらの同期/通信用レジスタ−プロセッサ間
の専用パスを設ける技術が特開平2−238553号公
報に開示されている。この技術においては同期処理がア
クセスするレジスタや、使用するパスが通常のメモリア
クセスとは別系統なので、上述のような同期処理と関係
のないタスクに与える影響を取り除くことができる。し
かし、同期/通信用レジスタがシステムに唯一であれ
ば、同期回数の多いアプリケーションで顕在化する同期
処理オーバーヘッドはこの技術によっても改善しない。In order to solve such a problem, there is a technique of providing a dedicated register for synchronization processing between tasks and a communication dedicated between tasks and a dedicated path between these synchronization / communication registers and a processor in addition to the shared memory. It is disclosed in Japanese Patent No. 238553. In this technique, the register accessed by the synchronous processing and the path used are different from those of the normal memory access, so that it is possible to remove the influence on the task not related to the synchronous processing as described above. However, if the synchronization / communication register is unique to the system, the synchronization processing overhead that becomes apparent in an application with a large number of synchronizations cannot be improved by this technique.
【0009】[0009]
【発明が解決しようとする課題】このような従来技術に
おいてはタスク間同期処理が他のタスクの処理に悪影響
を与えるという課題、同期処理自体のオーバーヘッドが
大きいという課題がある。同期/通信専用レジスタを設
けた場合においては他のタスクへの悪影響は軽減される
が、同期処理自体のオーバーヘッドを短縮するには至っ
ていない。In such a conventional technique, there is a problem that the inter-task synchronization processing has a bad influence on the processing of other tasks, and a problem that the overhead of the synchronization processing itself is large. When the synchronization / communication dedicated register is provided, adverse effects on other tasks are reduced, but the overhead of the synchronization processing itself has not been shortened.
【0010】[0010]
【課題を解決するための手段】上記の問題点を解決する
ため、本発明のマルチプロセッサシステムはこれらプロ
セッサのそれぞれ毎に同期制御部と、この同期制御部を
全て接続するプロセッサ間ネットワークを備え、前記同
期制御部はそれぞれ自プロセッサと同期を取る対象のプ
ロセッサのうち、同期処理に達したプロセッサ数を数え
る同期計数手段(以下同期カウンタ)と、自プロセッサ
が同期を取るべきプロセッサに対し同期要求信号を送出
する同期要求信号送出手段と、自プロセッサや他プロセ
ッサからの同期要求信号を受信する同期要求信号受信手
段と、この同期要求信号受信手段からの同期要求信号に
基づいて前記同期カウンタの値を制御する制御手段と、
自プロセッサが同期命令を実行した後前記同期カウンタ
の値を監視して同期対象のプロセッサ全てと同期が完了
したことを確認して同期完了信号を生成する同期完了信
号生成手段と、自プロセッサが同期処理実行後この同期
完了信号生成手段で同期完了信号が生成されるまで自プ
ロセッサの後続命令処理を抑止する手段とを備える。In order to solve the above problems, the multiprocessor system of the present invention comprises a synchronization control unit for each of these processors, and an interprocessor network connecting all the synchronization control units, The synchronization control unit counts the number of processors that have reached the synchronization processing among the processors to be synchronized with the own processor (hereinafter, a synchronization counter), and a synchronization request signal to the processors to be synchronized by the own processor. A synchronization request signal transmitting means, a synchronization request signal receiving means for receiving a synchronization request signal from its own processor or another processor, and a value of the synchronization counter based on the synchronization request signal from the synchronization request signal receiving means. Control means for controlling,
After the self-processor executes the synchronization instruction, the value of the synchronization counter is monitored to confirm that the synchronization has been completed with all the synchronization target processors, and the synchronization completion signal generating means for generating the synchronization completion signal is synchronized with the self-processor. After execution of the processing, means for suppressing the subsequent instruction processing of the own processor until the synchronization completion signal is generated by the synchronization completion signal generating means.
【0011】この発明によれば、タスクの同期処理を同
期と関係のないタスクに悪影響を与えることなく、効率
的に行うことができる。According to the present invention, task synchronization processing can be efficiently performed without adversely affecting tasks unrelated to synchronization.
【0012】すなわち、同期の完了待ちは上記各プロセ
ッサが独立に備える上記同期カウンタを監視することで
行うため、同期が完了したかどうか確認するために共有
メモリやシステムに唯一の同期/通信用レジスタに何度
もアクセスを繰り返すことがなく、他のタスクに与える
悪影響が少ない。That is, since the completion of the synchronization is waited for by monitoring the above-mentioned synchronization counter independently provided in each processor, the shared memory or the only synchronization / communication register in the system is used to confirm whether the synchronization is completed. Since it does not need to be repeatedly accessed, there is little adverse effect on other tasks.
【0013】また、同期を取るプロセッサの指定を柔軟
に行うことができる。Further, it is possible to flexibly specify a processor to be synchronized.
【0014】[0014]
【実施例】次に本発明の一実施例について図面を参照し
て詳細に説明する。An embodiment of the present invention will now be described in detail with reference to the drawings.
【0015】図1を参照すると、本発明の第1の実施例
は、それぞれが他タスクとの同期が必要なタスクのため
にバリア同期命令を実行し自プロセッサが同期を取るべ
きプロセッサに対し同期要求信号を送出し同期完了信号
を受信するまでホールド状態となり後続命令の処理を停
止する複数のプロセッサP0−Pn,これらプロセッサ
P0−Pnからの同期要求信号を受信し、それぞれ自プ
ロセッサと同期をとる対象のプロセッサのうち同期処理
に達したプロセッサ数を数えたカウンタを制御し自プロ
セッサによる同期命令の実行後同期カウンタの値を監視
して同期対象プロセッサ全てと同期が完了したことを確
認して同期完了信号を生成する複数の同期制御部C0−
Cn,前記プロセッサP0−Pnおよび同期制御部C0
−Cnを接続するクロスバキットワークで構成するプロ
セッサ間キットワークN,およびこのプロセッサ間キッ
トワークに接続された共用メモリMを備えている。Referring to FIG. 1, in the first embodiment of the present invention, each executes a barrier synchronization instruction for a task that needs to be synchronized with another task, and the own processor synchronizes with the processor to be synchronized. A plurality of processors P0-Pn that hold the state until the request signal is transmitted and the synchronization completion signal is received and the processing of the subsequent instruction is stopped, and the synchronization request signals from these processors P0-Pn are received and synchronized with their own processors. Controls the counter that counts the number of processors that have reached the synchronization processing among the target processors, monitors the value of the synchronization counter after executing the synchronization instruction by its own processor, and confirms that synchronization has been completed with all the synchronization target processors and synchronizes A plurality of synchronization control units C0- that generate completion signals
Cn, the processors P0-Pn and the synchronization control unit C0
An interprocessor kit work N configured by a crossbar kit work for connecting -Cn and a shared memory M connected to the interprocessor kit work are provided.
【0016】図2を参照すると、本発明の第2の実施例
の同期制御部C0−Cnのそれぞれは、プロセッサPか
らの同期処理要求信号20に基づいて同期要求信号24
を発生する同期要求信号生成部10と、この同期要求信
号生成部10からの同期要求信号22をネットワークN
を介して同期対象のプロセッサに送出する同期要求信号
送出部11と、他プロセッサからプロセッサ間ネットワ
ークNを介して与えられる同期要求信号23を受付け同
期要求信号25を発生する同期要求信号受信回路12
と、自プロセッサと同期を取るべきプロセッサのうちま
だ同期が完了していないプロセッサの数を示す同期カウ
ンタ14と、この同期カウンタ14の現在の値26を減
算するディクリメンタ15と、この現在の値26が定数
“0”であるか否かを比較し“0”であるとき同期完了
信号21を生成してプロセッサPに与えるコンパレータ
16と同期要求信号生成部10からの自プロセッサの同
期要求信号24,同期要求信号回路12からの同期要求
信号25、および同期カウンタ14からの現在の値26
に基いて次クロックで同期カウンタ14にセットすべき
値(同期対象プロセッサ数−1)29を出力するととも
に同期カウンタ14にこのセットすべき値29,ディク
リメンタ15の出力27および同期カウンタ14の現在
の値26のどれか1つを選択して与えるための選択指示
信号28を出力する同期カウンタ制御回路13とを含
む。Referring to FIG. 2, each of the synchronization control units C0-Cn according to the second embodiment of the present invention receives the synchronization request signal 24 based on the synchronization processing request signal 20 from the processor P.
And a synchronization request signal 22 from the synchronization request signal generation unit 10.
And a synchronization request signal receiving circuit 12 for receiving a synchronization request signal 23 given from another processor via the interprocessor network N and generating a synchronization request signal 25.
, A synchronization counter 14 that indicates the number of processors that have not yet completed synchronization among the processors that should be synchronized with its own processor, a decrementer 15 that subtracts the current value 26 of this synchronization counter 14, and this current value 26 Is a constant "0", and when it is "0", the synchronization request signal 24 of the own processor from the comparator 16 and the synchronization request signal generator 10 which generates the synchronization completion signal 21 and gives it to the processor P, The sync request signal 25 from the sync request signal circuit 12 and the current value 26 from the sync counter 14
The value 29 to be set (the number of processors to be synchronized-1) 29 is output to the synchronous counter 14 at the next clock based on the following, and the value 29 to be set to the synchronous counter 14, the output 27 of the decrementer 15 and the current value of the synchronous counter 14 are output. And a synchronous counter control circuit 13 for outputting a selection instruction signal 28 for selecting and giving any one of the values 26.
【0017】次に本発明の第1の実施例の動作について
詳細に説明する。Next, the operation of the first embodiment of the present invention will be described in detail.
【0018】図1を参照すると、複数のプロセッサP
0、P1…Pnが直接プロセッサ間ネットワークNに接
続されている。またプロセッサP0、P1…Pnはそれ
ぞれ同期制御部C0、C1…Cnに接続されており、各
同期制御部C0、C1…CnはそれぞれプロセッサP
0、P1…Pnから同期命令処理要求を受け付ける。さ
らに同期制御部C0、C1…Cnもプロセッサ間ネット
ワークNに接続されており、それぞれ他プロセッサへの
同期要求信号を送出したり、他プロセッサからの同期要
求信号を受け付ける。Referring to FIG. 1, a plurality of processors P
0, P1 ... Pn are directly connected to the interprocessor network N. Further, the processors P0, P1 ... Pn are respectively connected to the synchronization control units C0, C1 ... Cn, and the respective synchronization control units C0, C1 ... Cn are respectively connected to the processor P.
A synchronous instruction processing request is received from 0, P1, ... Pn. Further, the synchronization control units C0, C1 ... Cn are also connected to the inter-processor network N, and each sends a synchronization request signal to another processor or receives a synchronization request signal from another processor.
【0019】他タスクとの同期が必要なタスクには必要
に応じて命令列中に同期命令を挿入する。ここでは、各
プロセッサの命令の1つとして、バリア同期命令を設定
する。For a task that requires synchronization with another task, a synchronization instruction is inserted in the instruction sequence as needed. Here, a barrier synchronization instruction is set as one of the instructions of each processor.
【0020】プロセッサはこのバリア同期命令に処理が
達すると次の処理を行う。When the processing reaches the barrier synchronization instruction, the processor performs the next processing.
【0021】(1)同期制御部に対し同期処理要求を送
出する。(1) A synchronization processing request is sent to the synchronization control unit.
【0022】(2)同期制御部から同期完了信号を受信
するまでホールド状態となり、後続命令の処理を停止す
る。(2) The hold state is maintained until the synchronization completion signal is received from the synchronization control unit, and the processing of the subsequent instruction is stopped.
【0023】プロセッサPはバリア同期命令を実行する
と同期処理要求信号を同期制御部Cに送信し、同期制御
部Cから同期完了信号を受信するまでバリア同期命令の
後続命令の処理を停止する。When the processor P executes the barrier synchronization instruction, it transmits a synchronization processing request signal to the synchronization control unit C, and stops the processing of the subsequent instruction of the barrier synchronization instruction until it receives a synchronization completion signal from the synchronization control unit C.
【0024】同期制御部CはプロセッサPやネットワー
クを介して他プロセッサから同期要求信号を受信する
と、同期カウンタ14の値26を参照し、同期カウンタ
14の値が“0”の時には(同期対象プロセッサ数−
1)を選択し、同期カウンタ14の値が“0”でないと
きにはディクリメンタ15の出力を選択し、どこからも
同期要求信号を受信していないときには同期カウンタ1
4の値をホールドするよう同期カウンタのセレクタを信
号線28により制御する。When the synchronization control unit C receives a synchronization request signal from the processor P or another processor via the network, it refers to the value 26 of the synchronization counter 14, and when the value of the synchronization counter 14 is "0" (the synchronization target processor Number −
1) is selected, the output of the decrementer 15 is selected when the value of the synchronous counter 14 is not "0", and when the synchronous request signal is not received from anywhere, the synchronous counter 1 is selected.
The signal line 28 controls the selector of the synchronous counter so as to hold the value of 4.
【0025】同期制御部Cは同期カウンタ14の値が0
になると同期完了信号をコンパレータC06により生成
しプロセッサPに送信する。In the synchronization control unit C, the value of the synchronization counter 14 is 0.
Then, the synchronization completion signal is generated by the comparator C06 and transmitted to the processor P.
【0026】ここで、同期制御部C中の同期カウンタ1
4が“0”のとき、プロセッサPは他プロセッサとの同
期待ち状態ではなく通常の命令実行状態である。逆にプ
ロセッサPが通常動作状態でも同期カウンタ14が
“0”であるとは限らない。すなわち、他プロセッサが
時プロセッサの同期完了を待っている場合である。この
ような自プロセッサより先に他プロセッサからの同期要
求信号を同期制御部Cが処理すると、同期カウンタ14
は元々“0”であるが、自プロセッサ/他プロセッサを
問わず最初に届いた同期要求信号によって同期カウンタ
14の値が“0”から別の値に更新されるためである。Here, the synchronization counter 1 in the synchronization control unit C
When 4 is "0", the processor P is not in a waiting state for synchronization with another processor but in a normal instruction executing state. On the contrary, even when the processor P is in the normal operation state, the synchronization counter 14 is not always "0". That is, when another processor is waiting for the completion of synchronization of the hour processor. If the synchronization control unit C processes a synchronization request signal from another processor before the own processor, the synchronization counter 14
Is originally "0", but the value of the synchronization counter 14 is updated from "0" to another value by the synchronization request signal that first arrives regardless of the own processor / other processor.
【0027】第1の実施例においては、プロセッサ間の
同期のための同期制御部間ネットワークをプロセッサ−
共有メモリ間ネットワークと共用しているため同期制御
用のハードウェア量を抑さえることができる。また、同
期制御のためのプロセッサ間の通信は自プロセッサが同
期命令を処理したことを同期対象のプロセッサに通知す
る同期要求信号だけであり、従来技術のように特定のメ
モリ領域や同期/通信用レジスタを繰り返しアクセスす
ることはないので同期と関係のないプロセッサやタスク
に対する同期要求信号の多発による悪影響を抑さえるこ
とができる。In the first embodiment, a network between synchronization control units for synchronizing between processors is provided.
Since it is shared with the network between shared memories, the amount of hardware for synchronous control can be suppressed. Also, communication between processors for synchronization control is only a synchronization request signal that notifies the processor to be synchronized that the self processor has processed the synchronization instruction. Since the registers are not repeatedly accessed, it is possible to suppress the adverse effects of the frequent occurrence of synchronization request signals for processors and tasks that are not related to synchronization.
【0028】次に本発明の第2の実施例について図面を
参照して詳細に説明する。Next, a second embodiment of the present invention will be described in detail with reference to the drawings.
【0029】図3を参照すると、第1の実施例で示した
プロセッサP0−Pn、同期制御部C0−Cn、プロセ
ッサ間ネットワークNおよび共用メモリMと異なる第2
の実施例の特徴は以下の通りである。Referring to FIG. 3, the processor P0-Pn, the synchronization control units C0-Cn, the inter-processor network N and the shared memory M shown in the first embodiment are different from the second embodiment.
The features of this embodiment are as follows.
【0030】すなわち、プロセッサ間ネットワークNは
複数のプロセッサP0−Pnおよび共用メモリMと直接
接続されている。さらに同期制御部C0−Cn間で同期
要求信号のやりとりはこの同期制御部C0−Cnに直接
接続した同期制御間ネットワークSを介して行なわれ
る。That is, the interprocessor network N is directly connected to the plurality of processors P0-Pn and the shared memory M. Further, the synchronization request signal is exchanged between the synchronization control units C0-Cn via the inter-synchronization control network S directly connected to the synchronization control units C0-Cn.
【0031】本発明の第2の実施例では、プロセッサ間
ネットワークNとは独立して別に同期制御部間ネットワ
ークSを備えることにより第1の実施例と比較して同期
と関係ないプロセッサやタスクに対する同期要求信号の
多発による悪影響を更に低減することができる。In the second embodiment of the present invention, by providing the inter-synchronization control unit network S separately from the inter-processor network N, as compared with the first embodiment, it is possible to deal with processors and tasks which are not related to synchronization. It is possible to further reduce the adverse effect caused by the frequent occurrence of the synchronization request signal.
【0032】次に本発明の第3の実施例について図面を
参照して詳細に説明する。Next, a third embodiment of the present invention will be described in detail with reference to the drawings.
【0033】実際のマルチプロセッサシステムにおい
て、システムのプロセッサ資源の有効利用上、同時に動
作可能なタスクの全て、あるいはバリア同期すべきタス
クの全てを同時に各プロセッサに割り当て実行するとは
限らない。すなわち、同時にシステム中で実行されてい
ないタスクに対しても同期を実現する必要がある。In an actual multiprocessor system, in order to effectively use the processor resources of the system, not all tasks that can operate at the same time or all tasks that should be barrier-synchronized are allocated and executed at the same time for each processor. That is, it is necessary to realize synchronization even for tasks that are not being executed in the system at the same time.
【0034】この問題は第1の実施例や第2の実施例の
同期制御部の同期カウンタを複数個持つことによって解
決できる。This problem can be solved by having a plurality of synchronization counters in the synchronization control unit of the first and second embodiments.
【0035】次に本発明の第3の実施例について図面を
参照して詳細に説明する。Next, a third embodiment of the present invention will be described in detail with reference to the drawings.
【0036】図4を参照すると、本発明の第3の実施例
は、第1の実施例における同期要求信号生成部10,同
期要求信号送出部11,および同期要求信号受信回路1
2に加えて、以下の特徴的な要素を備えている。Referring to FIG. 4, the third embodiment of the present invention is a synchronization request signal generation unit 10, a synchronization request signal transmission unit 11, and a synchronization request signal reception circuit 1 in the first embodiment.
In addition to 2, the following characteristic elements are provided.
【0037】すなわち、本発明の第3の実施例は複数の
同期カウンタ140−14n,これら同期カウンタ14
0−14nのそれぞれに対応するデクリメンタ150−
15nおよびコンパレータ160−16n,同期カウン
タ140−14nからの現在の値260−26nのうち
の1つを選択するセレクタ18,およびコンパレータ1
60−16nのうちの1つを選択するセレクタ17の
他,同期要求信号生成部10や同期要求信号受信回路1
2からの同期要求信号24や25に含まれるジョブ番号
により同期カウンタ140−14nの入力セレクタに選
択指示信号280−28nを出力し、選択指示信号を出
力しこの指示信号31からの指示によりセレクタ18で
の選択結果である同期カウンタ140−14nの現在の
値260−26nのいずれかを入力し、同期対象プロセ
ッサ数−1を示す信号29を出力する同期カウンタ制御
回路13を含む次に本発明の第3の実施例の動作につい
て詳細に説明する。That is, the third embodiment of the present invention comprises a plurality of synchronization counters 140-14n, and these synchronization counters 14-14n.
Decrementer 150-corresponding to each of 0-14n
15n and a comparator 160-16n, a selector 18 for selecting one of the current values 260-26n from the synchronous counter 140-14n, and a comparator 1.
In addition to the selector 17 that selects one of 60-16n, the synchronization request signal generation unit 10 and the synchronization request signal reception circuit 1
2 outputs the selection instruction signal 280-28n to the input selector of the synchronization counter 140-14n according to the job number included in the synchronization request signal 24 or 25, and outputs the selection instruction signal. The present invention includes a synchronous counter control circuit 13 for inputting any of the current values 260-26n of the synchronous counters 140-14n, which is the result of selection in step 1, and outputting a signal 29 indicating the number of processors to be synchronized-1. The operation of the third embodiment will be described in detail.
【0038】図4を参照すると、ジョブ番号30は自プ
ロセッサが現在実行中のジョブの番号でありOSにより
管理されているものである。ジョブ番号30は同期信号
生成部10とセレクタ17に入力される。Referring to FIG. 4, the job number 30 is the number of the job currently being executed by the processor itself and is managed by the OS. The job number 30 is input to the synchronization signal generator 10 and the selector 17.
【0039】同期要求信号生成部10は自プロセッサか
ら同期命令処理要求20を受け付けると、同期要求信号
24を生成し同期カウンタ制御部13と同期要求信号送
出部11に送出する。同期要求信号24は同期要求を行
ったタスクのジョブ番号を含んでいる。When the synchronization request signal generation unit 10 receives the synchronization instruction processing request 20 from its own processor, it generates a synchronization request signal 24 and sends it to the synchronization counter control unit 13 and the synchronization request signal transmission unit 11. The synchronization request signal 24 includes the job number of the task that has issued the synchronization request.
【0040】同期要求信号送出部11は同期要求信号2
4を受け付け、信号線22からプロセッサ間ネットワー
クNまたは同期制御部間ネットワークSを通して同期対
象プロセッサに同期要求信号を送出する。The synchronization request signal transmission section 11 outputs the synchronization request signal 2
4 is received, and a synchronization request signal is sent from the signal line 22 to the synchronization target processor through the inter-processor network N or the synchronization control unit network S.
【0041】同期要求信号受信回路12はプロセッサ間
ネットワークNまたは同期制御部間ネットワークSを通
して他プロセッサからの同期要求信号23を受信し同期
カウンタ制御部13に同期要求信号25を転送する。The synchronization request signal receiving circuit 12 receives the synchronization request signal 23 from another processor through the inter-processor network N or the inter-synchronization control unit network S and transfers the synchronization request signal 25 to the synchronization counter control unit 13.
【0042】同期カウンタ制御回路13は同期要求信号
生成部10や同期要求信号受信回路12から同期要求信
号を受け付けると同期要求信号24や25に含まれるジ
ョブ番号により同期カウンタ140から同期カウンタ1
4nの入力セレクタを信号280から28nにより制御
する。すなわち、同期要求信号24や25で示すジョブ
番号に対応して割り当てた同期カウンタ以外はホールド
を選択し、同期要求信号24や25の示すジョブ番号に
対応する同期カウンタのみ対応するディクリメンタ15
0から15nの出力や同期要求信号に示す同期対象プロ
セッサ数−1を示す信号24を選択する。When the synchronization counter control circuit 13 receives the synchronization request signal from the synchronization request signal generator 10 or the synchronization request signal receiving circuit 12, the synchronization counter 140 changes from the synchronization counter 140 to the synchronization counter 1 according to the job numbers included in the synchronization request signals 24 and 25.
The 4n input selector is controlled by signals 280 to 28n. That is, hold is selected except for the sync counters assigned corresponding to the job numbers indicated by the sync request signals 24 and 25, and the decrementer 15 corresponding only to the sync counter corresponding to the job numbers indicated by the sync request signals 24 and 25.
A signal 24 indicating the output of 0 to 15n or the number of synchronization target processors-1 shown in the synchronization request signal is selected.
【0043】同期カウンタ制御部13は同期要求信号2
4や25のジョブ番号によりセレクタ18を信号31に
より制御し、同期カウンタ140から14n内のジョブ
番号に対応するものの現在値26を得る。The synchronization counter control unit 13 outputs the synchronization request signal 2
The selector 18 is controlled by the signal 31 according to the job number of 4 or 25, and the current value 26 of the one corresponding to the job number in 14n is obtained from the synchronization counter 140.
【0044】現在値26が“0”のときは同期信号24
や25の示すジョブ番号に対応する同期カウンタのセレ
クタを信号24を選択するよう制御し、信号26が非
“0”の時はディクリメンタの出力を選択するよう制御
する。When the current value 26 is "0", the synchronization signal 24
The selector of the synchronous counter corresponding to the job number indicated by or 25 is controlled to select the signal 24, and when the signal 26 is not "0", the output of the decrementer is selected.
【0045】各コンパレータ160から16nの出力は
セレクタ17とジョブ番号210により、プロセッサが
実行中のタスクに対応するコンパレータ出力が選択され
同期完了信号21としてプロセッサに送出される。The outputs of the comparators 160 to 16n are selected by the selector 17 and the job number 210 as the comparator output corresponding to the task being executed by the processor, and are sent to the processor as the synchronization completion signal 21.
【0046】以上により、各プロセッサは同期対象以外
のタスクを実行中でも他タスクからの同期要求を受け付
けることができる。また同期完了信号は同期対象のタス
クが属するジョブを実行しているときだけプロセッサに
送出され、他プロセッサからの同期要求に関係のないタ
スクを実行中は不正な同期完了信号を生成しない。As described above, each processor can accept a synchronization request from another task even while executing a task other than the synchronization target. Further, the synchronization completion signal is sent to the processor only when the job to which the synchronization target task belongs is being executed, and an incorrect synchronization completion signal is not generated while a task irrelevant to a synchronization request from another processor is being executed.
【0047】第1の実施例から第3の実施例において、
各プロセッサが同期対象のプロセッサを指定する方法は
規定していない。In the first to third embodiments,
The method for each processor to specify the processor to be synchronized is not specified.
【0048】本発明の第4の実施例において同期対象プ
ロセッサを規定する方法を図面を参照して詳細に説明す
る。A method of defining a synchronization target processor in the fourth embodiment of the present invention will be described in detail with reference to the drawings.
【0049】図5を参照すると、図示されたフォーマッ
トで各プロセッサが実行するバリア同期命令を定義す
る。同期対象プロセッサ指定フィールドは各ビットが物
理的なプロセッサに対応し、1であるビットに対応する
プロセッサが同期対象プロセッサである。Referring to FIG. 5, barrier synchronization instructions to be executed by each processor are defined in the format shown. In the synchronization target processor designation field, each bit corresponds to a physical processor, and the processor corresponding to the bit of 1 is the synchronization target processor.
【0050】各プロセッサはバリア同期命令を実行する
とき、同期処理要求有効ビットにバリア同期命令の同期
対象プロセッサ指定フィールドのそのまま連結して同期
処理要求信号を生成し自プロセッサに対応する同期制御
部に送出すればよい。When each processor executes the barrier synchronization instruction, the synchronization processing request valid bit is directly connected to the synchronization target processor designation field of the barrier synchronization instruction to generate the synchronization processing request signal, and the synchronization control section corresponding to the self processor is generated. Just send it out.
【0051】この第4の実施例ではバリア同期命令の同
期対象プロセッサ指定フィールドにより同期対象プロセ
ッサを指定するため、同時実行可能なタスク全てとバリ
ア同期が必要でない場合はそのタスクを実行するプロセ
ッサに対応するビットを落としておけばよく、柔軟な同
期制御か可能である。In the fourth embodiment, since the synchronization target processor is designated by the synchronization target processor designation field of the barrier synchronization instruction, all the tasks which can be executed simultaneously and the processor which executes the task are supported when the barrier synchronization is not required. It is only necessary to drop the bit to be used, and flexible synchronization control is possible.
【0052】この第4の実施例である同期対象プロセッ
サ指定方法は第1の実施例から第3の実施例まで全てに
対応する。The synchronization target processor designating method according to the fourth embodiment corresponds to all of the first to third embodiments.
【0053】第4の実施例においては同期対象プロセッ
サとして指定できる数は命令語長に依存する欠点があ
る。プロセッサ数が同期対象プロセッサ指定フィールド
のビット長よりも大きい場合、第4の実施例では対応で
きない。In the fourth embodiment, the number that can be specified as the synchronization target processor has a drawback that it depends on the instruction word length. If the number of processors is larger than the bit length of the synchronization target processor designation field, the fourth embodiment cannot handle it.
【0054】次に本発明の第5の実施例として同期対象
プロセッサの指定方法の別の方法について図面を参照し
て詳細に説明する。Next, as a fifth embodiment of the present invention, another method of designating a synchronization target processor will be described in detail with reference to the drawings.
【0055】図7を参照すると、同期制御部は同期対象
プロセッサを指定する同期対象レジスタ19を1個また
は複数個備えるものとする。各同期対象レジスタ19の
各ビットは物理的なプロセッサ番号に対応し、値“1”
ビットに対応するプロセッサが同期対象のプロセッサで
ある。Referring to FIG. 7, the synchronization control unit is assumed to include one or a plurality of synchronization target registers 19 for designating a synchronization target processor. Each bit of each synchronization target register 19 corresponds to a physical processor number and has a value “1”.
The processor corresponding to the bit is the processor to be synchronized.
【0056】またバリア同期命令は図6に示すフォーマ
ットで規定される。命令種別フィールドに続いて同期対
象レジスタ指定フィールドを備える。各プロセッサは同
期処理要求有効ビットにバリア同期命令の同期対象レジ
スタ指定フィールドをそのまま連結して同期処理要求信
号を生成し、同期処理部に送出する。The barrier synchronization instruction is defined in the format shown in FIG. The instruction type field is followed by a synchronization target register designation field. Each processor concatenates the synchronization target register designating field of the barrier synchronization instruction to the synchronization processing request valid bit as it is to generate a synchronization processing request signal and sends it to the synchronization processing unit.
【0057】同期処理部では同期要求信号の同期対象レ
ジスタ指定フィールドにより同期対象レジスタ19の出
力を選択し同期要求信号生成部10に入力する。In the synchronization processing unit, the output of the synchronization target register 19 is selected by the synchronization target register designation field of the synchronization request signal and input to the synchronization request signal generation unit 10.
【0058】同期要求信号生成部10以下の制御は第1
の実施例Nから第3の実施例までと同様である。The control of the synchronization request signal generator 10 and below is the first
This is the same as in Examples N to 3 of the above.
【0059】第5の実施例では各同期対象レジスタ19
のビット長を全プロセッサ台数分だけ備えていればプロ
セッサ台数がいくつであっても、どのプロセッサの間で
も同期処理を行うことができる。In the fifth embodiment, each synchronization target register 19
No matter how many processors there are, the synchronous processing can be performed between any of the processors as long as the bit lengths of all the processors are provided.
【0060】また、同期対象レジスタ19は各プロセッ
サ中の演算などに使用する汎用レジスタと共用すること
ができる。この場合は同期対象レジスタ19の追加によ
るハードウェア量増加を抑さえることができる。Further, the synchronization target register 19 can be shared with a general-purpose register used for calculation in each processor. In this case, an increase in the amount of hardware due to the addition of the synchronization target register 19 can be suppressed.
【0061】第4の実施例においては同期対象プロセッ
サは命令語中で指定するが、ソフトウェアのコンパイル
時に各タスクがどのプロセッサ上で実行されるかを指定
するのは不可能である。逆にコンパイル時に各タスクを
実行するプロセッサを指定してバリア同期命令の同期プ
ロセッサ指定フィールドを決めてしまうと、各タスクを
コンパイル時に指定したプロセッサに必ず割り当てて実
行しなければならずシステムの柔軟な運用ができなくな
る。In the fourth embodiment, the synchronization target processor is specified in the instruction word, but it is impossible to specify on which processor each task will be executed when the software is compiled. Conversely, if you specify the processor that executes each task at compile time and decide the synchronous processor specification field of the barrier synchronization instruction, you must assign each task to the processor specified at compile time and execute it. It becomes impossible to operate.
【0062】次に、この問題の解決方法を示す本発明の
第6の実施例について図面を参照して説明する。Next, a sixth embodiment of the present invention showing a solution to this problem will be described with reference to the drawings.
【0063】本発明の第6の実施例では図5のバリア同
期命令の同期対象プロセッサ指定フィールドを、物理的
なプロセッサ番号ではなく、コンパイル時に決定可能な
論理的なタスク番号を指定するフィールドに変更する。
すなわち、値“1”のビットに対応するタスクが同期対
象のタスクである。In the sixth embodiment of the present invention, the synchronization target processor designation field of the barrier synchronization instruction of FIG. 5 is changed to a field which designates a logical task number which can be determined at compile time, instead of a physical processor number. To do.
That is, the task corresponding to the bit having the value “1” is the task to be synchronized.
【0064】各プロセッサは同期処理要求有効ビットに
バリア同期命令の同期対象タスク指定フィールドをその
まま連結して同期処理要求信号を生成し同期処理部の送
出する。Each processor concatenates the synchronization target task designation field of the barrier synchronization instruction to the synchronization processing request valid bit as it is to generate a synchronization processing request signal and sends it to the synchronization processing unit.
【0065】さらに、図8に示すように同期処理部に同
期対象タスク番号を、各タスクが実際に割り当てられて
いるプロセッサ番号に変換する機構を追加する。同期処
理部では、同期処理要求信号の同期対象タスク番号を実
プロセッサ番号に変換して同期要求信号生成部10に入
力する。Further, as shown in FIG. 8, a mechanism for converting the synchronization target task number into the processor number to which each task is actually assigned is added to the synchronization processing section. The synchronization processing unit converts the synchronization target task number of the synchronization processing request signal into a real processor number and inputs it to the synchronization request signal generation unit 10.
【0066】各タスクがどのプロセッサに割り付けられ
ているかをレジスタ9により管理する。レジスタ9の各
ビットは各プロセッサに対応し、値“1”のビットが対
応するタスクが割付られているプロセッサである。この
レジスタ9はタスク番号フィールドのビット長文を1セ
ットとし、ジョブ番号に対応して複数セット持つ。The register 9 manages which processor each task is assigned to. Each bit of the register 9 corresponds to each processor, and the task corresponding to the bit of the value "1" is assigned to the processor. This register 9 has one set of bit length sentences in the task number field, and has a plurality of sets corresponding to job numbers.
【0067】本実施例により、システムの柔軟な運用が
可能になる。This embodiment enables flexible operation of the system.
【0068】[0068]
【発明の効果】以上説明したように、本発明によってマ
ルチプロセッサの各プロセッサ間、タスク間の同期制御
を柔軟かつ効率的に行うことができるようになる。As described above, according to the present invention, it becomes possible to flexibly and efficiently perform synchronization control between processors of a multiprocessor and between tasks.
【図1】本発明の第1の実施例を示す図。FIG. 1 is a diagram showing a first embodiment of the present invention.
【図2】図1における第1の実施例中の同期制御部の構
成を示す図。FIG. 2 is a diagram showing a configuration of a synchronization control unit in the first embodiment in FIG.
【図3】本発明の第2の実施例を示す図。FIG. 3 is a diagram showing a second embodiment of the present invention.
【図4】本発明の第3の実施例における同期制御部の構
成を示す図。FIG. 4 is a diagram showing a configuration of a synchronization control unit according to a third embodiment of the present invention.
【図5】本発明の第4の実施例の同期命令のフォーマッ
トの一例を示す図。FIG. 5 is a diagram showing an example of a format of a synchronization instruction according to a fourth embodiment of the present invention.
【図6】本発明の第5の実施例の同期命令のフォーマッ
トの一例を示す図。FIG. 6 is a diagram showing an example of a format of a synchronization instruction according to a fifth embodiment of the present invention.
【図7】本発明の第5の実施例の同期制御部の構成を示
す図。FIG. 7 is a diagram showing a configuration of a synchronization control unit according to a fifth embodiment of the present invention.
【図8】本発明の第6の実施例の同期制御部の構成を示
す図。FIG. 8 is a diagram showing a configuration of a synchronization control unit according to a sixth embodiment of the present invention.
C 同期制御部 P プロセッサ 14 同期カウンタ 10 同期要求信号生成部 11 同期要求信号送出部 12 同期要求信号受信回路 13 同期カウンタ制御回路 15 ディクリメンタ 16 コンパレータ 20 同期処理要求信号 21 同期完了信号 22 他プロセッサに対する同期制御部への同期要求
信号 23 他プロセッサに対する同期制御部からの同期要
求信号 24 同期要求信号 25 同期要求信号受信信号 26 同期カウンタの現在値 27 ディクリメンタ15の出力 28 同期カウンタ14の入力セレクタ制御信号 29 (同期プロセッサ数)−1C synchronization control unit P processor 14 synchronization counter 10 synchronization request signal generation unit 11 synchronization request signal transmission unit 12 synchronization request signal reception circuit 13 synchronization counter control circuit 15 decrementer 16 comparator 20 synchronization processing request signal 21 synchronization completion signal 22 synchronization with other processors Synchronization request signal to control unit 23 Synchronization request signal from synchronization control unit to other processor 24 Synchronization request signal 25 Synchronization request signal reception signal 26 Current value of synchronization counter 27 Output of decrementer 15 28 Input selector control signal of synchronization counter 29 (Number of synchronous processors) -1
Claims (8)
プロセッサのそれぞれが実行されたそれぞれの命令列に
応じて生成された同期要求信号により自プロセッサに割
り当てられたタスク間で必要な同期を取るマルチプロセ
ッサシステムであって、 前記プロセッサのそれぞれは同期制御部と、これら同期
制御部を接続するプロセッサ間ネットワークとを備え、 前記同期制御部はそれぞれ自プロセッサと同期を取る対
象のプロセッサのうち、同期処理に達したプロセッサ数
を数える同期計数手段と、 自プロセッサや他プロセッサからの同期要求信号を受信
する同期要求信号受信手段と、 この同期要求信号受信手段からの同期要求信号に基づい
て前記同期計数手段の値を制御する制御手段と、 自プロセッサによる同期命令の実行後前記同期計数手段
の値を監視して同期対象のプロセッサ全てと同期が完了
したことを確認して同期完了信号を生成する同期完了信
号生成手段と、 自プロセッサによる同期処理実行後この同期完了信号生
成手段による同期完了信号生成まで自プロセッサの後続
命令処理を抑止する抑止手段とを含むことを特徴とする
マルチプロセッサシステム。1. A multi-processor that takes necessary synchronization between tasks assigned to its own processor by a synchronization request signal generated according to each instruction sequence executed by each of a plurality of processors connected via a network. In the processor system, each of the processors includes a synchronization control unit and an inter-processor network connecting the synchronization control units, and the synchronization control unit is a synchronization processing unit among the processors to be synchronized with the own processor. Synchronization counting means for counting the number of processors that have reached, synchronization request signal receiving means for receiving a synchronization request signal from its own processor or another processor, and the synchronization counting means based on the synchronization request signal from the synchronization request signal receiving means. Control means for controlling the value of the Synchronization completion signal generation means for monitoring the value of the stage and confirming that synchronization has been completed with all the synchronization target processors, and a synchronization completion signal generation means for executing synchronization processing by the own processor and synchronization by this synchronization completion signal generation means A multiprocessor system comprising: a suppression unit that suppresses subsequent instruction processing of its own processor until the completion signal is generated.
トと少なくとも1個の同期対象プロセッサ番号からな
り、 前記同期要求信号受信手段は同期要求信号の受信に応答
して同期対象プロセッサ数と同期計数手段の更新要求を
前記制御手段に送出し、 前記制御手段は前記同期計数手段の更新要求と前記同期
対象プロセッサ数の受信に応答して、前記同期計数手段
の現在の値が“0”の場合は(同期対象プロセッサ数−
1)をセットし、前記同期計数手段の現在の値が非
“0”の場合は前記同期計数手段の値を変化させ、 前記同期完了信号生成手段は前記同期計数手段の値が
“0”のときに同期完了信号を生成することを特徴とす
る請求項1記載のマルチプロセッサシステム。2. The synchronization request signal comprises a synchronization request valid bit and at least one synchronization target processor number, and the synchronization request signal receiving means responds to the reception of the synchronization request signal by counting the number of synchronization target processors and the synchronization count. A request to update the means to the control means, and the control means responds to the update request to the synchronization counting means and the reception of the number of processors to be synchronized, and the current value of the synchronization counting means is "0". Is the number of processors to be synchronized −
1) is set, and when the current value of the synchronization counting means is not "0", the value of the synchronization counting means is changed, and the synchronization completion signal generating means sets the value of the synchronization counting means to "0". The multiprocessor system according to claim 1, wherein the synchronization completion signal is sometimes generated.
前記同期要求信号生成命令を挿入し、前記プロセッサが
前記同期要求信号生成命令を実行すると同期要求信号を
生成することを特徴とする請求項1または請求項2記載
のマルチプロセッサシステム。3. The processor according to claim 1, wherein each of the processors inserts the synchronization request signal generation instruction into an instruction sequence, and generates a synchronization request signal when the processor executes the synchronization request signal generation instruction. Alternatively, the multiprocessor system according to claim 2.
ネットワークは、共有メモリ−プロセッサ間のネットワ
ークとは別の、独立した各プロセッサ間ネットワークで
あることを特徴とする請求項1、請求項2または請求項
3のマルチプロセッサシステム。4. The interprocessor network connecting the synchronization control unit is an independent interprocessor network different from the shared memory-processor network. The multiprocessor system according to claim 3.
数備えるとともに前記各同期計数手段と前記各プロセッ
サが実行しているジョブのジョブ番号を対応付ける手段
を備え、前記各同期計数手段をシステム中で同時に実行
されている各ジョブに割り当てて各ジョブ毎にタスク間
同期を取ることを特徴とする請求項1、請求項2、請求
項3および請求項4記載のマルチプロセッサシステム。5. The synchronization control section includes a plurality of the synchronization counting means and means for associating each synchronization counting means with a job number of a job executed by each processor, and each synchronization counting means in the system. 5. The multiprocessor system according to claim 1, claim 2, claim 3, or claim 4, wherein tasks are synchronized for each job by allocating to each job that is being executed simultaneously.
命令種別フィールドと物理的な同期対象プロセッサ番号
をビット単位で示すフィールドからなり、前記同期制御
部は前記各プロセッサが前記同期命令を実行すると前記
同期対象プロセッサ番号で示されるプロセッサに対し同
期要求信号を送出することを特徴とする請求項1、請求
項2、請求項3、請求項4および請求項5記載のマルチ
プロセッサシステム。6. The instruction for generating the synchronization request signal comprises:
An instruction type field and a field indicating a physical synchronization target processor number in bit units, and the synchronization control unit sends a synchronization request signal to the processor indicated by the synchronization target processor number when each processor executes the synchronization instruction. 6. The multiprocessor system according to claim 1, claim 2, claim 3, claim 4 or claim 5, which sends out.
命令種別フィールドと論理的な同期対象タスク番号をビ
ット単位で示すフィールドからなり、前記同期制御部は
前記同期対象タスク番号を該タスクが割り当てられてい
る物理的なプロセッサ番号に変換する手段を備え、前記
同期制御部は前記各プロセッサが前記同期命令を実行す
ると該物理プロセッサ番号で示されるプロセッサに対し
同期要求信号を送出することを特徴とする請求項1、請
求項2、請求項3、請求項4、および請求項5記載のマ
ルチプロセッサシステム。7. The instruction for generating the synchronization request signal comprises:
An instruction type field and a field indicating a logical synchronization target task number in bit units, and the synchronization control unit includes means for converting the synchronization target task number into a physical processor number to which the task is allocated. 4. The synchronization control unit sends a synchronization request signal to the processor indicated by the physical processor number when each of the processors executes the synchronization instruction. 4. The multiprocessor system according to claim 4, and claim 5.
ロセッサ番号を示す同期対象レジスタを少なくとも1個
備え、前記同期要求信号生成のための命令は、命令種別
フィールドと、前記同期制御部のそれぞれが前記同期対
象レジスタを複数備える場合には前記同期対象レジスタ
番号を指定するフィールドとからなり、前記同期制御部
は前記プロセッサのそれぞれが前記同期命令を実行する
と前記同期対象レジスタで示されるプロセッサに対し同
期要求信号を送出することを特徴とする請求項1、請求
項2、請求項3、請求項4および請求項5記載のマルチ
プロセッサシステム。8. Each synchronization control unit includes at least one synchronization target register indicating a physical synchronization target processor number, and an instruction for generating the synchronization request signal includes an instruction type field and an instruction type field of the synchronization control unit. When each of the plurality of synchronization target registers is provided, the synchronization target register number and a field for designating the synchronization target register number are included, and the synchronization control unit controls the processor indicated by the synchronization target register when each of the processors executes the synchronization instruction. The multiprocessor system according to claim 1, claim 2, claim 3, claim 4, or claim 5, which transmits a synchronization request signal.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP5336200A JP2780623B2 (en) | 1993-12-28 | 1993-12-28 | Information processing device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP5336200A JP2780623B2 (en) | 1993-12-28 | 1993-12-28 | Information processing device |
Publications (2)
Publication Number | Publication Date |
---|---|
JPH07200486A true JPH07200486A (en) | 1995-08-04 |
JP2780623B2 JP2780623B2 (en) | 1998-07-30 |
Family
ID=18296676
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP5336200A Expired - Fee Related JP2780623B2 (en) | 1993-12-28 | 1993-12-28 | Information processing device |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2780623B2 (en) |
Cited By (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101625637A (en) * | 2008-07-08 | 2010-01-13 | 索尼株式会社 | Processor |
WO2012124078A1 (en) * | 2011-03-16 | 2012-09-20 | 富士通株式会社 | Synchronization method, multi-core processor system, and synchronization system |
JP2012244529A (en) * | 2011-05-23 | 2012-12-10 | Renesas Electronics Corp | Data processing system |
US8416702B2 (en) | 2008-02-08 | 2013-04-09 | Nec Corporation | Network switch, path setting method, and program |
JP2016501414A (en) * | 2012-12-06 | 2016-01-18 | コーヒレント・ロジックス・インコーポレーテッド | Processing system including synchronous instructions |
Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH05290005A (en) * | 1992-04-10 | 1993-11-05 | Fujitsu Ltd | Load uniformalizing method for parallel processing |
-
1993
- 1993-12-28 JP JP5336200A patent/JP2780623B2/en not_active Expired - Fee Related
Patent Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH05290005A (en) * | 1992-04-10 | 1993-11-05 | Fujitsu Ltd | Load uniformalizing method for parallel processing |
Cited By (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8416702B2 (en) | 2008-02-08 | 2013-04-09 | Nec Corporation | Network switch, path setting method, and program |
CN101625637A (en) * | 2008-07-08 | 2010-01-13 | 索尼株式会社 | Processor |
JP2010020363A (en) * | 2008-07-08 | 2010-01-28 | Sony Corp | Arithmetic processing unit |
WO2012124078A1 (en) * | 2011-03-16 | 2012-09-20 | 富士通株式会社 | Synchronization method, multi-core processor system, and synchronization system |
US20140019717A1 (en) * | 2011-03-16 | 2014-01-16 | Fujitsu Limited | Synchronization method, multi-core processor system, and synchronization system |
JP5780292B2 (en) * | 2011-03-16 | 2015-09-16 | 富士通株式会社 | Synchronization method, multi-core processor system, and synchronization system |
US9558152B2 (en) | 2011-03-16 | 2017-01-31 | Fujitsu Limited | Synchronization method, multi-core processor system, and synchronization system |
JP2012244529A (en) * | 2011-05-23 | 2012-12-10 | Renesas Electronics Corp | Data processing system |
JP2016501414A (en) * | 2012-12-06 | 2016-01-18 | コーヒレント・ロジックス・インコーポレーテッド | Processing system including synchronous instructions |
JP2018116735A (en) * | 2012-12-06 | 2018-07-26 | コーヒレント・ロジックス・インコーポレーテッド | Processing system including synchronization instruction |
Also Published As
Publication number | Publication date |
---|---|
JP2780623B2 (en) | 1998-07-30 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP3636871B2 (en) | Parallel processor system | |
EP0438021B1 (en) | Synchronization instruction for multiple processor network | |
JPH02238553A (en) | Multiprocessor system | |
EP0712076A2 (en) | System for distributed multiprocessor communication | |
JPH11224205A (en) | Process control system | |
US6507809B1 (en) | Method and system for simulating performance of a computer system | |
JPH04312160A (en) | Multiprocessor system and its message transmission and reception controller | |
US4692861A (en) | Microcomputer with interprocess communication | |
JP2006518505A (en) | Processor network | |
JPH04350758A (en) | Workstation having multiprocessing capability | |
US6473821B1 (en) | Multiple processor interface, synchronization, and arbitration scheme using time multiplexed shared memory for real time systems | |
JP2021089715A (en) | System and method for synchronizing communications between multiple processors | |
JP2780623B2 (en) | Information processing device | |
US6516403B1 (en) | System for synchronizing use of critical sections by multiple processors using the corresponding flag bits in the communication registers and access control register | |
JP2003271574A (en) | Data communication method for shared memory type multiprocessor system | |
JP2877095B2 (en) | Multiprocessor system | |
US11301308B2 (en) | Method for synchronized operation of multicore processors | |
EP1211603A1 (en) | Interface for multi-processor | |
JP2708172B2 (en) | Parallel processing method | |
JP2001022720A (en) | Multiprocessor system | |
JPH11306038A (en) | Units and method for parallel operation processing | |
JPH11306149A (en) | Parallel arithmetic processor and method therefor | |
JPH02105961A (en) | Multiprocessor synchronization system | |
JPS6326907B2 (en) | ||
JPS6315628B2 (en) |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 19980414 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20090515 Year of fee payment: 11 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20100515 Year of fee payment: 12 |
|
LAPS | Cancellation because of no payment of annual fees |