JPS61138361A - Parallel processing system - Google Patents

Parallel processing system

Info

Publication number
JPS61138361A
JPS61138361A JP26046184A JP26046184A JPS61138361A JP S61138361 A JPS61138361 A JP S61138361A JP 26046184 A JP26046184 A JP 26046184A JP 26046184 A JP26046184 A JP 26046184A JP S61138361 A JPS61138361 A JP S61138361A
Authority
JP
Japan
Prior art keywords
memory
debugging
break
control unit
interrupt
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
JP26046184A
Other languages
Japanese (ja)
Inventor
Toshio Komatsu
小松 俊雄
Atsushi Ishikawa
篤 石川
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.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone 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 Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP26046184A priority Critical patent/JPS61138361A/en
Publication of JPS61138361A publication Critical patent/JPS61138361A/en
Pending legal-status Critical Current

Links

Landscapes

  • Multi Processors (AREA)

Abstract

PURPOSE:To debug efficiently a program for parallel processing by installing an interrupting circuit, etc., at a control unit and a processor element PE respectively and installing a PE memory change-over circuit at PE. CONSTITUTION:A control unit CU1 is composed of a memory 11, a processor part 12, an interrupting processing part 13, control FF14, 15 and 16 and an OR gate 17. A PE2 is composed a memory 21, a processor part 22, an interrupting processing part 23, a control FF24 and a PE memory change-over circuit 25. In a program debugging, when the breaking is desired to be executed at the optional program point of CU1 and PE2, the processing is executed through processing parts 13 and 23, etc., and when the memory 21 of respective PE2 is viewed, from the CU1, the viewing is executed through the circuit 25. Thus, the CU1 and PE2 can be broken at the same time point as the time point of the breaking and the memory 21 can viewed from the CPU1, and therefore, the debugging of the program for parallel processing can be efficiently executed.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、多数のプロセッサ・エレメントをネットワー
ク状に結合して処理を分散させることにより高度な並列
処理を実現する並列処理システムに係り、特にMIMD
のプログラムのデバグを効率的にサポートする構成に関
する。
[Detailed Description of the Invention] [Field of Industrial Application] The present invention relates to a parallel processing system that realizes highly parallel processing by distributing processing by coupling a large number of processor elements into a network. MIMD
Concerning configurations that efficiently support debugging of programs.

〔従来技術〕[Prior art]

科学技術計算等を超高速に実行する方式として。 As a method for performing scientific and technical calculations at ultra-high speed.

多数のプロセッサ・エレメントをネットワーク状に結合
して1.各プロセッサ・エレメントに処理を分散させる
、並列処理方式がある。第4図はプロセッサ・エレメン
トが格子状に結合された構成例で、1はコントロール・
ユニット(以下CUという)、2はプロセッサ・エレメ
ント(以下PEという)である。CUIはコントロール
線3とステータス線4で各PE2と接続され、各PE2
の状態をステータス線4で入手し、コントロール線3で
各PE2を制御する。各PE2はPE間インタフェース
線5によって結合され、PE間のデータ転送が行われる
By combining a large number of processor elements into a network, 1. There is a parallel processing method that distributes processing to each processor element. Figure 4 shows an example of a configuration in which processor elements are connected in a lattice pattern, and 1 is a control element.
Unit (hereinafter referred to as CU), 2 is a processor element (hereinafter referred to as PE). CUI is connected to each PE2 by control line 3 and status line 4, and each PE2
The state of PE 2 is obtained through the status line 4, and each PE 2 is controlled through the control line 3. Each PE2 is connected by an inter-PE interface line 5, and data transfer between PEs is performed.

この並列処理方式を処理形態から見ると、SIMD (
Single In5truction Stream
 Multi Data)  とM  I  M D 
 (Multi  I n5truction  St
reamMulti Data)の2つに分かれる。
Looking at this parallel processing method from the processing form, SIMD (
Single In5truction Stream
Multi Data) and MIMD
(Multi In5truction St.
It is divided into two parts: reamMulti Data).

