JPS635460A - Parallel computer - Google Patents

Parallel computer

Info

Publication number
JPS635460A
JPS635460A JP61150321A JP15032186A JPS635460A JP S635460 A JPS635460 A JP S635460A JP 61150321 A JP61150321 A JP 61150321A JP 15032186 A JP15032186 A JP 15032186A JP S635460 A JPS635460 A JP S635460A
Authority
JP
Japan
Prior art keywords
copy
flag
valid
buffer memory
computer
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
JP61150321A
Other languages
Japanese (ja)
Inventor
Akira Jinzaki
明 陣崎
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.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP61150321A priority Critical patent/JPS635460A/en
Publication of JPS635460A publication Critical patent/JPS635460A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/16Combinations of two or more digital computers each having at least an arithmetic unit, a program unit and a register, e.g. for a simultaneous processing of several programs
    • G06F15/163Interprocessor communication
    • G06F15/167Interprocessor communication using a common memory, e.g. mailbox

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Memory System Of A Hierarchy Structure (AREA)

Abstract

PURPOSE:To eliminate an access competition on a network and to reduce the deterioration in a processing speed by making the respective buffer memories for plural computers a shared memory and providing an effectiveness/ ineffectiveness flag and a copy presence/absence flag. CONSTITUTION:There are provided buffer memories BM21, 22,... which can be used as the shared memory in the computers 1, 2,... and connected by the network 60. With respect to the contents of the respective BMs, the effectiveness/ineffectiveness flags 41, 42,... and the copy presence and absence flags 31, 32,... from other computer are provided and the respective BMs are used as the shared memory by control circuits 11, 12,.... When the effectiveness/ ineffectiveness flag is effective, the data of one's own BM is directly read and when other computer does not copy the data of one's own BM, it is directly written. Thereby, the access competition of the reading and the writing in the respective BMs is removed.

Description

【発明の詳細な説明】 〔斗既要〕 複数の計算機夫々のバッファメモリを共有メモリとし、
これ等のバッファメモリの内容が有効か無効かを示す有
効無効フラグ及び内容が他の計算機からコピーされたか
否かを示すコピー有無フラグを設け、有効無効フラグが
有効の時はネットワークを介せず自パンファメモリより
直接リードすることで、ネットワーク上のアクセス競合
をなくし、コピー有無フラグがコピー無しの時は、他の
計算機のバッファメモリが同じアドレスのデータを保有
していないので、自パンファメモリに直接ライトするこ
とでネットワーク上のアクセス競合をなくして、アクセ
ス競合の機会を減じ、アクセス競合による処理速度の低
下を減するようにしたものである。
[Detailed description of the invention] [Required] The buffer memory of each of a plurality of computers is shared memory,
A valid/invalid flag indicating whether the contents of these buffer memories are valid or invalid and a copy presence/absence flag indicating whether the contents have been copied from another computer are provided, and when the valid/invalid flag is valid, the data is not passed through the network. By reading directly from the own breadthreader memory, access conflicts on the network are eliminated, and when the copy presence/absence flag is set to "no copy", since the buffer memory of another computer does not hold data at the same address, the own breadthreader By writing directly to memory, access contention on the network is eliminated, reducing opportunities for access contention and decreasing processing speed due to access contention.

〔産業上の利用分野〕[Industrial application field]

本発明は共有メモリ構成による並列計算機に関する。 The present invention relates to a parallel computer with a shared memory configuration.

並列計算機の目的は1個の大きなデータ処理を複数に分
割し、複数の計算機によって並列的に処理することによ
って、単一計算機よりも高速の処理性能を得ることにあ
る。
The purpose of parallel computers is to obtain faster processing performance than a single computer by dividing the processing of one large piece of data into multiple parts and processing them in parallel by multiple computers.

複数の計算機が並列的に処理を行う時、計算機間でデー
タの授受等の計算機間通信を行う必要があるが、この計
算機間通信は一般的に共有メモリ(複数の計算機からア
クセス出来るメモリ)を用いて行われる。
When multiple computers perform processing in parallel, it is necessary to perform intercomputer communication such as sending and receiving data between the computers, but this intercomputer communication generally uses shared memory (memory that can be accessed by multiple computers). It is done using

