JPH02170261A - Parallel arithmetic unit - Google Patents

Parallel arithmetic unit

Info

Publication number
JPH02170261A
JPH02170261A JP32521288A JP32521288A JPH02170261A JP H02170261 A JPH02170261 A JP H02170261A JP 32521288 A JP32521288 A JP 32521288A JP 32521288 A JP32521288 A JP 32521288A JP H02170261 A JPH02170261 A JP H02170261A
Authority
JP
Japan
Prior art keywords
processors
processor
sub
module
flag
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP32521288A
Other languages
Japanese (ja)
Inventor
Nobuaki Takanashi
伸彰 高梨
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 Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP32521288A priority Critical patent/JPH02170261A/en
Publication of JPH02170261A publication Critical patent/JPH02170261A/en
Pending legal-status Critical Current

Links

Landscapes

  • Multi Processors (AREA)

Abstract

PURPOSE:To detect a specific subprocessor that is through with its operation by preparing the flags to produce the end signals for each of plural processors showing the end of their operations. CONSTITUTION:An interruption line 100 kept in an active low state is activated and outputted at the time point when all processors finished their arithmetic processes in one of plural modules. Thus it is detected via the line 100 that all processors of a certain module finished their arithmetic processes. In addition, the flags (1)21-(N)29 serving as the end signals showing the end of the arithmetic operation of each processor are connected to a bus 110 connecting the modules in common to each other as the status flags 41-49 set for each corresponding module. Thus it is possible to detect which subprocessor has finished arithmetic process with use of another mainprocessor installed.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は複数プロセッサの同期を取って並列演算を実行
する並列演算装置に関するものである。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a parallel computing device that synchronizes a plurality of processors and executes parallel computing.

〔従来の技術〕[Conventional technology]

従来、複数のプロセッサを用いて演算を並行して実行す
る並列計算機システムにおいて、−台のメインプロセッ
サと複数のサブプロセッサからなり、複数のサブプロセ
ッサの各々に設けられた終了フラグの値により、サブプ
ロセッサとのデータ通信を行う並列演算装置があった。
Conventionally, in a parallel computer system that uses multiple processors to execute operations in parallel, it consists of - main processors and multiple sub-processors, and the sub-processor is There was a parallel computing device that communicated data with the processor.

この装置における終了フラグは、第一として各ザブプロ
セッサ毎に独立に設けられたデータメモリ上におかれる
場合と、第二として前記メインプロセッサが持つデータ
メモリ内におかれる場合とかある。
The end flag in this device may be placed first in a data memory provided independently for each subprocessor, or secondly placed in a data memory possessed by the main processor.

前記第一の構成において各サブプロセッサは、他のサブ
プロセッサの動作と無関係に当該プロセッサに接続され
たデータメモリに終了フラグを書き込むことができる。
In the first configuration, each sub-processor can write an end flag to a data memory connected to the processor, regardless of the operations of other sub-processors.

メインプロセッサは全サブプロセッサの終了フラグを順
次読み出し、演算が終了したことを確認した後、各サブ
プロセッサの演算結果の収集及び次の計算のためのデー
タの分配を行う。
The main processor sequentially reads the completion flags of all sub-processors and after confirming that the calculations have been completed, collects the calculation results of each sub-processor and distributes the data for the next calculation.

前記第二の構成において各サブプロセッサは、メインプ
ロセッサに接続されたデータメモリに終了フラグを書き
込むが、他のサブプロセッサと共通にメインプロセッサ
に接続されたメモリへの書き込みを行うため、プロセッ
サ間のメモリアクセスの調停が必要である。メインプロ
セッサは各サブプロセッサが書き込んだ終了フラグを読
みだし、演算が終了したことを確認した後、各サブプロ
セッサの演算結果の収集及び次の計算のためのデータの
分配を行う。
In the second configuration, each sub-processor writes the end flag to the data memory connected to the main processor, but since it writes to the memory connected to the main processor in common with other sub-processors, there is no communication between the processors. Memory access arbitration is required. The main processor reads the end flags written by each sub-processor, confirms that the calculations have been completed, and then collects the calculation results of each sub-processor and distributes the data for the next calculation.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