PEをネットワーク状に結合した装置上で(以下、これ
を並列処理装置と呼ぶ)プログラムをSIMDとして処
理させる場合、各PEの実行が任意の時点で常に同じ命
令であるので、あたかも単一プロセッサ上でデバグを行
う様に見え、プログラムデバグは容易である。すなわち
、第4図の構成を例に取れば、各PE2は、データは異
なるが同一のプログラムを第5図の様に持っている。従
って、ソフトデバグとしでデバグ地点が同じで。
When a program is processed as SIMD on a device in which PEs are connected in a network (hereinafter referred to as a parallel processing device), each PE always executes the same instruction at any given time, so it is as if it were a single processor. It looks like debugging is done with , and program debugging is easy. That is, taking the configuration shown in FIG. 4 as an example, each PE2 has the same program as shown in FIG. 5, although the data is different. Therefore, the debugging point is the same for both software debugging and software debugging.

しかも実行時点が同じであるので、デバグ時点では、他
PEからの影響を受けない確定したデバグ情報(例えば
任意アドレスのメモリ内容、プログラムカウンタ、汎用
レジスタ、セグメントレジスタ等のソフトラブルな情報
)が得られる事になる。
Moreover, since the execution time is the same, at the time of debugging, you can obtain fixed debugging information that is not affected by other PEs (for example, memory contents at arbitrary addresses, softable information such as program counters, general-purpose registers, segment registers, etc.). It will be done.

一方、並列処理装置上でプログラムをMIMDとして処
理させる場合、各PEの実行は同時点で見て同一ではな
い。従って、同一時点で、全PEの実行を停止させて、
各PEのソフトラブルなデバグ情報をSIMDと同じ様
に見る事は難しい。
On the other hand, when a program is processed as MIMD on a parallel processing device, the execution of each PE is not the same when viewed at the same time. Therefore, by stopping the execution of all PEs at the same time,
It is difficult to view the softable debug information of each PE in the same way as SIMD.

以下、このことについて詳述する。This will be explained in detail below.

第6′図はMTMD(スタティックな命令が同じでも、
ダイナミック的には実行するプログラムが異なる場合が
ある。例えば、条件付きジャンプ命令の実行時、条件に
よって実行が異ってくる。こ\では、この様な場合も広
義に解釈してMIMDと称する。)時の処理フローを示
したものである。
Figure 6' shows MTMD (even if the static instructions are the same,
Dynamically, the programs to be executed may be different. For example, when executing a conditional jump instruction, the execution differs depending on the conditions. Here, such cases are interpreted in a broad sense and are referred to as MIMD. ) shows the processing flow.

CUは各PEに対して命令をブロードキャストまたは個
別転送する。次にデータを各PEに個別転送して、PE
の初期セットが終了した時点でスタート指示を各PEに
出す。その後、CUは自らのプログラムを実行して各P
Eからの演算結果の報告を待ち、各PEの演算結果を編
集する。一方、PEは自らのプログラムをCUのスター
ト指示によって実行を開始する。いまCU側でブレーク
したい地点を■、■、PE側をO2■、■とする。−例
として、■でブレークさせる場合、デバグ情報としてC
Uのみでなくブレークと同時点に実行している命令の終
了時点(以下、単に同時点と称する)で全PEの実行を
止めて各PEの状態を見たい場合がある。同様に、PE
側でもブレーク地点を設定してブレークと同時点で他P
EおよびCUの実行を止めて各状態を見たい場合がある
。しかし、従来の並列処理装置では、ブレークの発生時
点で他PEの実行を同時点で止める事ができないので、
他PEの状態は不確定となり、デハグ時、自PEのデハ
グ情報のみでデハグを行う必要があり、デバグ効率が悪
くなる問題がある。
The CU broadcasts or individually transfers instructions to each PE. Next, the data is transferred to each PE individually, and
When the initial setting of is completed, a start instruction is issued to each PE. The CU then runs its own program to
It waits for the report of the calculation results from E, and edits the calculation results of each PE. On the other hand, the PE starts executing its own program in response to a start instruction from the CU. Let us now assume that the points at which you want to break on the CU side are ■, ■, and the points on the PE side are O2 ■, ■. -For example, if you want to break with ■, use C as debug information.
There may be cases where it is desired to stop the execution of all PEs not only at U but also at the end of the instruction being executed at the same time as the break (hereinafter simply referred to as the same time) and to check the status of each PE. Similarly, P.E.
Set a break point on the side, and at the same time as the break, other P
You may want to stop the execution of E and CU and look at their states. However, with conventional parallel processing devices, it is not possible to stop the execution of other PEs at the same time when a break occurs.
The status of other PEs becomes uncertain, and when dehugging, it is necessary to perform dehugging using only the dehugging information of the own PE, which poses a problem of deteriorating debugging efficiency.

