JPH01118953A - Multi-processor system - Google Patents

Multi-processor system

Info

Publication number
JPH01118953A
JPH01118953A JP27602087A JP27602087A JPH01118953A JP H01118953 A JPH01118953 A JP H01118953A JP 27602087 A JP27602087 A JP 27602087A JP 27602087 A JP27602087 A JP 27602087A JP H01118953 A JPH01118953 A JP H01118953A
Authority
JP
Japan
Prior art keywords
message
processor
host computer
processors
environment
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
JP27602087A
Other languages
Japanese (ja)
Inventor
Atsushi Inoue
淳 井上
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.)
Toshiba Corp
Original Assignee
Toshiba 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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP27602087A priority Critical patent/JPH01118953A/en
Publication of JPH01118953A publication Critical patent/JPH01118953A/en
Pending legal-status Critical Current

Links

Landscapes

  • Multi Processors (AREA)

Abstract

PURPOSE:To reduce the load of a host computer and to improve the overall processing performance of a multi-processor system by securing such a constitution where no need is required at the host side for retrieval of the processor numbers and user processes corresponding to the interruptions when the interruption signals are sent to the host computer from each processor. CONSTITUTION:Plural processors 1a-1n are connected to a host computer 3 via a network 2. When the users have the requests of interruptions to the computer 3 via their occupying processors 1a-1n while these processors are working, each requester processor can perform such processes needed for interruptions. That is, the message signals are transmitted to other processors used by the same user for wait, forcible stop, etc., or the user process number of the host side where the interruption is carried out is added to an interruption message to be sent to the computer 3. As a result, the load of the computer 3 is reduced and the overall system processing efficiency is improved.

Description

【発明の詳細な説明】 [発明の目的] (産業上の利用分野) 本発明はネットワークを介して接続された複数台のプロ
セッサと、これらプロセッサを制御するホスト計算機と
から構成されるマルチプロセッサシステムに関する。
[Detailed Description of the Invention] [Object of the Invention] (Industrial Application Field) The present invention relates to a multiprocessor system consisting of a plurality of processors connected via a network and a host computer that controls these processors. Regarding.

(従来の技術) 計算機技術の発展と高速計算の要求の高まりから、多数
のプロセッサを用いて処理を行うマルチプロセッサシス
テムが盛んに構築されている。
(Prior Art) Due to the development of computer technology and the increasing demand for high-speed calculation, multiprocessor systems that perform processing using a large number of processors are being actively constructed.

これらのシステムは、複数のプロセッサを用いて並列処
理を行なうことにより、高速に処理を実行することが可
能である。またこのようなシステムとして、主として演
算を担当するプロセッサ群をホスト計算機で制御する方
式のシステムがある。
These systems can perform processing at high speed by performing parallel processing using multiple processors. Furthermore, as such a system, there is a system in which a host computer controls a group of processors mainly responsible for calculations.

このようなシステムにおいて、ホスト計算機は各プロセ
ッサへのプログラム、初期データのロード等を担当する
。また同時に、ホスト計算機は各プロセッサから非同期
に送られてくる入出力要求などの割込み処理も行う必要
がある。
In such a system, the host computer is responsible for loading programs and initial data to each processor. At the same time, the host computer also needs to process interrupts such as input/output requests sent asynchronously from each processor.