上述した従来の第一の並列演算装置では、各サブプロセ
ッサが独立に終了フラグの設定を行うことができるが、
メインプロセッサは全プロセッサの終了フラグを定期的
、かつ、順次読みだす必要があり、メインプロセッサ上
の処理効率を低下させてしまう。また、上述した従来の
第二の並列演算装置では、従来の第一の並列演算装置と
同様に、メインプロセッサが全プロセッサの終了フラグ
を定期的、かつ、順次読みだす必要があり、メインプロ
セッサ上の処理効率を低下させてしまう、一方、各サブ
プロセッサは、他のサブプロセッサと共通にメインプロ
セッサに接続されたメモリへの書き込みを行うため、サ
ブプロセッサ間のメモリアクセスの調停が必要であり、
サブプロセッサの処理効率を低下させてしまう。その上
、前記調停期間及びデータ書き込み期間はメインプロセ
ッサの処理を停止させてしまい、メインプロセッサ上の
処理効率をさらに低下させてしまう等、種々の課題があ
った。
In the first conventional parallel processing device described above, each subprocessor can independently set the end flag.
The main processor must periodically and sequentially read out the end flags of all processors, which reduces processing efficiency on the main processor. Furthermore, in the above-mentioned second conventional parallel processing device, as in the first conventional parallel processing device, the main processor must periodically and sequentially read the end flags of all processors. On the other hand, since each sub-processor writes to the memory connected to the main processor in common with other sub-processors, it is necessary to mediate memory access between sub-processors.
This reduces the processing efficiency of the sub-processor. Furthermore, there are various problems such as the processing of the main processor being stopped during the arbitration period and the data writing period, further reducing the processing efficiency on the main processor.

本発明の目的は、これらの課題を解決した並列演算装置
を提供することにある。
An object of the present invention is to provide a parallel computing device that solves these problems.

〔課題を解決するための手段〕[Means to solve the problem]

本発明の並列演算装置の構成は、1モジュールに複数の
プロセッサを設置し、複数のモジュールを用いて演算を
並行して実行する並列計算機システムにおいて、前記複
数のプロセッサと、演算終了を示す前記複数のプロセッ
サ毎に設置した終了信号を発生するフラグと、同一モジ
ュール内に設置された複数の前記終了信号と接続され前
記終了信号の全ての論理積をとった結果を出力する各モ
ジュール毎に設置されたアンドゲートと、前記各モジュ
ール間に共通に接続されるバスと、全ての前記複数のア
ンドゲートに接続されてなる割り込み線とからなること
を特徴とする。
The configuration of the parallel processing device of the present invention is such that in a parallel computer system in which a plurality of processors are installed in one module and operations are executed in parallel using the plurality of modules, the plurality of processors and the plurality of processors indicating the completion of the operation are provided. A flag is installed in each processor to generate a termination signal, and a flag is connected to a plurality of the termination signals installed in the same module and installed in each module to output the result of ANDing all the termination signals. The present invention is characterized by comprising: a plurality of AND gates, a bus commonly connected between the respective modules, and an interrupt line connected to all the plurality of AND gates.

〔作用〕[Effect]

本発明に従う並列演算装置の原理作用について図面を用
いて説明する。
The principle operation of the parallel arithmetic device according to the present invention will be explained using the drawings.