なお、並列処理装置上でMIMDとして処理させる場合
のデバグ法として、ソフト開発用のエミュレータによる
ソフトデバグがある。これはPE数が少ない場合は全P
Eを同時にエミュレートでき、エミュレータの持つデバ
ッガ−により種々のデバグが可能である。しかし、PE
数が多い場合、エミュレート可能なPEとそうでないP
Eが混在となるので、ブレーク時点でエミュレートされ
ないPEの状態を同時点で見えない問題がある。また、
開発後の並列処理装置にエミュレータをセットする事は
実装上、難しい場合がある。
Note that as a debugging method when processing as MIMD on a parallel processing device, there is software debugging using an emulator for software development. This is the total P if the number of PE is small.
E can be emulated at the same time, and various debugs can be performed using the emulator's debugger. However, P.E.
If the number is large, PEs that can be emulated and P that cannot be emulated.
Since E is mixed, there is a problem that the states of PEs that are not emulated at the time of break cannot be seen at the same time. Also,
Setting up an emulator on a parallel processing device after development may be difficult in terms of implementation.

〔発明の目的〕 本発明の目的は、上記従来の問題点を解決し、MIMD
のプログラムデバグを効率的に行わしめることを可能に
する並列処理システムを提供することにある。
[Object of the invention] The object of the present invention is to solve the above-mentioned conventional problems and to
An object of the present invention is to provide a parallel processing system that enables efficient program debugging.

〔発明の構成〕[Structure of the invention]

本発明は、CUおよび各PEの任意のプログロム地点で
ブレークさせたとき、該ブレークと同時点でCUおよび
全PEあるいは任意のPEをブレークでき、かつブレー
クした次の命令から再スタートが可能な制御し・ジスタ
と割込み回路をCU。
The present invention provides control that, when a break is made at an arbitrary program point in a CU and each PE, can break the CU and all PEs or any PE at the same time as the break, and can restart from the next instruction after the break.・CU register and interrupt circuit.

PEにそれぞれ設け、さらにCUから各PEのメモリを
見ることができるメモリ制御回路をCU。
The CU includes a memory control circuit that is provided in each PE and allows the CU to view the memory of each PE.

PEに設ける事により、MIMDのプログラムデバグを
効率的に行わしめる事を可能とするものである。
By providing it in the PE, it is possible to efficiently debug MIMD programs.

〔発明の実施例〕[Embodiments of the invention]

第1図は本発明の一実施例を示す。第1図において、C
UIはメモリ11、プロセッサ部12、割込み処理部1
3、制御フリップフロップ(制御F/F)14.15.
16およびORゲート17を備えている。各PEはメモ
リ21、プロセッサ部22、割込み処理部23、制御F
/F24およびPEメモリ切替回路25を備えている。
FIG. 1 shows an embodiment of the invention. In Figure 1, C
The UI includes memory 11, processor section 12, and interrupt processing section 1.
3. Control flip-flop (control F/F) 14.15.
16 and an OR gate 17. Each PE includes a memory 21, a processor section 22, an interrupt processing section 23, and a control F.
/F24 and a PE memory switching circuit 25.

ここで。here.

PEメモリ切替回路25はメモリ(PEメモリ)21の
見え方をCU側/PE側のどちらかに切替える役割をす
るものである。以下、第1図の動作例として、CU側で
ブレークさせるケース(例えば第6図の■、■)とPE
側でブレークさせるケース(例えば第6図の@、■、■
)とについて説明する。
The PE memory switching circuit 25 serves to switch the appearance of the memory (PE memory) 21 to either the CU side or the PE side. Below, as an example of the operation in Figure 1, a case where a break is made on the CU side (for example, ■, ■ in Figure 6) and a case where the PE
Cases where the break is made on the side (for example, @, ■, ■ in Figure 6)
) will be explained.