計算機は夫々独立的に動作している為、共有メモリのア
クセスが競合することがあり、この時はアービトレーシ
ョン(順序づけ)する必要があり、アクセス速度が非常
に遅くなってしまう可能性がある。
Since each computer operates independently, accesses to the shared memory may compete, and in this case arbitration (ordering) is required, which can result in extremely slow access speeds.

この結果、計算機間通信のアービトレーション等を行う
オーバヘッドが増加し、処理速度の低下をきたすことに
なる。
As a result, the overhead for arbitration of inter-computer communication increases, resulting in a decrease in processing speed.

従ってアクセス競合によるオーバヘッドの小さい共有メ
モリ構成の並列計算機の提供が望まれている。
Therefore, it is desired to provide a parallel computer with a shared memory configuration that has low overhead due to access contention.

〔従来の技術〕[Conventional technology]

従来例としては、下記文献505頁にrBr。 As a conventional example, see rBr on page 505 of the following document.

adcast  WriteJ方式として紹介されてい
るものがあり、これについて図を用いて説明する。
There is a method that has been introduced as the adcast WriteJ method, which will be explained using figures.

rcache  MemoriesJ Alan  Jay  Sm1th著 出典rACM  Computing  5urvey
s  Vol、14  No、3 1982年」第5図
は従来例の並列計算機のブロック図である。
rcache MemoriesJ Alan Jay Sm1th Source rACM Computing 5urvey
s Vol. 14 No. 3 1982" FIG. 5 is a block diagram of a conventional parallel computer.

図中、1 2.3はコンピュータ(計算機)、11’、
12°、13゛は制御回路、21,22゜23はバッフ
ァメモリ、41 42.43はバッファメモリに有効デ
ータが有る時を有効、無い時を無効とする有効無効フラ
グ、60゛はネットワーク、61” はネットワーク内
の制御線、90は共有メモリを示す。
In the figure, 1 2.3 is a computer (calculator), 11',
12°, 13° are control circuits, 21, 22°, 23 are buffer memories, 41 42. 43 are valid/invalid flags that are valid when there is valid data in the buffer memory and invalid when there is no valid data, 60゛ is a network, 61 ” indicates a control line within the network, and 90 indicates a shared memory.

第5図は、共有メモリ90より高速のキャッシュメモリ
をバッファメモリ21. 221 23に用い、3台の
コンピュータ11’、12”、13゛にて構成された場
合の例である。
FIG. 5 shows a cache memory which is faster than the shared memory 90 and a buffer memory 21. 221 and 23, and is configured with three computers 11', 12'', and 13''.

これでは、制御回路(11’、12°、13゛)の制御
により次の如くアクセスする。
In this case, access is performed as follows under the control of the control circuit (11', 12°, 13').

(1)リードアクセス。例えばバッファメモリ21に有
効データがあり有効無効フラグ41が有効の時は、バッ
ファメモリ21をリードする。
(1) Read access. For example, when there is valid data in the buffer memory 21 and the valid/invalid flag 41 is valid, the buffer memory 21 is read.

バッファメモリ21のデータが無効で有効無効フラグ4
1が無効の時は、ネットワーク60゛を介して共有メモ
リ90をアクセスする。(この時はアクセス競合有り) (2)ライトアクセス。次の動作を同時に行う。
Data in buffer memory 21 is invalid and valid/invalid flag 4
1 is invalid, the shared memory 90 is accessed via the network 60'. (At this time, there is an access conflict.) (2) Write access. Perform the following actions simultaneously.

(イ)バッファメモリ例えば21にデータをライトする
(b) Write data to the buffer memory, for example 21.

(ロ)ネットワーク60゛を介して共有メモリ90にデ
ータをライトする。(アクセス競合あり)(ハ)制御線
61“を介して他の計算機のバッファメモリ22.23
の有効無効フラグ42.43を無効とする。
(b) Write data to the shared memory 90 via the network 60'. (There is an access conflict) (c) Buffer memory 22, 23 of another computer via the control line 61"
The valid/invalid flags 42 and 43 are invalidated.