このようなマルチプロセッサシステムを複数のユーザが
使用する場合、各ユーザに対して何台ずつかのプロセッ
サを割り当てていく方法がとられる。この場合、ホスト
計算機は各ユーザの要求に対するプロセッサ管理、各ユ
ーザプログラム、初期データのロード、実行中プロセッ
サからの割込み信号の処理など非常に多くの処理を行わ
なくてはならない。特に、各プロセッサからの割込みに
対しては、まず割込み信号を解釈して割込みを要求した
プロセッサを決定し、次にプロセッサ管理テーブル等を
参照して、そのプロセッサを現在使用しているユーザプ
ロセスを捜し、そのユーザプロセスに割込みをかける、
また必要に応じて、そのユーザが使用している他のプロ
セッサ群に対してウェートや強制停止などの信号を送る
、という非常に繁雑で、手間のかかる処理を行うことが
必要になる。
When such a multiprocessor system is used by a plurality of users, a method is adopted in which a number of processors are assigned to each user. In this case, the host computer must perform a large number of processes such as processor management in response to requests from each user, loading of each user program and initial data, and processing of interrupt signals from the executing processor. In particular, for interrupts from each processor, first interpret the interrupt signal to determine the processor that requested the interrupt, then refer to a processor management table etc. to determine the user process currently using that processor. and interrupt that user process.
Furthermore, if necessary, it is necessary to perform very complicated and time-consuming processing such as sending a wait or forced stop signal to other processor groups used by the user.

このため、複数のユーザが入出力要求の多いユーザプロ
グラムを実行する場合、個々のプロセッサ速度は十分で
あるにもかかわらず、ホスト計算機側が各プロセッサか
らの割込み要求を処理しきれないため、システム全体の
処理性能が著しく低下してしまう欠点があった。
For this reason, when multiple users execute user programs with many input/output requests, even though the speed of each individual processor is sufficient, the host computer cannot handle the interrupt requests from each processor, resulting in the entire system The disadvantage was that the processing performance was significantly reduced.

(発明が解決しようとする問題点) このように、従来のマルチプロセッサシステムでは、ホ
スト計算機が各プロセッサから頻繁に出される割込み要
求に対処しきれないことにより、システム全体の処理性
能が低下するという問題があった。
(Problems to be Solved by the Invention) As described above, in conventional multiprocessor systems, the processing performance of the entire system deteriorates due to the host computer being unable to handle the interrupt requests frequently issued by each processor. There was a problem.

本発明はこのような事情を考慮してなされたもので、そ
の目的は各プロセッサが割込み信号をホスト計算機に送
った際、ホスト側でその割込みに対応するプロセッサ番
号やユーザプロセスを検索する必要がなく、これにより
ホスト計算機の負担を軽減してシステム全体の処理性能
が高められるマルチプロセッサシステムを提供すること
にある。
The present invention was developed in consideration of these circumstances, and its purpose is to eliminate the need for the host to search for the processor number and user process corresponding to the interrupt when each processor sends an interrupt signal to the host computer. The object of the present invention is to provide a multiprocessor system that can reduce the burden on a host computer and improve the processing performance of the entire system.

[発明の構成] (問題点を解決するための手段) 本発明は、ネットワークを介して相互に接続され、ホス
ト計算機によって制御される複数のプロセッサのそれぞ
れに、以下に述べる環境情報格納手段とメツセージ送出
手段とを設けたことを特徴としている。
[Structure of the Invention] (Means for Solving the Problems) The present invention provides environment information storage means and message storage means described below for each of a plurality of processors that are interconnected via a network and controlled by a host computer. It is characterized by being provided with a sending means.

環境情報格納手段は、ホスト計算機上において自己を制
御している計算機環境に関する情報、即ち自己を制御し
ているユーザプロセスの番号や上記ユーザプロセスと同
一プロセスのもとで使用されている他のプロセッサ(以
下、「グループプロセッサ」と呼ぶ)の番号等の情報を
格納する。
The environment information storage means stores information about the computer environment that controls itself on the host computer, that is, the number of the user process that controls it, and other processors that are used under the same process as the user process. (hereinafter referred to as "group processor") information such as the number is stored.

また、メツセージ送出手段は、前記自己を制御している
計算機環境に対する割込み要求に対し前記環境情報格納
手段に格納された情報に基づいて前記割込みに関わるメ
ツセージを送出する。メツセージとしては、例えばホス
ト計算機に対して送出される前記ユーザプロセス番号や
前記グループプロセッサに対して送出される待機若しく
は停止要求信号等がある。
Further, the message sending means sends out a message related to the interrupt based on information stored in the environment information storage means in response to an interrupt request to the computer environment controlling the computer. Examples of the message include the user process number sent to the host computer, a standby or stop request signal sent to the group processor, and the like.