まず、CU側でブレークさせて、ブレークと同時点での
PEの状態を見てデバグを進める場合を説明する。
First, a case will be described in which a break is caused on the CU side and debugging is proceeded by checking the state of the PE at the same time as the break.

最初にCU側での動作を述べる。第6図の5TARTか
らスタート指示までは、PE側は実行していない様にC
Uから見えるので、この場合はPE側を同時点で停止さ
せる必要はない。デバグ地点で制御F/F 15を○N
”にするデバグ命令(これをOUT’ F/F 15と
する)をプログラムに挿入する。CUlのプロセッサ部
12は、このデバグ命令を実行する事によって制御F/
F15を’ON”状態にし、CU側の割込み処理部13
と各PEの割込み処理部23に対して割込みを出す(こ
れを割込み1とする)。第1図では全PEに対して割込
み1を出すように構成されているが、割込み1を送出す
るときに、各PE個別に送出するかまたはPEで割込み
処理する前に割込み1を   ゛マスクするかによって
任意のPEに割込み1をかける事も可能である。CDI
はこの割込み1に対し、その処理としてプログラムの組
み方によって種々のデバグがサポートできる。例えば、
会話形イメージでデバグする場合は、端末から各PEの
メモリ内容を見たり(この場合、PHに必要なソフトラ
ブルな情報がセットされるまで、CU側はwait L
/てからPEのメモリを見る必要がある)。
First, the operation on the CU side will be described. From 5TART to the start instruction in Figure 6, the PE side does not execute the C
Since it is visible from U, in this case there is no need to stop the PE side at the same time. ○N control F/F 15 at debug point
” (this is referred to as OUT' F/F 15) is inserted into the program. By executing this debug instruction, the processor unit 12 of the CUl
Turn F15 into 'ON' state and interrupt processing unit 13 on the CU side.
and issues an interrupt to the interrupt processing unit 23 of each PE (this is referred to as interrupt 1). In Figure 1, the configuration is such that interrupt 1 is issued to all PEs, but when sending interrupt 1, it must be sent to each PE individually, or interrupt 1 may be masked before being processed by the PE. It is also possible to apply interrupt 1 to any PE depending on the situation. C.D.I.
can support various types of debugging for this interrupt 1 depending on how the program is constructed. for example,
When debugging with a conversational image, you can view the memory contents of each PE from the terminal (in this case, the CU side waits until the softwareable information necessary for the PH is set).
/ then need to look at the PE's memory).

データをセットする事ができる様なデバグがサポートで
きる。すなわち、各PE2のメモリ21の内容を見るた
めに、CUlは制御F/F 14を0N10FFする命
令(OUT F/F14とする)により、PE側のメモ
リ切替え回路25を制御する事によって、各PE個別に
PEメモリ21のRead/ Writeが可能である
。Read/ Write後、制御F/F14をリセッ
トしてPEメモリ21をPE側に戻し、制御F/F 1
6を“ON”にするデバグ命令(OUT F/F16)
を実行することによって1.各PEに対して割込みを出
しくこれを割込み2とする)、停止状態を解除させる。
It can support debugging such as being able to set data. That is, in order to view the contents of the memory 21 of each PE 2, the CU1 controls the memory switching circuit 25 on the PE side with an instruction to turn the control F/F 14 to 0N10FF (output F/F 14). It is possible to read/write the PE memory 21 individually. After reading/writing, the control F/F 14 is reset and the PE memory 21 is returned to the PE side, and the control F/F 1
Debug instruction to turn 6 “ON” (OUT F/F16)
By executing 1. An interrupt is issued to each PE (this is called interrupt 2), and the stopped state is released.

そして、次の命令を実行する。会話形イメージでないデ
バグ時は、各PEが固定メモリエリアにソフトラブルな
情報を格納するまでwait Ll、その後デバグ命令
(OUT F/F16)を実行し、次の命令に移る。
Then execute the next command. When debugging a non-conversational image, each PE waits until the softable information is stored in the fixed memory area, then executes the debug instruction (OUT F/F 16), and moves on to the next instruction.