このようにして、共有メモリ90を用いてコンピュータ
1,2.3間のデータの授受を行っている。
In this way, the shared memory 90 is used to exchange data between the computers 1, 2.3.

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

しかしながら、上記従来の並列計算機では、リードアク
セス時はバッファメモリ内に有効データが有る限り、ネ
ットワーク60′をアクセスしないので、この時はアク
セス競合はないが、ライトアクセス時には必ずネットワ
ーク60”を介して共有メモリ90及び他計算機の有効
無効フラグをアクセスせねばならず常にアクセス競合が
ありえ、処理速度が低下する問題点がある。
However, in the above-mentioned conventional parallel computer, as long as there is valid data in the buffer memory during read access, the network 60' is not accessed, so there is no access contention at this time, but during write access, the network 60' is always accessed. Since the shared memory 90 and the valid/invalid flags of other computers must be accessed, there is always the possibility of access conflict, which poses a problem of slowing down the processing speed.

〔問題点を解決するための手段〕[Means for solving problems]

上記問題点は、第1図に示す如く、複数の計算機1,2
,3.  ・・・夫々に共有メモリとして使用するよう
バッファメモリ21.22,23.  ・・・を備え、
ネットワーク60で接続し、該複数の計算ml、2,3
.  ・・・夫々にバッファメモリの内容が有効か無効
かを示す有効無効フラグ41.42.43.  ・・・
及び内容が他の計算機からコピーされたか否かを示すコ
ピー有無フラグ31.32,33.  ・・・及び該ネ
ットワーク60を介して該バッファメモリ21,22,
23.  ・・・及び有効無効フラグ41,42.43
.  ・・・及びコピー有無フラグ31,32,33.
  ・・・を制御する制御回路11.12,13.  
・・・を設け、 該制御回路11,12,13.  ・・・に、 自バッ
ファメモリをリードアクセスする時は、有効無効フラグ
が有効であればリードし、無効であれば他の計算機のバ
ッファメモリからデータをコピーして自バッファメモリ
に記憶し、他の計算機のコピー有無フラグをコピー有り
とすると共に自計算機のコピー有無フラグをコピー有り
、有効無効フラグを有効とすることを同時に行いリード
する手段及び自バッファメモリにライトアクセスする時
は、コピー有無フラグがコピー無しならばライトし、コ
ピー有りであれば、他の計算機の有効無効フラグを無効
にしコピー有無フラグをコピー有りとすると共に自計算
機の有効無効フラグを有効。
The above problem is caused by multiple computers 1 and 2 as shown in Figure 1.
,3. . . . Buffer memories 21, 22, 23 . . . are respectively used as shared memory. Equipped with...
Connected via network 60, the plurality of calculations ml, 2, 3
.. . . . Valid/invalid flags 41, 42, 43, which indicate whether the contents of the buffer memory are valid or invalid, respectively. ...
and copy presence/absence flags 31, 32, 33, which indicate whether the contents have been copied from another computer. ...and the buffer memories 21, 22, via the network 60.
23. ...and valid/invalid flags 41, 42, 43
.. ... and copy presence/absence flags 31, 32, 33.
Control circuits 11, 12, 13 .
... are provided, and the control circuits 11, 12, 13 . ...When accessing the own buffer memory for reading, if the valid/invalid flag is valid, the read is performed, and if it is invalid, the data is copied from the buffer memory of another computer and stored in the own buffer memory, and then the other computer's buffer memory is read. A means of reading by simultaneously setting the copy presence flag of the computer to copy presence, setting the copy presence flag of the own computer to copy presence, and validating the valid/invalid flag, and when writing access to the own buffer memory, the copy presence flag. If there is no copy, write it, and if there is a copy, invalidate the valid/invalid flag of the other computer, set the copy presence/absence flag to copy, and enable the valid/invalid flag of the own computer.

コピー有無フラグをコピー無しとすることを同時に行い
ライトする手段を持たせた本発明の並列計算機により解
決される。
This problem is solved by the parallel computer of the present invention, which has means for simultaneously setting and writing the copy flag to indicate no copy.