(作 用) 本発明によれば、ホスト計算機上で各プロセッサを制御
している計算機環境に関する情報が各プロセッサ側に備
えられているので、各プロセッサから割込み要求が発生
した場合に、従来のシステムにおいてホスト計算機が行
なわなければならなかった処理の内容、即ちどのユーザ
プロセスに割込みをかけるか、或はグループプロセッサ
に対して待機要求や停止要求を出す必要があるかといっ
た割込み処理に関わる内容を各プロセッサ自身で把握で
き、これに従って、各プロセッサからホスト計算機や他
のプロセッサに対して必要なメツセージを送出する。
(Function) According to the present invention, since information regarding the computer environment that controls each processor on the host computer is provided on each processor side, when an interrupt request is generated from each processor, the conventional system The contents of the processing that the host computer had to perform in each case, that is, the contents related to interrupt processing, such as which user process should be interrupted, or whether it is necessary to issue a standby request or a stop request to a group processor, etc. The processors themselves can understand this information, and each processor sends necessary messages to the host computer and other processors accordingly.

例えば、あるプロセッサ上で“ブレークポイントに到達
した”という割込みが発生した場合、メツセージ送出手
段は、全グループプロセッサに対して停止要求信号を送
信し、同時にホスト計算機に対し割込むべきユーザプロ
セス番号をつけたメツセージを送信する。また通常の入
出力要求などの場合は、メツセージ送出手段はグループ
プロセッサへのメツセージ送信を行わないが、ホスト計
算機へは同様に割込むべきユーザプロセス番号をつけた
メツセージを送る。
For example, when an interrupt occurs on a certain processor to indicate that a breakpoint has been reached, the message sending means sends a stop request signal to all group processors, and at the same time informs the host computer of the user process number that should cause the interrupt. Send the attached message. Further, in the case of a normal input/output request, the message sending means does not send a message to the group processor, but similarly sends a message to the host computer with a user process number to be interrupted.

以上の動作は、各プロセッサ自身が行うものであり、何
らホスト計算機に負担をかけるものではない。この場合
、ホスト計算機側の割込み処理は、通常のマルチユーザ
環境をサポートする時と全く同程度の手間になる。
The above operations are performed by each processor itself and do not place any burden on the host computer. In this case, the interrupt processing on the host computer side requires exactly the same amount of effort as when supporting a normal multi-user environment.

このように、本発明によれば、各プロセッサから送出さ
れる割込み要求に対してホスト計算機が行なうべき処理
の負担が大幅に軽減され、その結果システム全体の実効
性能が高められる。
As described above, according to the present invention, the processing burden that the host computer must perform in response to interrupt requests sent from each processor is significantly reduced, and as a result, the effective performance of the entire system is improved.

(実施例) 以下、図面を参照して本発明の一実施例につき説明する
(Example) Hereinafter, an example of the present invention will be described with reference to the drawings.

第2図は本実施例に係るマルチプロセッサシステムの概
略構成を示す図である。複数のプロセッサla、lb、
lc 〜inと、ホスト計算機3とは、それぞれネット
ワーク2を介して接続されている。ここでは、ネットワ
ーク2の物理的接続形態はどのようなものであってもか
まわない。
FIG. 2 is a diagram showing a schematic configuration of a multiprocessor system according to this embodiment. Multiple processors la, lb,
lc~in and the host computer 3 are each connected via a network 2. Here, the physical connection form of the network 2 may be of any type.