次にPE側での動作を述べる。PE2のプロセッサ部2
2は現命令の終了後、割込み1があったかどうかチェッ
クし、なければ次の命令を実行□し。
Next, the operation on the PE side will be described. Processor section 2 of PE2
2 checks whether there is an interrupt 1 after completing the current instruction, and if not, executes the next instruction □.

あれば割込み処理部23により割込み処理を行う。If so, the interrupt processing unit 23 processes the interrupt.

すなわち、ソフトラブルな情報をメモリ21の固定メモ
リエリアに退避し、その後、停止状態とする。停止状態
の解除は、CUIが発する割込み2で行う様にする。解
除後、割込み1によって退避していた情報を回復させて
次の命令を実行する。
That is, softable information is saved in a fixed memory area of the memory 21, and then the system is stopped. The stop state is canceled by interrupt 2 issued by the CUI. After the release, the information saved by interrupt 1 is restored and the next instruction is executed.

次にPE側でブレークさせて、ブレークと同時点での他
PEの状態を見てデバグを進める場合を説明する。
Next, a case will be described in which a break is caused on the PE side and debugging is proceeded by checking the state of other PEs at the same time as the break.

最初にデバグ命令を発したPE側での動作を述べる。デ
バグ命令により制御F/F24を’ ON ”にセット
後、CU側からの割込み1 (制御F/Fからの信号)
を無視する様にマスク処理を行う。
First, the operation on the PE side that issued the debug command will be described. After setting control F/F24 to 'ON' by debug command, interrupt 1 from CU side (signal from control F/F)
Perform mask processing to ignore.

制御F/F24がII Q N #になることにより、
CU側の制御F/F15が” ON ”になり、CUお
よび他PEに対して割込み1を発生させる。その後、ソ
フトラブルな情報を固定メモリエリアに移す等のデバグ
に必要な処理を行い、停止状態にする。
By setting the control F/F 24 to II Q N #,
The control F/F 15 on the CU side turns "ON" and generates interrupt 1 to the CU and other PEs. Thereafter, the process necessary for debugging, such as moving softable information to a fixed memory area, is performed, and the system is brought to a halt state.

停止状態の解除はCUIが発する割込み2(制御F/F
 16からの信号)によって行う。解除後は割込み1に
よって退避していた情報を回復させて次の命令を実行す
る。
To cancel the stopped state, interrupt 2 (control F/F) issued by CUI
16). After the release, the information saved by interrupt 1 is restored and the next instruction is executed.

デバグ命令を発生しないPE側での動作は、上記CU側
でブレークさせる場合で述べたPE側での動作と同じで
ある。
The operation on the PE side that does not generate a debug instruction is the same as the operation on the PE side described above in the case of causing a break on the CU side.

CU側の動作は次の通りである。C,Ulは命令終了後
、割込み1があったかどうかをチェックし、なければ次
の命令を実行し、あれば割込み処理を行う。この割込み
処理とその後の動作は、上記CU側でブレークさせる場
合で述べたCU側での動作と同じである。
The operation on the CU side is as follows. After completing the instruction, C and Ul check whether there is an interrupt 1. If not, execute the next instruction, and if so, perform interrupt processing. This interrupt processing and subsequent operations are the same as the operations on the CU side described above in the case of causing a break on the CU side.

以上、CU側の動作フローを第2図に、PE側の動作フ
ローを第3図に示す。第2図及び第3図における破線で
囲ったブロック31.32はソフトで対処すべき割込み
処理ルーチンであり、デバグの内容が異なる場合、当然
、このルーチンは異ってくる。しかし、デバグに必要な
ブレークと同時点でのブレークはハードウェアでサポー
トしている。
The operational flow on the CU side is shown in FIG. 2, and the operational flow on the PE side is shown in FIG. 3. Blocks 31 and 32 surrounded by broken lines in FIGS. 2 and 3 are interrupt processing routines that should be handled by software, and if the content of debugging is different, this routine will naturally be different. However, breaks necessary for debugging and breaks at the same time are supported by hardware.