〔作用〕[Effect]

本発明によれば、バッファメモリの内容が有効か無効か
を示す有効無効フラグ41,42,43゜・・・及び内
容が他の計算機からコピーされたか否かを示すコピー有
無フラグ31,32,33゜・・・を設け、各計算機の
バッファメモリ11゜12.13.  ・・・を、制御
回路11. 12. 13、・・・の制御により共有メ
モリとして使用するが、有効無効フラグが有効の時はネ
ットワークを介することなく自バッファメモリのデータ
をリードすることでリードアクセス競合の機会を減する
ことが出来ると同様に、自バッファメモリのデータが他
のコンピュータがコピーしていない時はその侭ライトし
てもよい点に着目し、コピー有り無しを示すコピー有無
フラグ31,32,33゜・・・が、コピー無しの時は
ネットワーク60を介せずバッファメモリにライトする
ことで、コピー無しの間のライトアクセス競合の機会を
なくし、全体としてのアクセス競合の機会を減じ、処理
速度低下を減することが出来るようにしたものである。
According to the present invention, valid/invalid flags 41, 42, 43°, etc. indicating whether the contents of the buffer memory are valid or invalid, and copy presence flags 31, 32, 33°... are provided, and the buffer memory of each computer is 11°, 12.13. ..., the control circuit 11. 12. 13. It is used as a shared memory under the control of..., but when the valid/invalid flag is valid, the chances of read access contention can be reduced by reading the data in the own buffer memory without going through the network. Similarly, focusing on the fact that data in the own buffer memory may be written while it is not being copied by another computer, the copy presence/absence flags 31, 32, 33°, etc., which indicate whether or not the data is copied, are set as follows. By writing to the buffer memory without going through the network 60 when there is no copying, it is possible to eliminate the chance of write access contention while there is no copying, reduce the chance of access contention as a whole, and reduce the reduction in processing speed. It was made possible.

〔実施例〕〔Example〕

第2図は本発明の実施例の制御回路を中心としたブロッ
ク図、第3図は本発明の実施例の制御回路のリードアク
セス、ライトアクセスの処理フローを示す図、第4図は
リードアクセス、ライトアクセス前後のフラグの状態変
化の1例を示す図である。
FIG. 2 is a block diagram centered on the control circuit of the embodiment of the present invention, FIG. 3 is a diagram showing the processing flow of read access and write access of the control circuit of the embodiment of the present invention, and FIG. 4 is the read access , is a diagram illustrating an example of a state change of a flag before and after a write access.

図中11は制御回路、31はコピー有無フラグ、91は
制御部、SWI、SW2はスイッチを示し、尚全図を通
じ同一符号は同一機能のものを示す。
In the figure, 11 is a control circuit, 31 is a copy presence/absence flag, 91 is a control unit, SWI, SW2 are switches, and the same reference numerals indicate the same functions throughout the figures.

第2図は1個のコンピュータ部分を代表して制御回路工
1を中心にして実施例を示したもので、制御回路11内
の制御部91は、論理回路又はソフトウェアを用い、ス
イッチSWI、SW2を実線側にして自パンファメモリ
21に、コンピュータ1よりのアドレスを与えリードラ
イトを行う場合と、点線側にし、他のコンピュータのバ
ッファメモリに、コンピュータ1よりのアドレスを与え
リードライトする制御及びコピー有無フラグ31及び有
効無効フラグ41をリードしたりセントしたり、他のコ
ンピュータの有効無効フラグ、コピー有無フラグをセン
トする制御をし、第3図の処理フローの如くリードアク
セス、ライトアクセスをさせるものである。
FIG. 2 shows an embodiment centering on the control circuit engineer 1 as a representative of one computer part. When set to the solid line side, the address from the computer 1 is given to the own buffer memory 21 for read/write operations, and when set to the dotted line side, the address from the computer 1 is given to the buffer memory of another computer for control and read/write operations. It reads and writes the copy presence/absence flag 31 and the valid/invalid flag 41, controls the sending of the valid/invalid flag and the copy presence/absence flag of other computers, and performs read access and write access as shown in the processing flow of FIG. 3. It is something.