このシステムを複数のユーザが使用する場合、各ユーザ
は各々何台ずつかのプロセッサを占有して使用し、それ
らのプロセッサを用いて並列処理を行う。例えば、ユー
ザAはプロセッサla。
When this system is used by a plurality of users, each user exclusively uses several processors and performs parallel processing using these processors. For example, user A uses processor la.

lb、lc、ld (但し、1dは図示せず)の4台の
プロセッサを、ユーザBはプロセッサle。
User B has four processors: lb, lc, and ld (however, 1d is not shown), and user B uses processor le.

if、Ig(図示せず)の3台めプロセッサを用いて各
自の処理を行う。次に4台のプロセッサla、lb、l
c、ldを用いるユーザAの場合を例にとって、各プロ
セッサの内部構成と、それらの動作を説明する。
Third processors if and Ig (not shown) are used to perform their own processing. Next, four processors la, lb, l
The internal configuration of each processor and their operation will be explained by taking the case of user A who uses c and ld as an example.

第1図はユーザAが使用する各プロセッサ1a〜1dの
内部構成を示す図である。なおここではプロセッサ1a
のみ図示するが、他のプロセッサ1b〜1dについても
同様の構成となっている。
FIG. 1 is a diagram showing the internal configuration of each processor 1a to 1d used by user A. Note that here processor 1a
Although only one processor is shown in the figure, the other processors 1b to 1d have a similar configuration.

プロセッサ1aは、環境情報格納手段として2つのレジ
スタ、即ちユーザレジスタ20及びグループレジスタ2
1を備え、メツセージ送出手段として割込み診断部22
、メツセージ転送部23及びメツセージ生成部24を備
えている。
The processor 1a has two registers as environment information storage means, namely a user register 20 and a group register 2.
1, and an interrupt diagnosis section 22 as a message sending means.
, a message transfer section 23, and a message generation section 24.

ユーザレジスタ20、グループレジスタ21には、各プ
ロセッサへホスト計算機からプログラム、初期データを
ロードする際に必要なデータ(計算機環境に関する情報
)がセットされる。即ちユーザレジスタ20にはホスト
計算機上で割込まれるべきユーザAのプロセス番号が、
またグループレジスタ21には、このプロセッサ1aと
同じユーザ(ユーザA)に同時に使用されるグループプ
ロセッサのプロセッサ番号(この場合はlb、lc。
The user register 20 and group register 21 are set with data (information regarding the computer environment) necessary for loading programs and initial data from the host computer to each processor. That is, the user register 20 contains the process number of user A to be interrupted on the host computer.
The group register 21 also contains processor numbers (lb, lc in this case) of group processors used simultaneously by the same user (user A) as this processor 1a.

ld)がセットされる。なお、グループレジスタ21の
語数はシステムを構成するプロセッサ数やシステムの利
用形態に応じて適宜設定すればよい。
ld) is set. Note that the number of words in the group register 21 may be set as appropriate depending on the number of processors configuring the system and the usage pattern of the system.

プロセッサ1aから非同期に出力される割込み要求は、
まず割込み診断部22に入力され、その内容を解析され
る。一般に、プロセッサから出力される割込み要因とし
ては、入出力要求、ブレークポイント処理要求、dev
lde by zeroなどのハードウェア割込み、他
プロセツサとの通信要求など様々なものがあるが、各要
因に対して固有の割込み番号を設定し、これを割込みメ
ツセージの前にヘッダ情報として付加して割込み診断部
22に入力する。割込み診断部22は、この割込み番号
をデコードして他プロセツサへのメツセージ転送が必要
な割込みか否かを判断して転送要求信号Cをメツセージ
転送部23に送る。例えば、次表に示すように割込み番
号を設定した場合には、割込み診断部22は割込み番号
の上位バイトが1ならば転送要求信号Cをメツセージ転
送部23に送り、0ならば送らない。この割込み診断部
22は、いくつかのデコード回路、ゲート回路を用いて
容易に構成できるので、ここではその詳細は省略する。
The interrupt request asynchronously output from the processor 1a is
First, it is input to the interrupt diagnosis section 22, and its contents are analyzed. In general, interrupt factors output from the processor include input/output requests, breakpoint processing requests, and dev
There are various types of interrupts, such as hardware interrupts such as lde by zero, and communication requests with other processors, but a unique interrupt number is set for each factor, and this is added as header information before the interrupt message to interrupt the interrupt. Input to the diagnostic section 22. The interrupt diagnostic section 22 decodes this interrupt number, determines whether or not the interrupt requires message transfer to another processor, and sends a transfer request signal C to the message transfer section 23. For example, when interrupt numbers are set as shown in the following table, the interrupt diagnosis section 22 sends the transfer request signal C to the message transfer section 23 if the upper byte of the interrupt number is 1, and does not send it if it is 0. Since this interrupt diagnosis section 22 can be easily configured using several decoding circuits and gate circuits, the details thereof will be omitted here.