なお、第1図のORゲート17は、各PEが任意の地点
で割込み1を発生させる役割をするものである。
Note that the OR gate 17 in FIG. 1 serves to cause each PE to generate an interrupt 1 at an arbitrary point.

このような構成になっているがら、CUおよび各PEの
任意のプログラム地点にデバグ命令が挿入でき、かつデ
バグ命令が実行した時点と同時点で全PEまたは任意の
PEがブレークできるので、さらにブレークした次の命
令から再スター1〜が可能な割込み、およびPEのメモ
リをCUが見る事ができるようなメモリ切替え制御が可
能である。
Even with this configuration, debug instructions can be inserted at any program point in the CU and each PE, and all PEs or any PE can break at the same time the debug instruction is executed, making it even easier to break. It is possible to perform an interrupt that allows restarting from 1 to 1 from the next instruction issued, and memory switching control that allows the CU to view the memory of the PE.

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

以上説明したように1本発明によればブレーク時点と同
時点でCUおよびPEをブレークでき、またCUからP
Eメモリが見えるので、並列処理装置上でのMIMDの
プログラム地点グを効率的に行わしめることができる。
As explained above, according to the present invention, CU and PE can be broken at the same time as the break time, and
Since the E memory is visible, MIMD program location on the parallel processing device can be efficiently performed.

また、デバグ命令をプログラムのステップ毎に挿入する
事によりトレ−スモードとしてのデバグが可能である。
Further, debugging in trace mode is possible by inserting a debugging instruction at each step of the program.

さらに。moreover.

デバグ命令を発出した時点で、その割込み1を送出する
際に各PE個別に送出するか、またはPE側で割込み1
に対するマスクを制御することによって任意のPEの停
止が可能であり、かつデバグ命令をCU、各PE側に任
意に挿入できるので、幅広いデバグがサポートできる。
When issuing a debug instruction, either send it to each PE individually when sending interrupt 1, or interrupt 1 on the PE side.
By controlling the mask for PE, it is possible to stop any PE, and debug instructions can be arbitrarily inserted into the CU and each PE, so a wide range of debugging can be supported.

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

第1図は本発明の一実施例のCU、PEの構成図、第2
図はデバグ時のCU上での処理フロー例を示す図、第3
図はデバグ時のPE上での処理フロー例を示す図、第4
図は並列処理システムの全体的な構成例を示す図、第5
図はSIMDのデバグ時の処理フロー例を示す図、第6
図はMIMDのデバグ時の処理フロー例を示す図である
。 1・・・コントロール・ユニツ)−(CU)、2・・・
プロセッサ・エレメント(P E)、11.1−2・・
・メモリ、  12.22・・・プロセッサ部、   
13.23・・・割込み処理部、14.15.16.2
4・・・制御フリップフロツプ5 17・・・ORゲー
ト。 第  4  図 第  5  図 ロロ一圓
Figure 1 is a configuration diagram of the CU and PE of one embodiment of the present invention, and Figure 2
The figure shows an example of the processing flow on the CU during debugging.
The figure shows an example of the processing flow on the PE during debugging.
Figure 5 shows an example of the overall configuration of a parallel processing system.
The figure shows an example of the processing flow when debugging SIMD.
The figure is a diagram showing an example of a processing flow when debugging MIMD. 1...Control unit)-(CU), 2...
Processor element (PE), 11.1-2...
・Memory, 12.22... Processor section,
13.23...Interrupt processing unit, 14.15.16.2
4... Control flip-flop 5 17... OR gate. Figure 4 Figure 5 Rollo circle

Claims (1)