データのアクセスにはアドレスは必要であるが判り易い
ようにこれを除き又スイッチSWI、SW2の動作の説
明も除き以下説明する。
An address is necessary for data access, but for the sake of clarity, the following explanation will exclude this address and also exclude the explanation of the operations of the switches SWI and SW2.

尚この動作は従来のキャッシュメモリ技術により実現出
来る。
Note that this operation can be realized using conventional cache memory technology.

尚又第3図第4図では有効無効フラグをVFで、コピー
有無フラグをCFで、バッファメモリをBMで示し第4
図の−はどのような状態でもよいことを示している。
Furthermore, in Fig. 3 and Fig. 4, the valid/invalid flag is indicated by VF, the copy presence/absence flag is indicated by CF, and the buffer memory is indicated by BM.
- in the figure indicates that any state is acceptable.

リードアクセス時は、制御部91は有効無効フラグ41
をリードし、第3図(A)に示す如く、有効ならバッフ
ァメモリ21よりリードし、無効であれば、他のコンピ
ュータのバッファメモリから第1図に示すネットワーク
60を介して有効データをコピーし、バッファメモリ2
1にライトし、他のコンピュータのコピー有無フラグを
無条件にコピー有りとし、他のコンピュータがライトす
る時は第3図(B)のライトアクセスのYes側を実行
するようにすると共に自コンピュタ1のコピー有無フラ
グ31をコピー有り、有効無効フラグ41を有効とする
ことを同時に行い、バッファメモリ21よりリードする
During read access, the control unit 91 sets the valid/invalid flag 41
As shown in FIG. 3(A), if the data is valid, it is read from the buffer memory 21, and if it is invalid, the valid data is copied from the buffer memory of another computer via the network 60 shown in FIG. , buffer memory 2
1, and set the copy flag of other computers to copy status unconditionally. When another computer writes, it executes the Yes side of the write access in FIG. At the same time, the copy presence/absence flag 31 is set to indicate copying, and the valid/invalid flag 41 is set to valid, and the data is read from the buffer memory 21.

このリードアクセスの前後のフラグの状態を示すと第4
図(A)に示す如くになる。
The state of the flag before and after this read access is shown in the fourth
The result is as shown in Figure (A).

ライトアクセス時は、制御部91は、コピー有無フラグ
41をリードし、第3図(B)に示す如く、コピー無し
ならば、バッファメモリ21にライトし、有りならば、
他のコンピュータの有効無効フラグを無効にし、リード
アクセスを禁じ、コピー有無フラグをコピー有りとして
直接ライト出来なくすると共に自コンピュータlの有効
無効フラグ41を有効、コピー有無フラグ31をコピー
無しとすることを同時に行い、バッファメモリ21にラ
イトし、以後他のコンピュータがこれをリード、又は他
のバッファメモリにライトしない限り、自バッファメモ
リ21をアクセス出来ることとする。
At the time of write access, the control unit 91 reads the copy presence/absence flag 41, and as shown in FIG. 3(B), if there is no copy, writes it to the buffer memory 21, and if there is,
Disabling the valid/invalid flag of another computer, prohibiting read access, setting the copy presence/absence flag to indicate copying and disabling direct writing, and setting the valid/invalid flag 41 of the own computer L to be valid and the copy presence/absence flag 31 to indicate no copy. are performed at the same time and written to the buffer memory 21, and thereafter the own buffer memory 21 can be accessed unless another computer reads it or writes it to another buffer memory.

このライトアクセス前後の状態を示すと第4図(B)に
示す如くなる。
The states before and after this write access are shown in FIG. 4(B).