メツセージ転送部23は割込み診断部22から転送要求
信号Cが人力されると、グループレジスタ21にエント
リされている各プロセッサに対して中断、強制停止など
の必要なメツセージを転送する。また割込み診断部22
で解析された割込みメツセージは、次にメツセージ生成
部24に送られ、ホスト計算機に対する割込みメツセー
ジを生成される。メツセージ生成部24では、送られて
きた割込みメツセージにユーザレジスタ20に保持され
ている割込むべきプロセス番号を付加し、ホストへのメ
ツセージを生成し、ホスト計算機へ転送する。
When the message transfer unit 23 receives the transfer request signal C from the interrupt diagnosis unit 22, it transfers necessary messages such as interruption and forced stop to each processor entered in the group register 21. Also, the interrupt diagnosis section 22
The interrupt message analyzed is then sent to the message generation section 24, which generates an interrupt message for the host computer. The message generating section 24 adds the process number to be interrupted held in the user register 20 to the received interrupt message, generates a message to the host, and transfers the message to the host computer.

以上の各プロセッサ上での動作の流れ図を第3図に示す
。なお、図中カッコ内は、その動作に関連するモジュー
ルを示している。
A flowchart of the operations on each of the above processors is shown in FIG. In addition, in the figure, a module related to the operation is shown in parentheses.

即ち、ホスト計算機3からプログラム、初期データをロ
ードする際には(同図(a) ) 、プログラム及びデ
ータのロード(31)に続いて、計算機環境に関する情
報がユーザレジスタ20及びグルループレジスタ21に
夫々セットされる(32)。
That is, when loading a program and initial data from the host computer 3 (see (a) in the same figure), following the loading of the program and data (31), information regarding the computer environment is stored in the user register 20 and the group loop register 21. are set (32).

次に実行時に割込みが発生した場合には、同図(b)に
示す処理を行う。
Next, when an interrupt occurs during execution, the process shown in FIG. 2(b) is performed.

例えば、プロセッサla内でプレークブイント処理要求
の割込みが発生した場合(33)、割込み診断部22は
メツセージを解析しく34) 、グループレジスタに対
するメツセージ転送が必要であると判断して(35)転
送要求信号Cを出力する(36)。メツセージ転送部2
3はこの転送要求信号Cが入力されると、グループレジ
スタ21の内容を参照してエントリしているグループプ
ロセッサlb、lc、ldに強制停止信号を送信する(
37)。また同時に、メツセージはメツセージ生成部2
4に送られ、ユーザレジスタ20にエントリされている
割込むべきユーザAのプロセス番号を付加したメツセー
ジが生成される。このメツセージはホスト計算機に転送
され、通常の割込み処理が行われる(38)。
For example, when an interrupt for a interrupt processing request occurs in the processor la (33), the interrupt diagnosis unit 22 analyzes the message (34), determines that it is necessary to transfer the message to the group register, and transfers the message (35). A request signal C is output (36). Message transfer section 2
When this transfer request signal C is input, 3 refers to the contents of the group register 21 and sends a forced stop signal to the group processors lb, lc, and ld that have entered (
37). At the same time, the message is sent to the message generator 2.
4, a message is generated to which the process number of user A to be interrupted, which is entered in the user register 20, is added. This message is transferred to the host computer and normal interrupt processing is performed (38).