【特許請求の範囲】[Claims] (1)ネットワーク状に結合された複数のプロセッサ・
エレメントと、各プロセッサ・エレメントを制御するコ
ントロール・ユニットからなる並列処理システムにおい
て、前記コントロール・ユニットには、該コントロール
・ユニットおよび各プロセッサ・エレメントの任意のプ
ログラム・ロケーションでブレークさせた時、全プロセ
ッサ・エレメントあるいは任意のプロセッサ・エレメン
トを停止状態にせしめる手段と、プロセッサ・エレメン
トのメモリをコントロール・ユニット側に切替えること
を該プロセッサ・エレメントに指示する手段と、ブレー
ク解除後、各プロセッサ・エレメントに対して、ブレー
クした次の命令から再スタートをかける手段とを設け、
各プロセッサ・エレメントには、該プロセッサ・エレメ
ントの任意のプログラム・ロケーションでブレークさせ
た時、その旨をコントロール・ユニットに通知する手段
と、前記コントロール・ユニットからの指示により該プ
ロセッサ・エレメントのメモリをコントロール・ユニッ
ト側に切替える手段を設けたことを特徴する並列処理シ
ステム。
(1) Multiple processors connected in a network
In a parallel processing system consisting of an element and a control unit that controls each processor element, the control unit has the ability to control all processors when a break is made at an arbitrary program location of the control unit and each processor element.・Means for stopping the element or any processor element, means for instructing the processor element to switch the memory of the processor element to the control unit side, and means for each processor element after the break is released. and a means to restart from the next instruction after the break,
Each processor element has a means for notifying a control unit when a break is caused at an arbitrary program location of the processor element, and a means for notifying a control unit to that effect, and a means for controlling the memory of the processor element according to instructions from the control unit. A parallel processing system characterized by providing switching means on the control unit side.
JP26046184A 1984-12-10 1984-12-10 Parallel processing system Pending JPS61138361A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP26046184A JPS61138361A (en) 1984-12-10 1984-12-10 Parallel processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP26046184A JPS61138361A (en) 1984-12-10 1984-12-10 Parallel processing system

Publications (1)

Publication Number Publication Date
JPS61138361A true JPS61138361A (en) 1986-06-25

Family

ID=17348267

Family Applications (1)

Application Number Title Priority Date Filing Date
JP26046184A Pending JPS61138361A (en) 1984-12-10 1984-12-10 Parallel processing system

Country Status (1)

Country Link
JP (1) JPS61138361A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5159221A (en) * 1989-08-31 1992-10-27 Mitsuba Electric Manufacturing Co., Ltd. Brush holder structure in electric motor
US5266022A (en) * 1989-08-31 1993-11-30 Mitsuba Electric Manufacturing Co., Ltd. Mold structure for manufacturing brush holder as part of an integrated molding process for an electric motor gear frame housing
US5304880A (en) * 1992-05-14 1994-04-19 Asmo Co., Ltd. Wire connection structure of electric rotating machinery

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5159221A (en) * 1989-08-31 1992-10-27 Mitsuba Electric Manufacturing Co., Ltd. Brush holder structure in electric motor
US5266022A (en) * 1989-08-31 1993-11-30 Mitsuba Electric Manufacturing Co., Ltd. Mold structure for manufacturing brush holder as part of an integrated molding process for an electric motor gear frame housing
US5304880A (en) * 1992-05-14 1994-04-19 Asmo Co., Ltd. Wire connection structure of electric rotating machinery

Similar Documents

Publication Publication Date Title
US6718294B1 (en) System and method for synchronized control of system simulators with multiple processor cores
JP2765411B2 (en) Virtual computer system
JPH02171934A (en) Virtual machine system
KR19990044957A (en) Methods and apparatus that affect the processing of subsequent instructions in a data processor
JP2001134466A (en) Debug device and debug method and program recording medium
JPS62159268A (en) Multi-processor system
KR920003044B1 (en) Control system for guest execution of virtual computer system
JP2522158B2 (en) Program debugging method for multiprocessor system
JPS61138361A (en) Parallel processing system
JP2823230B2 (en) How to continue processing
JPH0588933A (en) Parallel processing system with debugging function
JPS60124746A (en) Data processing unit
JP3449812B2 (en) Control electronics
JPH01201730A (en) Information processor
JPS6214240A (en) Program inspecting system
JPH02135545A (en) Execution control processing system for debugger
JPH01147639A (en) Multi-programming debug device
JPH06161817A (en) Thread on-line debugging device
JPS62290942A (en) Debugger starting system
JPH02284236A (en) Program debugging processor
JP2001216180A (en) Information processor, its control method and storage medium
JP2000122882A (en) Multi-thread processor and debugging device
JPH02207340A (en) Emulation system and emulator
JPH0232651B2 (en)
JPS60117344A (en) Arithmetic processor