尚同時に複数のコンピュータが、コピー有無フラグがコ
ピー有りで、自パンファメモリをライトアクセスした場
合は、第1図のネットワーク60の制御線61を介して
各コンピュータは、他のコンピュータの有効無効フラグ
を無効、コピーを無フラグをコピー有りと同時に設定し
ようとするが、同時にはなしえず順序付けされるので、
フラグ設定が不定となることはない。
If multiple computers write write access to their own expansion memory at the same time, with the copy presence/absence flag indicating copy, each computer can access the valid/invalid flag of the other computers via the control line 61 of the network 60 in FIG. I'm trying to set the flag to disable and the no copy flag to the copy flag at the same time, but they can't be done at the same time and are ordered, so
The flag setting is never undefined.

尚第1図のネットワーク60はコモンバスや、データ交
換ネットワークや、ローカルエリアネットワーク等によ
って実現出来る。
Note that the network 60 in FIG. 1 can be realized by a common bus, a data exchange network, a local area network, or the like.

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

以上詳細に説明せる如く本発明によれば、ライトアクセ
ス時に、自パンファメモリのデータが他のコンピュータ
にコピーされていない間は、ネットワークをアクセスし
ないので、この間アクセス競合の機会が滅じ、処理速度
の低下を少なくすることが出来る効果がある。
As explained in detail above, according to the present invention, during write access, the network is not accessed while the data in the own breadthreader memory is not being copied to another computer, so opportunities for access conflicts are eliminated during this time, and processing This has the effect of reducing the decrease in speed.

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

第1図は本発明の原理ブロック図、 第2図は本発明の実施例の制御回路を中心としたブロッ
ク図、 第3図は本発明の実施例の制御回路のリードアクセス、
ライトアクセスの処理フローを示す図、第4図はリード
アクセス、ライトアクセス前後のフラグの状態変化を示
す図、 第5図は、従来例の並列計算機のブロック図である。 図において、 1.2.3はコンピュータ(計算機)、11.12,1
3.11’、12’、13“ は制御卸回路、 21.22.23はバッファメモリ、 31.32.33はコピー有無フラグ、41.42.4
3は有効無効フラグ、 60.60′ はネットワーク、 61.61’  はネットワーク内の制御線、90は共
有メモリ、 91は制御部を示す。 お発ν8の災防とグJの弗゛封叩已給ど叩t14とtr
=7UJ−v 7図 千2 ス f!If’J /) I列8士算への70ツフに茅 5
  K
Fig. 1 is a block diagram of the principle of the present invention, Fig. 2 is a block diagram centered on the control circuit of the embodiment of the present invention, and Fig. 3 is a read access of the control circuit of the embodiment of the present invention.
FIG. 4 is a diagram showing a processing flow of a write access, FIG. 4 is a diagram showing changes in the state of flags before and after read access and write access, and FIG. 5 is a block diagram of a conventional parallel computer. In the figure, 1.2.3 is a computer (calculator), 11.12, 1
3.11', 12', 13" are control wholesale circuits, 21.22.23 is buffer memory, 31.32.33 is copy presence/absence flag, 41.42.4
3 is a valid/invalid flag, 60.60' is a network, 61.61' is a control line in the network, 90 is a shared memory, and 91 is a control unit. The disaster prevention of ν8 and the sealing of GJ are provided, and t14 and tr
=7UJ-v 7 figure 12 sf! If'J /) 70 Tsufu to I column 8 Shisan 5
K

Claims (1)