第1図は本発明の原理作用を示すブロック図であり、本
発明は複数のプロセッサすなわち、プロセッサ(]、、
> 11 、プロセッサ(2>12.・・・・・・プロ
セッサ(K−1> 14. 、プロセッサ(K)15.
プロセッサ(K+1.> 16 、・・・・・・プロセ
ッサ(N)1.9を用いて演算を並行して実行する並列
計算機システムの構成に関するものである。
FIG. 1 is a block diagram showing the principle operation of the present invention.
> 11, Processor (2>12... Processor (K-1> 14., Processor (K) 15.
The present invention relates to the configuration of a parallel computer system that executes operations in parallel using processors (K+1.>16, . . . processors (N) 1.9).

本発明に従う前記複数プロセッサは、それぞれ演算終了
を示す終了信号を発生するフラグ(1)21、フラグ(
2)22.・・・・・・フラグ゛(K−1)24フラグ
(K)25.フラグ(K目)26.・・・・・・フラグ
(N)29を備えている。各プロセッサは処理が終わる
と、当該終了信号をアクティブにする。但し、ここでは
説明の便宜上特に断わらない限り、正論理を用いること
とし、アクティブであるとは論理レベルが1またはHで
あることとする。但し、アクティブローという場合、負
論理を用いることを示し、アクティブであるとは論理レ
ベルがOまたはLであることとする。
The plurality of processors according to the present invention each generate a flag (1) 21 and a flag (
2)22. ...Flag (K-1) 24 Flag (K) 25. Flag (Kth) 26. ...Flag (N) 29 is provided. When each processor finishes processing, it activates the end signal. However, for convenience of explanation, positive logic will be used here unless otherwise specified, and active means that the logic level is 1 or H. However, "active low" indicates that negative logic is used, and "active" means that the logic level is O or L.

前記複数プロセッサの内、第1のモジュールであるモジ
ュール1に含まれる、第1のプロセッサ(1)11の演
算終了を示す終了信号であるフラグ(1)21、第2の
プロセッサ(2>12の演算終了を示す終了信号である
フラグ(2)22、・・・・・・第に1のプロセッサ(
K−1)14の演算終了を示す終了信号であるフラグ(
K−1>24は、第1のアンドゲート51により論理積
がとられ、そり〕結果が第1のアンドゲート出力31と
して出力される。同様にして、第2のモジュールである
モジュール2に含まれる全てのプロセッサの終了信号は
アンドゲー1〜52により論理積がとられ、その結果が
第1のアンドゲート出力32として出力される等、該当
システムに含まれる全てのモジュールに付いて、同様に
モジュール等のプロセッサの終了信号か”論理積をとら
れてアンドゲート出力として出力される。
Among the plurality of processors, the flag (1) 21, which is an end signal indicating the end of the calculation of the first processor (1) 11 included in the first module, module 1, and the second processor (2>12) Flag (2) 22, which is an end signal indicating the end of the calculation, ......The first processor (
K-1) A flag (
K-1>24 is ANDed by the first AND gate 51, and the result is output as the first AND gate output 31. Similarly, the end signals of all the processors included in module 2, which is the second module, are ANDed by AND gates 1 to 52, and the result is output as the first AND gate output 32, etc. Similarly, for all the modules included in the system, the end signals of the processors of the modules are logically ANDed and output as an AND gate output.

一方、全ての前記アンドゲート51、アンドゲート52
、・・・・・・アンドゲート59はオーブンコレクタ出
力もしくはスリーステート出力により構成され、その出
力31.32、・・・・・・39は共通に割り込み線1
00に接続される。また、全ての前記アンドゲート出力
はアクティブローとし、該当するアンドゲート入力全て
がアクティブとなった場合に出力がアクティブすなわち
、ローレベルとなるよう構成することにより、いずれか
の出力がアクティブとなったときに、アクティブローで
ある割り込み線100をアクティブとすることができる
On the other hand, all the AND gates 51 and 52
, . . . AND gate 59 is composed of oven collector output or three-state output, and its outputs 31, 32, . . . 39 are commonly connected to interrupt line 1.
Connected to 00. In addition, all of the AND gate outputs are active low, and by configuring the output to become active, that is, low level, when all the corresponding AND gate inputs become active, any output becomes active. At times, interrupt line 100, which is active low, may be active.

第1図に示す本発明の構成によれば、前記複数モジュー
ルに付いて、いずれかのモジュール内の全プロセッサの
演算処理が終了した時点で、アクティブローである前記
割り込み線100がアクティブとなって出力される。こ
のため、前記複数のプロセッサをサブプロセッサとし、
別に設けたメインプロセッサ間とのデータ授受により並
列処理を実現するシステムに応用した場合、前記割り込
み線100を用いていずれかのモジュール内の全サブプ
ロセッサが演算処理を終了したことを検出することがで
きる。
According to the configuration of the present invention shown in FIG. 1, the interrupt line 100, which is active low, becomes active when the arithmetic processing of all the processors in any one of the plurality of modules is completed. Output. For this reason, the plurality of processors are made sub-processors,
When applied to a system that realizes parallel processing by exchanging data between separately provided main processors, it is possible to use the interrupt line 100 to detect that all sub-processors in any module have completed arithmetic processing. can.

更に、前記各プロセッサの演算終了を示す終了信号であ
るフラグ(1)21.フラグ(2)22、・・・・・・
フラグ(N)29を、それぞれ該当するモジュール毎に
ステータスフラグ41.42、・・・・・・49として
各モジュール間に共通に接続されるバス110に接続す
ることにより、前記割に設けたメインプロセッサから何
れのサブプロセッサが演算を終了したかを検出すること
が可能となる。
Furthermore, a flag (1) 21. Flag (2) 22,...
By connecting the flag (N) 29 to the bus 110 that is commonly connected between the modules as status flags 41, 42, . . . 49 for each corresponding module, the main It becomes possible to detect from the processor which subprocessor has completed the calculation.

〔実施例〕〔Example〕

本発明の具体的な実施例について図面を用いて説明する
Specific embodiments of the present invention will be described with reference to the drawings.

第2図は本発明の一実施例を示すブロック図である。図
において、複数のサブプロセッサであるプロセッサ(1
)11、プロセッサ(2)12・・・・・・プロセッサ
(K−1) 14 、プロセッサ(K)15.プロセッ
サ(K−1> 16 、・・・・・・プロセッサ(N)
19がメインプロセッサ10と並行して演算処理を実行
する。本実施例に示した並列演算装置において、複数の
す・ブプロセッサは、それぞれ演算終了を示す終了信号
であるフラグ(1)21.フラグ(2)22、・・・・
・・フラグ(K−1) 24 、フラグ(K)25フラ
グ(K−1) 26 、・・・・・・フラグ(N)29
を備えている。各プロセッサは処理が終わると終了信号
をアクティブにする。
FIG. 2 is a block diagram showing one embodiment of the present invention. In the figure, a processor (1
) 11, Processor (2) 12... Processor (K-1) 14, Processor (K) 15. Processor (K-1>16,...Processor (N)
19 executes arithmetic processing in parallel with the main processor 10. In the parallel computing device shown in this embodiment, each of the plurality of processors has a flag (1) 21. Flag (2) 22,...
...Flag (K-1) 24, Flag (K) 25 Flag (K-1) 26, ...Flag (N) 29
It is equipped with Each processor activates a termination signal when processing is completed.

また、各プロセッサにはプロセッサ毎に独立したデータ
メモリ61.62.64.65.66.69がそれぞれ
接続されており、同時にデータメモリはメインプロセッ
サ10とバス110を介して接続されている。複数のサ
ブプロセッサを用いた並列演算処理においては、まず、
あるモジュールに含まれる複数のサブプロセッサ全てが
演算を終了していることをメインプロセッサ10が確認
した後、モジュール内の各サブプロセッサ毎に接続され
たデータメモリに、演算に必要なデータが分配される。
Furthermore, independent data memories 61, 62, 64, 65, 66, and 69 are connected to each processor, respectively, and at the same time, the data memories are connected to the main processor 10 via a bus 110. In parallel arithmetic processing using multiple subprocessors, first,
After the main processor 10 confirms that all of the plurality of subprocessors included in a certain module have completed their calculations, the data necessary for the calculation is distributed to the data memory connected to each subprocessor in the module. Ru.

各サブプロセッサはデータメモリにデータが書き込まれ
たことを検出すると、あらかじめサブプロセッサ毎に指
定された演算処理を実行する。
When each sub-processor detects that data has been written to the data memory, it executes arithmetic processing specified in advance for each sub-processor.

演算を終了すると、終了信号であるフラグ21〜29を
アクティブとし、メインプロセッサ10に演算終了を通
知する。前述の作用の項にて詳細に動作原理を示した通
り、割り込み線100がアクティブになることにより、
メインプロセッサ10がいずれかのモジュール内の全サ
ブプロセッサの演算終了を検出すると、該当するモジュ
ール内の各プロセッサ毎のデータメモリから演算結果を
収集する。
When the computation is completed, flags 21 to 29, which are completion signals, are activated to notify the main processor 10 of the completion of the computation. As explained in detail in the operation section above, when the interrupt line 100 becomes active,
When the main processor 10 detects the completion of computations of all sub-processors in any module, it collects the computation results from the data memory of each processor in the corresponding module.

第2図に示す実施例によれば、複数の全サブプロセッサ
の内、あるモジュールに属する全プロセッサの演算処理
が終了した時点で、アクティブローである割込み線10
0がアクティブとなって出力される。この時、割り込み
線100をメインプロセッサ10の割込入力に接続する
ことにより、メインプロセッサ10が順次各サブプロセ
ッサの終了信号を確認することなしに、あるモジュール
上の全サブプロセッサの演算終了を知ることができる。
According to the embodiment shown in FIG. 2, when the arithmetic processing of all processors belonging to a certain module among all the plurality of sub-processors is completed, the interrupt line 10 which is active low
0 becomes active and is output. At this time, by connecting the interrupt line 100 to the interrupt input of the main processor 10, the main processor 10 knows that the calculations of all sub-processors on a certain module have finished without sequentially checking the completion signal of each sub-processor. be able to.

図に示した構成によれば、各サブプロセッサは他のプロ
セッサと独立に終了フラグの出力を行うことができ、サ
ブプロセッサの処理効率の低下を避けることができる。
According to the configuration shown in the figure, each sub-processor can output the end flag independently of other processors, and a decrease in the processing efficiency of the sub-processors can be avoided.

また、メインプロセッサは割込がかかるまでサブプロセ
ッサの演算終了状況を定期的、かつ、順次確認する必要
はなく、メインプロセッサの処理効率を低下させること
もない。
Furthermore, the main processor does not need to regularly and sequentially check the computation completion status of the sub-processors until an interrupt occurs, and the processing efficiency of the main processor does not decrease.

更に、本実施例に示す構成によれば、複数のモジュール
で並列に演算を実行している場合にも、演算処理を終了
したモジュールを効率よく検出することが可能である。
Furthermore, according to the configuration shown in this embodiment, even when a plurality of modules are executing arithmetic operations in parallel, it is possible to efficiently detect a module that has completed arithmetic processing.

また、演算処理を続行中のモジュールとは無関係に、処
理を終了したモジュールに対してのみ演算結果の収集と
次の演算に必要なデータの分配を行うためのデータの転
送を実施することができる。
In addition, data can be transferred only to modules that have completed processing to collect calculation results and distribute the data necessary for the next calculation, regardless of the module that is continuing calculation processing. .

以上の各ブロックの構成及び動作は同業者に容易に類推
成しうるちのであり、さらに詳細な説明は省略する。
The configuration and operation of each block described above can be easily deduced by analogy to those skilled in the art, and further detailed explanation will be omitted.

以上本発明の実施例について正論理により論理積をとる
構成を用いて詳細に述べたが、本発明を負論理により論
理和をとる装置に適用することは容易である。また、1
台のメインプロセッサと複数台のサブプロセッサにより
並列演算を行う装置の他、複数台のメインプロセッサを
持つ装置への本発明の適用や、サブプロセッサとのデー
タ授受をメインプロセッサが直接行わずDMA (ダイ
レクトメモリアクセス)装置によって行う並列演算装置
に対して適用するなど本発明の適用形態を変更可能であ
ることは明らかである。
Although the embodiments of the present invention have been described in detail using a configuration that performs logical AND using positive logic, it is easy to apply the present invention to a device that performs logical sum using negative logic. Also, 1
In addition to devices that perform parallel calculations using one main processor and multiple sub-processors, the present invention can also be applied to devices with multiple main processors, and DMA (DMA) where the main processor does not directly exchange data with the sub-processors. It is clear that the application form of the present invention can be modified, such as application to a parallel processing device using a direct memory access) device.

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

本発明によれば、演算処理を終了したことを示す終了信
号の出力を、複数のプロセッサがそれぞれ独立に行うこ
とが可能である。この時、他のプロセッサの動作を考慮
する必要はなく、プロセッサ間のデータ出力に関する調
停作業も不要であるため、複数プロセッサの処理効率を
低下させることはない。
According to the present invention, it is possible for a plurality of processors to independently output an end signal indicating that arithmetic processing has ended. At this time, there is no need to consider the operations of other processors, and there is no need to arbitrate data output between processors, so the processing efficiency of the multiple processors is not reduced.

また、複数のプロセッサをサブプロセッサとし、演算処
理全体の同期をとるメインプロセッサを別に設ける構成
において、終了信号の論理積をモジュール毎にとったア
ン下ゲート出力をメインプロセッサの割込入力に接続す
ることにより、メインプロセッサが順次、各サブプロセ
ッサの終了信号を確認することなしに、いずれかのモジ
ュール内の全サブプロセッサの演算終了を効率良く知る
ことができる。メインプロセッサは、割込がかかるまで
サブプロセッサの演算終了状況を定期的、かつ、順次確
認する必要はなく、メインプロセッサの処理効率を低下
させることもない。さらに、各サブプロセッサが終了信
号を書き込むためにメインプロセッサ上のメモリにアク
セスすることもないため、メインプロセッサ上で行われ
ている処理が中断されることもない。
In addition, in a configuration in which multiple processors are used as sub-processors and a main processor is provided that synchronizes the entire arithmetic processing, the output of the lower gate obtained by logically ANDing the end signals for each module is connected to the interrupt input of the main processor. As a result, the main processor can efficiently know the completion of calculations of all sub-processors in any module without sequentially checking the completion signal of each sub-processor. The main processor does not need to periodically and sequentially check the computation completion status of the sub-processors until an interrupt occurs, and the processing efficiency of the main processor does not decrease. Furthermore, since each sub-processor does not access the memory on the main processor to write the termination signal, the processing being performed on the main processor is not interrupted.

更に、演算処理を終了したモジュールを検出できるため
、演算処理を続行中のモジュールとは無関係に、処理を
終了したモジュールに対してのみ演算結果の収集と次の
演算に必要なデータの分配とを行うためのデータ転送を
実施することができるという大きな特長を持つ。
Furthermore, since it is possible to detect modules that have completed calculation processing, collection of calculation results and distribution of data necessary for the next calculation can be performed only for modules that have completed processing, regardless of modules that are continuing calculation processing. It has a major feature of being able to perform data transfer for various purposes.

必要となるハードウェアの規模の観点からは、全モジュ
ール間に共通の割り込み線及びデータ転送のためのバス
のみ用意すれば十分である。従って、本発明によれば簡
単な装置構成によって前記効果を持つ並列演算装置が得
られる。
From the viewpoint of the scale of required hardware, it is sufficient to provide only common interrupt lines and a bus for data transfer between all modules. Therefore, according to the present invention, a parallel processing device having the above effects can be obtained with a simple device configuration.

以上述べた本発明によれば前記従来の課題を解決した並
列演算装置が得られる。
According to the present invention described above, a parallel computing device that solves the above-mentioned conventional problems can be obtained.

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

第1図は本発明の原理作用を示すブロック図、第2図は
本発明の一実施例を示すブロック図である。 11.12,14,15,16.19・・・プロセッサ
、21,22,24.25,26.29・・・フラグ、
31,32.39・・・アンドゲート出力、51.52
.59・・・アンドゲート、61,62゜64.65,
66.69・・・データメモリ。
FIG. 1 is a block diagram showing the principle operation of the present invention, and FIG. 2 is a block diagram showing an embodiment of the present invention. 11.12, 14, 15, 16.19... Processor, 21, 22, 24.25, 26.29... Flag,
31, 32.39...AND gate output, 51.52
.. 59...and gate, 61, 62° 64.65,
66.69...Data memory.

Claims (1)

【特許請求の範囲】[Claims] 1モジュールに複数のプロセッサを設置し、複数のモジ
ュールを用いて演算を並行して実行する並列計算機シス
テムにおいて、前記複数のプロセッサと、演算終了を示
す前記複数のプロセッサ毎に設置した終了信号を発生す
るフラグと、同一モジュール内に設置された複数の前記
終了信号と接続され前記終了信号の全ての論理積をとっ
た結果を出力する各モジュール毎に設置されたアンドゲ
ートと、前記各モジュール間に共通に接続されるバスと
、全ての前記複数のアンドゲートに接続されてなる割り
込み線とからなることを特徴とする並列演算装置。
In a parallel computer system in which a plurality of processors are installed in one module and operations are executed in parallel using the plurality of modules, the plurality of processors and an end signal installed for each of the plurality of processors indicating the end of the operation are generated. an AND gate connected to a plurality of the termination signals installed in the same module and installed in each module to output the result of ANDing all the termination signals, and an AND gate installed between each module. A parallel arithmetic device comprising a commonly connected bus and an interrupt line connected to all of the plurality of AND gates.
JP32521288A 1988-12-22 1988-12-22 Parallel arithmetic unit Pending JPH02170261A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP32521288A JPH02170261A (en) 1988-12-22 1988-12-22 Parallel arithmetic unit

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP32521288A JPH02170261A (en) 1988-12-22 1988-12-22 Parallel arithmetic unit

Publications (1)

Publication Number Publication Date
JPH02170261A true JPH02170261A (en) 1990-07-02

Family

ID=18174279

Family Applications (1)

Application Number Title Priority Date Filing Date
JP32521288A Pending JPH02170261A (en) 1988-12-22 1988-12-22 Parallel arithmetic unit

Country Status (1)

Country Link
JP (1) JPH02170261A (en)

Similar Documents

Publication Publication Date Title
JP2564805B2 (en) Information processing device
US5568617A (en) Processor element having a plurality of processors which communicate with each other and selectively use a common bus
US5555425A (en) Multi-master bus arbitration system in which the address and data lines of the bus may be separately granted to individual masters
US6363453B1 (en) Parallel processor with redundancy of processor pairs
JPS5841538B2 (en) Multiprocessor system instructions
US6647450B1 (en) Multiprocessor computer systems with command FIFO buffer at each target device
EP0240667B1 (en) Processor
JPH02170261A (en) Parallel arithmetic unit
JPH02170262A (en) Parallel arithmetic unit
JPH02114362A (en) Parallel arithmetic unit
JPS6136845A (en) Single-chip microcomputer
JPH02114361A (en) Parallel arithmetic unit
RU2665225C1 (en) Information handling unit
JPH01263858A (en) Multi-processor system
JPH0521262B2 (en)
JPH0654488B2 (en) Processor
JPH0844674A (en) Processor
Nakada et al. A clustered multiprocessor system
JPH09198355A (en) Processor system
BG60791B1 (en) Multicomputer system
JPS6143369A (en) Multi-processor system
JPS60178572A (en) Multiprocessor device
JPH04276851A (en) Parallel arithmetic unit
JPS644218B2 (en)
JPH022179B2 (en)