またこのプロセッサが入力要求割込みを発生した場合(
33)には、割込み診断部22はメツセージ解析の結果
(34) 、グループレジスタに対するメツセージ転送
は必要ないと判断して(35)転送要求信号Cを出力し
ない。従って、他のプロセッサへのメツセージ送信は行
われない。よって、プロセッサからのメツセージ送信は
メツセージ生成部24を介してのホスト計算機へのメッ
セージ送信のみとなる(38)。
Also, if this processor generates an input request interrupt (
In step 33), the interrupt diagnostic unit 22 determines that there is no need to transfer the message to the group register as a result of the message analysis (34), and does not output the transfer request signal C (35). Therefore, no messages are sent to other processors. Therefore, the message transmission from the processor is only to the host computer via the message generation unit 24 (38).

いずれの場合も、ホスト計算機へはメツセージ生成部2
4を介したメツセージが送信され、これには割込むべき
ユーザプロセスに関する情報が付加されているので、ホ
スト計算機側ではプロセッサ番号、ユーザ番号、プロセ
ス番号等の検索、解析を行う必要がない。また同時に、
他のプロセッサへのメツセージ転送も割込みを発生した
プロセッサ側で行うので、ホスト計算機の負担を軽減す
ることができる。
In either case, the message generator 2 sends the message to the host computer.
4 is sent, and information regarding the user process to be interrupted is added to the message, so there is no need for the host computer to search for or analyze the processor number, user number, process number, etc. At the same time,
Since message transfer to other processors is also performed by the processor that generated the interrupt, the burden on the host computer can be reduced.

なお、本発明は上述した実施例に限定されるものではな
い。
Note that the present invention is not limited to the embodiments described above.

例えば、上記実施例では、環境情報格納手段としてユー
ザプロセス番号とグループレジスタ番号の双方を格納す
る手段を示し、またメツセージ送出手段としてホスト計
算機に対するメツセージとグループレジスタに対するメ
ツセージの双方を送出する手段を示した。しかし、環境
情報格納手段としてユーザプロセス番号のみを格納する
ものを備え、メツセージ送出手段として上記ユーザプロ
セス番号を割込み要求とともにホスト計算機の送出する
ものを備えた場合、或は環境情報格納手段としてグルー
ププロセッサ番号のみを格納し、メツセージ送出手段と
してグループプロセッサーに対する待機要求や停止要求
等のメツセージを送出するものを備えた場合でも、割込
み処理時のホスト計算機の負担軽減という本発明の効果
を十分に奏することは可能である。
For example, in the above embodiment, a means for storing both a user process number and a group register number is shown as an environment information storage means, and a means for sending both a message to a host computer and a message to a group register is shown as a message sending means. Ta. However, if the environment information storage means is provided with a device that stores only the user process number, and the message sending device is provided with a device that sends the user process number from the host computer along with an interrupt request, or if the environment information storage device is provided with a group processor. To fully exhibit the effect of the present invention of reducing the burden on a host computer during interrupt processing even when only a number is stored and a message sending means is provided for sending messages such as a standby request or a stop request to a group processor. is possible.

また、各プロセッサの内部において、他のプロセッサに
影響を及ぼす割込み要求信号の信号線と、ホスト計算機
のみに送出すれば良い割込み要求信号の信号線とをそれ
ぞれ独立に設けておけば、前記割込み診断部22も省略
可能である。
Furthermore, if a signal line for an interrupt request signal that affects other processors and a signal line for an interrupt request signal that only needs to be sent to the host computer are provided independently within each processor, the interrupt diagnosis The section 22 can also be omitted.