【特許請求の範囲】 複数の計算機(1、2、3、・・・)夫々に共有メモリ
として使用するようバッファメモリ(21、22、23
、・・・)を備え、ネットワーク(60)で接続し、該
複数の計算機(1、2、3、・・・)夫々にバッファメ
モリの内容が有効か無効かを示す有効無効フラグ(41
、42、43、・・・)及び内容が他の計算機からコピ
ーされたか否かを示すコピー有無フラグ(31、32、
33、・・・)及び該ネットワーク(60)を介して該
バッファメモリ(21、22、23、・・・)及び有効
無効フラグ(41、42、43、・・・)及びコピー有
無フラグ(31、32、33、・・・)を制御する制御
回路(11、12、13、・・・)を設け、 該制御回路(11、12、13、・・・)に、自バッフ
ァメモリをリードアクセスする時は、有効無効フラグが
有効であればリードし、無効であれば他の計算機のバッ
ファメモリからデータをコピーして自バッファメモリに
記憶し、他の計算機のコピー有無フラグをコピー有りと
すると共に自計算機のコピー有無フラグをコピー有り、
有効無効フラグを有効とすることを同時に行いリードす
る手段及び自バッファメモリにライトアクセスする時は
、コピー有無フラグがコピー無しならばライトし、コピ
ー有りであれば、他の計算機の有効無効フラグを無効に
しコピー有無フラグをコピー有りとすると共に自計算機
の有効無効フラグを有効、コピー有無フラグをコピー無
しとすることを同時に行いライトする手段を持たせたこ
とを特徴とする並列計算機。
[Claims] Buffer memories (21, 22, 23) are provided to be used as shared memory for a plurality of computers (1, 2, 3, . . . ).
,...) connected via a network (60), and each of the plurality of computers (1, 2, 3,...) is provided with a valid/invalid flag (41) indicating whether the contents of the buffer memory are valid or invalid.
, 42, 43, ...) and a copy existence flag (31, 32, . . . ) indicating whether the content has been copied from another computer.
) and the buffer memory (21, 22, 23,...), the valid/invalid flag (41, 42, 43,...) and the copy presence/absence flag (31,...) via the network (60). A control circuit (11, 12, 13,...) is provided to control the buffer memory (11, 12, 13,...), and the control circuit (11, 12, 13,...) has read access to its own buffer memory. When doing so, read if the valid/invalid flag is valid, and if invalid, copy the data from the buffer memory of another computer and store it in its own buffer memory, and set the copy presence/absence flag of the other computer to copy. In addition, the copy presence/absence flag of the own computer is set to copy,
A means of simultaneously validating and reading the valid/invalid flag, and when writing access to the own buffer memory, writes if the copy flag indicates that there is no copy, and if there is a copy, sets the valid/invalid flag of another computer. A parallel computer is provided with a means for simultaneously invalidating and writing a copy presence/absence flag to indicate copying, validating a valid/invalid flag of its own computer, and setting a copy presence/absence flag to non-copying.
JP61150321A 1986-06-26 1986-06-26 Parallel computer Pending JPS635460A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP61150321A JPS635460A (en) 1986-06-26 1986-06-26 Parallel computer

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP61150321A JPS635460A (en) 1986-06-26 1986-06-26 Parallel computer

Publications (1)

Publication Number Publication Date
JPS635460A true JPS635460A (en) 1988-01-11

Family

ID=15494465

Family Applications (1)

Application Number Title Priority Date Filing Date
JP61150321A Pending JPS635460A (en) 1986-06-26 1986-06-26 Parallel computer

Country Status (1)

Country Link
JP (1) JPS635460A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04150237A (en) * 1990-10-09 1992-05-22 Fujitsu Ten Ltd Data transmission method

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04150237A (en) * 1990-10-09 1992-05-22 Fujitsu Ten Ltd Data transmission method

Similar Documents

Publication Publication Date Title
JPH01320564A (en) Parallel processor
JPS5824954A (en) Address controlling system
JPS635460A (en) Parallel computer
JPH0546527A (en) Dual port memory circuit
JPH0281255A (en) Multi-processor computer multiple device
JPS63142455A (en) Semiconductor storage device
JP3019323B2 (en) Direct access to image memory
JP3226557B2 (en) Multiprocessor system
JPH04181454A (en) Data access controller
JPH024020B2 (en)
JPS63217460A (en) Buffer control circuit
JPH0351943A (en) Sharing system for high/low speed bus lines
JPS6086656A (en) Inter-processor interface circuit
JPH0630085B2 (en) Computer system
JPH0612363A (en) Memory controller and multiprocessor system
JPS61161560A (en) Memory device
JPH086905A (en) Access arbitration circuit for multi-port ram
JPS60140444A (en) Control method of partial write to share memory
JPH0322073A (en) Data transfer controller
JPS62272352A (en) Memory control circuit
JPS63127359A (en) Memory access system
JPH04291642A (en) Cache control system
JPS63201810A (en) Time system for information processing system
JPS5921062B2 (en) Memory contention control method
JPS642985B2 (en)