[発明の効果コ 以上述べたように、本発明によればマルチプロセッサシ
ステムを使用する各ユーザが占有するプロセッサが、そ
の動作中にホスト計算機に対して割込みを要求する場合
、各要求元プロセッサ側で割込みに必要な処理、例えば
同じユーザに使用される他のプロセッサ群に対して、ウ
エート、強制停止などのメツセージ信号を自律的に送信
したり、ホスト計算機に対する割込みメツセージに割込
みを行うべきホスト側のユーザプロセス番号を付加する
こと等を行なうことができる。
[Effects of the Invention] As described above, according to the present invention, when a processor occupied by each user of a multiprocessor system requests an interrupt from the host computer during its operation, each requesting processor side On the host side, processing required for interrupts, such as autonomously sending message signals such as wait and forced stop to other processors used by the same user, and interrupting the host computer with interrupt messages. It is possible to do things such as adding a user process number.

これらの機能により、ホスト計算機側でのユーザ管理、
プロセッサ管理、各プロセッサへのメツセージ送信とい
った操作が不要になり、ホスト計算機のシステム制御に
おける負担を著しく軽減することができ、ひいてはシス
テム全体の処理効率向上に大いに寄与することができる
These functions allow user management on the host computer side,
Operations such as processor management and sending messages to each processor are no longer necessary, and the burden on the host computer in system control can be significantly reduced, which can greatly contribute to improving the processing efficiency of the entire system.

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

第1図は本発明の一実施例に係るマルチプロセッサシス
テムを構成する各プロセッサの内部構成を示すブロック
図、第2図は同マルチプロセッサシステムの概略構成を
示すブロック図、第3図は各プロセッサ上での動作を示
す流れ図である。 la、lc、lc〜1n・・・プロセッサ、2・・・ネ
ットワーク、3・・・ホスト計算機、20・・・ユーザ
レジスタ、21・・・グループレジスタ、22・・・割
込み診断部、23・・・メツセージ転送部、24・・・
メツセージ生成部。 出願人代理人 弁理士 鈴江武彦
FIG. 1 is a block diagram showing the internal configuration of each processor constituting a multiprocessor system according to an embodiment of the present invention, FIG. 2 is a block diagram showing a schematic configuration of the multiprocessor system, and FIG. 3 is a block diagram showing each processor. 2 is a flowchart showing the above operation. la, lc, lc~1n...processor, 2...network, 3...host computer, 20...user register, 21...group register, 22...interrupt diagnosis unit, 23...・Message transfer section, 24...
Message generator. Applicant's agent Patent attorney Takehiko Suzue

Claims (4)

【特許請求の範囲】[Claims] (1)ネットワークを介して相互に接続された複数のプ
ロセッサと、これらプロセッサを制御するホスト計算機
とからなるマルチプロセッサシステムにおいて、 前記各プロセッサは、前記ホスト計算機上において自己
を制御している計算機環境に関する情報を格納する環境
情報格納手段と、前記自己を制御している計算機環境に
対する割込み要求に対し前記環境情報格納手段に格納さ
れた情報に基づいて前記割込みに関わるメッセージを送
出するメッセージ送出手段とを備えたことを特徴とする
マルチプロセッサシステム。
(1) In a multiprocessor system consisting of a plurality of processors interconnected via a network and a host computer that controls these processors, each processor has a computer environment in which it controls itself on the host computer. environment information storage means for storing information related to the computer environment; and message sending means for sending out a message related to the interrupt based on the information stored in the environment information storage means in response to an interrupt request to the computer environment controlling the self. A multiprocessor system characterized by being equipped with.
(2)前記メッセージ送出手段は、前記割込み要求を解
析し、その結果、前記自己を制御している環境と同一環
境下で使用されている他のプロセッサに対するメッセー
ジの送出が必要である場合には前記ホスト計算機のみな
らず前記他のプロセッサに対しても所定のメッセージを
送出するものである特許請求の範囲第1項記載のマルチ
プロセッサシステム。
(2) The message sending means analyzes the interrupt request, and as a result, if it is necessary to send a message to another processor that is used in the same environment as the environment controlling the self, the message sending means analyzes the interrupt request. 2. The multiprocessor system according to claim 1, wherein a predetermined message is sent not only to the host computer but also to the other processors.
(3)前記環境情報格納手段は、前記計算機環境に関す
る情報として、前記ホスト計算機上で自己を制御してい
るユーザプロセス番号を格納し、前記メッセージ送出手
段は、前記ホスト計算機に対し、前記ユーザプロセス番
号をメッセージとして送出するものであることを特徴と
する特許請求の範囲第1項又は第2項記載のマルチプロ
セッサシステム。
(3) The environment information storage means stores a user process number controlling itself on the host computer as information regarding the computer environment, and the message sending means sends a message to the host computer about the user process. 3. The multiprocessor system according to claim 1, wherein the multiprocessor system transmits the number as a message.
(4)前記環境情報格納手段は、前記計算機環境に関す
る情報として、前記ホスト計算機上で自己を制御してい
る計算機環境と同一環境下で使用されている他のプロセ
ッサ番号を格納し、前記メッセージ送出手段は、前記同
一環境下で使用されている他のプロセッサに対し、待機
若しくは停止要求信号をメッセージとして送出するもの
であることを特徴とする特許請求の範囲第1項又は第2
項記載のマルチプロセッサシステム。
(4) The environment information storage means stores, as information regarding the computer environment, another processor number used in the same environment as the computer environment controlling itself on the host computer, and sends the message. Claim 1 or 2, characterized in that the means sends a standby or stop request signal as a message to other processors used in the same environment.
Multiprocessor system as described in Section.
JP27602087A 1987-10-31 1987-10-31 Multi-processor system Pending JPH01118953A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP27602087A JPH01118953A (en) 1987-10-31 1987-10-31 Multi-processor system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP27602087A JPH01118953A (en) 1987-10-31 1987-10-31 Multi-processor system

Publications (1)

Publication Number Publication Date
JPH01118953A true JPH01118953A (en) 1989-05-11

Family

ID=17563670

Family Applications (1)

Application Number Title Priority Date Filing Date
JP27602087A Pending JPH01118953A (en) 1987-10-31 1987-10-31 Multi-processor system

Country Status (1)

Country Link
JP (1) JPH01118953A (en)

Similar Documents

Publication Publication Date Title
US5968150A (en) Processor element having a plurality of CPUs for use in a multiple processor system
JP2539352B2 (en) Hierarchical multi-computer system
JPH02230455A (en) Interruption control system for external memory device
JPH01118953A (en) Multi-processor system
JPH02210542A (en) Execution control system for virtual computer system
JPS59220866A (en) Distributed processing system
JPS62180455A (en) Multiplexing processor
JPS6227837A (en) Main memory access system
JPS63268035A (en) Remote terminal control system via local terminal simulator
JPS59188749A (en) System for controlling data transfer
KR950008838B1 (en) A node computer structure of parallel processing computer for multimedia knowledge processing
JPH056333A (en) Multi-processor system
Frieder et al. Query Scheduling and Site Selection Algorithms for a Cube-Connected Multicomputer System.
JPS603027A (en) Resource control system of computer processing system
JP2965133B2 (en) Processor system
JPS62286155A (en) Multi cpu control system
JPH01263858A (en) Multi-processor system
JPS6223895B2 (en)
JPS6228866A (en) Main memory access system
CN117056272A (en) Inter-core communication method and device of system on chip, storage medium and electronic equipment
JPH11353287A (en) Scheduling system for process of parallel system
KR920009447B1 (en) Multi process system
JPH04302352A (en) Multi processor system
JPH0535507A (en) Central processing unit
Fischler The ACPMAPS System