JPH08212179A - Data communication device for multiprocessor system - Google Patents

Data communication device for multiprocessor system

Info

Publication number
JPH08212179A
JPH08212179A JP7020204A JP2020495A JPH08212179A JP H08212179 A JPH08212179 A JP H08212179A JP 7020204 A JP7020204 A JP 7020204A JP 2020495 A JP2020495 A JP 2020495A JP H08212179 A JPH08212179 A JP H08212179A
Authority
JP
Japan
Prior art keywords
data
communication
message
dma
communication device
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP7020204A
Other languages
Japanese (ja)
Other versions
JP2739830B2 (en
Inventor
Tomoyoshi Sugawara
智義 菅原
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
Family has litigation
First worldwide family litigation filed litigation Critical https://patents.darts-ip.com/?family=12020644&utm_source=google_patent&utm_medium=platform_link&utm_campaign=public_patent_search&patent=JPH08212179(A) "Global patent litigation dataset” by Darts-ip is licensed under a Creative Commons Attribution 4.0 International License.
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP7020204A priority Critical patent/JP2739830B2/en
Publication of JPH08212179A publication Critical patent/JPH08212179A/en
Application granted granted Critical
Publication of JP2739830B2 publication Critical patent/JP2739830B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Multi Processors (AREA)
  • Computer And Data Communications (AREA)

Abstract

PURPOSE: To provide a data communication device for multiprocessor system which can perform the automatic selection between the message communication and the DMA (direct memory access) communication. CONSTITUTION: At a transmission node 31, a transmitting device selection means 13 decides whether the transmission data are larger than a prescribed data size. Then the means 13 selects a DMA transmitting device 15 if the transmission data are larger than the prescribed size. If not, the means 13 selects a message transmitting device 14. The device 15 sends the transmission data to a network 30 as a transmission signal of the DMA communication, and the device 14 sends the transmission data to the network 30 as a transmission signal of the message communication. At a reception node 32, a message receiving device 24 and a DMA receiving device 25 receive the reception signals from the network 30. Then a reception data integration means 23 integrates these received signals into the reception data.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の詳細な説明】本発明は、マルチプロセッサシ
ステム用データ通信装置に関し、特に、選択可能な複数
の通信手段を有するマルチプロセッサシテム用データ通
信装置に関する。
The present invention relates to a data communication device for a multiprocessor system, and more particularly to a data communication device for a multiprocessor system having a plurality of selectable communication means.

【0002】[0002]

【従来の技術】この種のマルチプロセッサシテム用デー
タ通信装置は、別々のプロセッサ上にあるプログラム同
士がデータの交換、同期などを行なうために用いられて
いる。
2. Description of the Related Art This type of data communication device for a multiprocessor system is used by programs on different processors for exchanging data and synchronizing with each other.

【0003】マルチプロセッサシテム用データ通信の方
法としてはメッセージ通信が広く利用されている。一般
にメッセージ通信では、送信されるデータを書き込むた
めのバッファ(送信バッファ)と受信されたデータを一
時的に格納するためのバッファ(受信バッファ)が必要
である。送信すべきデータは一旦送信バッファにコピー
され、宛先アドレスを含んだヘッダと共に、送信装置に
よってネットワーク上に送出される。ネットワークを伝
送されたデータは受信装置によりネットワークから取り
込まれ、受信バッファにコピーされる。受信者が受信バ
ッファからデータをコピーすることにより、受信は完了
する。このようにメッセージ通信は送信側、受信側の両
方で、データをコピーする必要があるため、コピーのオ
ーバーヘッドが大きくなる大量データの通信には向いて
いない。
Message communication is widely used as a data communication method for multiprocessor systems. Generally, in message communication, a buffer (transmission buffer) for writing transmitted data and a buffer (reception buffer) for temporarily storing received data are required. The data to be transmitted is once copied to the transmission buffer, and is sent out on the network by the transmitting device together with the header containing the destination address. The data transmitted through the network is fetched from the network by the receiving device and copied to the receiving buffer. Reception is completed by the recipient copying the data from the receive buffer. As described above, the message communication is not suitable for the communication of a large amount of data, which requires a large copy overhead because the data must be copied on both the transmitting side and the receiving side.

【0004】他のマルチプロセッサシステム用データ通
信の方法として、ネットワークを介したDMA(Dir
ect Memory Access)による通信(以
下DMA通信とする)がある。DMA通信ではデータは
直接、受信者のメモリ領域に書き込まれる。データがネ
ットワークを介して送られる点ではメッセージ通信とな
んら違いがないが、途中にバッファを必要とせず、コピ
ーのオーバヘッドが生じないという利点がある。しか
し、受信データを格納するためのメモリ領域を送信者が
予め知っておく必要があるため、DMA通信を行なう前
に受信者のメモリ領域を予約するためのプロトコルが必
要である。また、DMAを行なうハードウェアによって
は、DMA通信だけではDMAの終了を受信者が知るこ
とができない場合もあり、その場合はDMAの終了を知
らせるためのプロトコルが必要である。一般に、これら
プロトコルはメッセージ通信によっ実現される。このよ
うにDMA通信はメッセージ通信と比べてプロトコルの
オーバーヘッドが大きいため、少量データの通信には向
いていない。
As another data communication method for a multiprocessor system, DMA (Dir) via a network is used.
There is communication by ect Memory Access (hereinafter referred to as DMA communication). In DMA communication, data is directly written in the memory area of the receiver. There is no difference from message communication in that data is sent via a network, but it has the advantage that no buffer is required on the way and copy overhead does not occur. However, since the sender needs to know the memory area for storing the received data in advance, a protocol for reserving the memory area of the receiver is required before performing the DMA communication. Also, depending on the hardware that performs the DMA, the receiver may not be able to know the end of the DMA only by the DMA communication. In that case, a protocol for notifying the end of the DMA is required. Generally, these protocols are realized by message communication. As described above, the DMA communication has a larger protocol overhead than the message communication, and is not suitable for communication of a small amount of data.

【0005】従来、これらのマルチプロセッサシステム
用データ通信の方法は個別の通信手段として提供されて
いた。
Conventionally, these data communication methods for multiprocessor systems have been provided as individual communication means.

【0006】[0006]

【発明が解決しようとする課題】従来は、メッセージ通
信とDMA通信が個別のマルチプロセッサシステム用デ
ータ通信手段として提供されていたため、それらの手段
を用いて通信を行なうプログラムの中で、いずれかの通
信手段を明示的に選択する必要があった。さらに、プロ
セッサを跨いだデータ通信の効率を上げるためには、通
信されるデータのサイズや型に応じて、メッセージ通信
とDMA通信を適切に組合せる必要があった。
Conventionally, message communication and DMA communication have been provided as separate data communication means for multiprocessor systems. Therefore, any one of the programs for performing communication using these means may be used. It was necessary to explicitly select the communication method. Furthermore, in order to increase the efficiency of data communication across processors, it is necessary to appropriately combine message communication and DMA communication according to the size and type of data to be communicated.

【0007】それ故に本発明の課題は、メッセージ通信
とDMA通信の選択を自動化したマルチプロセッサシス
テム用データ通信装置を提供することにある。
Therefore, an object of the present invention is to provide a data communication device for a multiprocessor system in which selection between message communication and DMA communication is automated.

【0008】本発明の他の課題は、データのサイズや型
に応じてメッセージ通信とDMA通信を適切に組み合わ
せることにより、プロセッサを跨いだデータ通信の性能
を向上させるマルチプロセッサシステム用データ通信装
置を提供することにある。
Another object of the present invention is to provide a data communication device for a multiprocessor system that improves the performance of data communication across processors by appropriately combining message communication and DMA communication according to the size and type of data. To provide.

【0009】[0009]

【課題を解決するための手段】本発明によれば、送信デ
ータを送信するための送信ノードにおいて、前記送信デ
ータをメッセージ通信による送信信号として送信するた
めのメッセージ送信装置と、前記送信データをDMA通
信による送信信号として送信するためのDMA送信装置
と、前記送信データのサイズが所定サイズより大きいか
否かを判断し、前記送信データのサイズが前記所定サイ
ズより大きいときには前記DMA送信装置を選択し、さ
もなければ前記メッセージ送信装置を選択する送信装置
選択手段とを備えたことを特徴とする送信ノードが得ら
れる。
According to the present invention, in a transmission node for transmitting transmission data, a message transmitting device for transmitting the transmission data as a transmission signal by message communication, and the transmission data by DMA. A DMA transmission device for transmitting as a transmission signal by communication and whether or not the size of the transmission data is larger than a predetermined size is determined, and when the size of the transmission data is larger than the predetermined size, the DMA transmission device is selected. Otherwise, there is obtained a transmitting node comprising a transmitting device selecting means for selecting the message transmitting device.

【0010】また本発明によれば、通信信号を受信する
ための受信ノードにおいて、前記通信信号をメッセージ
通信による受信信号として受信するためのメッセージ受
信装置と、前記通信信号をDMA通信による受信信号と
して受信するためのDMA受信装置と、前記メッセージ
受信装置による受信信号と前記DMA受信装置による受
信信号とを統合し受信データを生成する統合手段とを備
えたことを特徴とする受信ノードが得られる。
Further, according to the present invention, in a receiving node for receiving a communication signal, a message receiving device for receiving the communication signal as a reception signal by message communication, and the communication signal as a reception signal by DMA communication. There is provided a receiving node comprising a DMA receiving device for receiving, and an integrating means for integrating a signal received by the message receiving device and a signal received by the DMA receiving device to generate received data.

【0011】また本発明によれば、複数のコンピュータ
を結合するネットワークと、前記ネットワークを介し
て、任意の1種類のデータをメッセージとして送信者か
ら受信者に伝送することができるメッセージ通信装置
と、前記ネットワークを介して、送信者が任意の1種類
のデータを受信者のメモリアドレスに直接書き込むと共
に、書き込み終了とデータサイズを受信者に通知し、受
信者がそのメモリアドレスからデータを読み出すことに
より、データを伝送することができる、DMAを用いた
通信装置と、前記メッセージ通信装置とDMAを用いた
通信装置を使って、プロセッサを跨ったプログラム間で
データ通信をするためのデータ通信装置と、前記ネット
ワークにより結合され、それぞれがプロセッサを跨いだ
通信の手段として少なくとも前記メッセージ通信装置と
前記DMAを用いた通信装置を有し、さらにそれぞれが
前記データ通信装置を有する複数のコンピュータと、前
記コンピュータ上で実行されるプログラムで、前記デー
タ通信装置を使ってデータを送信する第1のプログム
と、前記データ通信装置を使ってデータを受信する第2
のプログラムとを備えたマルチプロセッサシステムにお
いて、前記データ通信装置はデータ受信装置とデータ送
信装置から構成され、前記データ送信装置は、前記第1
のプログラムから渡されたデータのサイズに応じて、前
記メッセージ通信装置とDMAを用いた通信装置のいず
れかを自動的に選択し、データを送信することができ、
前記データ受信装置は、前記メッセージ通信装置とDM
Aを用いた通信装置のいずれかを自動的に選択して、デ
ータを受信でき、それを前記第2のプログラムに渡せる
ことを特徴とするマルチプロセッサシステム用データ通
信装置が得られる。
Further, according to the present invention, a network connecting a plurality of computers, and a message communication device capable of transmitting any one type of data as a message from a sender to a recipient through the network, Through the network, the sender directly writes one kind of data to the memory address of the receiver, notifies the receiver of the end of writing and the data size, and the receiver reads the data from the memory address. , A data communication device capable of transmitting data, and a data communication device for performing data communication between programs across processors using the message communication device and the communication device using DMA, They are connected by the network, and each is a small means of communication across processors. And a plurality of computers each having the message communication device and the communication device using the DMA, each of which has the data communication device, and a program executed on the computer. A first program for transmitting and a second program for receiving data using the data communication device
In a multiprocessor system including the program, the data communication device includes a data receiving device and a data transmitting device, and the data transmitting device includes the first
According to the size of the data passed from the program, it is possible to automatically select one of the message communication device and the communication device using DMA, and transmit the data.
The data receiving device includes the message communication device and the DM.
A data communication device for a multiprocessor system is obtained which is capable of automatically selecting one of the communication devices using A and receiving the data and passing the data to the second program.

【0012】[0012]

【実施例】まず、図1を参照して、本発明の一実施例に
よるデータ通信装置が組み込まれたマルチプロセッサシ
ステムにつき説明する。図1のマルチプロセッサシステ
ムにおいて、送信ノード31と受信ノード32とはネッ
トワーク30を介して接続されている。送信ノード31
はメッセージ送信装置14とDMA送信装置15とデー
タ送信装置16とを含んでいる。メッセージ送信装置1
4とDMA送信装置15はネットワーク30に接続され
ている。データ送信装置16は送信データ受け入れ手段
11と送信装置選択手段13とを含んでいる。送信装置
選択手段13は送信データ受け入れ手段11とメッセー
ジ送信装置14とDMA送信装置15とに接続されてい
る。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS A multiprocessor system incorporating a data communication device according to an embodiment of the present invention will be described with reference to FIG. In the multiprocessor system of FIG. 1, the transmission node 31 and the reception node 32 are connected via a network 30. Sending node 31
Includes a message transmitting device 14, a DMA transmitting device 15, and a data transmitting device 16. Message transmission device 1
4 and the DMA transmitter 15 are connected to the network 30. The data transmission device 16 includes a transmission data acceptance unit 11 and a transmission device selection unit 13. The transmission device selection means 13 is connected to the transmission data acceptance means 11, the message transmission device 14, and the DMA transmission device 15.

【0013】一方、受信ノード32はメッセージ受信装
置24とDMA受信装置25とデータ受信装置17とを
含んでいる。メッセージ受信装置24とDMA受信装置
25はネットワーク30に接続されている。データ受信
送信装置17は受信データ取り出し手段21と受信デー
タ統合手段23とを含んでいる。受信データ統合手段2
3は受信データ取り出し手段21とメッセージ受信装置
24とDMA受信装置25とに接続されている。
On the other hand, the receiving node 32 includes a message receiving device 24, a DMA receiving device 25 and a data receiving device 17. The message receiving device 24 and the DMA receiving device 25 are connected to the network 30. The data receiving / transmitting device 17 includes a received data extracting means 21 and a received data integrating means 23. Received data integration means 2
Reference numeral 3 is connected to the reception data extracting means 21, the message receiving device 24, and the DMA receiving device 25.

【0014】送信者10から受信者20にデータを送信
する場合、データ送信装置16は送信者10からデータ
を受けとって、そのサイズを基にメッセージ送信装置1
4かDMA送信装置15のいずれかを選択して、データ
を送信する。このデータはメッセージあるいはDMAデ
ータとして、ネットワーク30を介して送信ノード31
から受信ノード32へと伝送される。データ受信装置1
7はメッセージ受信装置24かDMA受信装置25のい
ずれかを選択して、メッセージおよびDMAデータを受
けとり、それらからデータを取り出し、そのデータを受
信者20に渡す。
When data is transmitted from the sender 10 to the receiver 20, the data transmitter 16 receives the data from the sender 10 and based on the size thereof, the message transmitter 1
4 or the DMA transmitter 15 is selected to transmit the data. This data is transmitted as a message or DMA data via the network 30 to the transmitting node 31.
To the receiving node 32. Data receiving device 1
7 selects either the message receiving device 24 or the DMA receiving device 25, receives the message and the DMA data, extracts the data from them, and passes the data to the receiver 20.

【0015】ここで、メッセージ送信装置14とメッセ
ージ受信装置24は、任意のサイズの可変長メッセージ
を扱えるものとし、DMA通信は書き込み終了を通知す
るメッセージの受信をもって完了するものとする。
Here, it is assumed that the message transmitting device 14 and the message receiving device 24 can handle a variable length message of any size, and the DMA communication is completed by receiving the message notifying the end of writing.

【0016】データ送信装置16の内部で行われる処理
を、図1と送信装置選択手段13の処理の流れ図を示し
た図2とを用いて説明する。データ送信装置16は、送
信者から渡されるデータとそのサイズを送信データ受け
入れ手段11によって受け取る。送信データ受け入れ手
段はデータとサイズを送信装置選択手段13にそのまま
渡す。
The processing performed inside the data transmission device 16 will be described with reference to FIG. 1 and FIG. 2 showing a flow chart of the processing of the transmission device selection means 13. The data transmission device 16 receives the data passed from the sender and its size by the transmission data receiving means 11. The transmission data receiving means passes the data and size to the transmission device selecting means 13 as they are.

【0017】送信装置選択手段13は、データのサイズ
を基にメッセージ通信を使うかDMA通信を使うかを決
定する。具体的には、データのサイズが所定サイズ、例
えば、最小DMA以上か否かを判断する(ステップA1
1)。ここで最小DMAサイズとは、メッセージ通信よ
りもDMA通信の方が効率がよくなる最小のデータサイ
ズを示している。この最小DMAサイズは、メッセージ
通信やDMA通信の性能などにより決定されるものであ
り、対象とするマルチプロセッサシステム毎に値は異な
る。
The transmitter selection means 13 determines whether to use message communication or DMA communication based on the size of data. Specifically, it is determined whether or not the size of the data is a predetermined size, for example, a minimum DMA or more (step A1).
1). Here, the minimum DMA size indicates the minimum data size in which the DMA communication is more efficient than the message communication. This minimum DMA size is determined by the performance of message communication and DMA communication, and the value differs depending on the target multiprocessor system.

【0018】データのサイズが最小DMA以上でないと
きには、データをメッセージ通信で送信する。この場合
は、まずデータ本体をメッセージにコピーし、さらにデ
ータのサイズをメッセージに付加し(ステップA1
4)、それからメッセージ送信装置14を使ってメッセ
ージを送信する(ステップA15)。
When the size of the data is smaller than the minimum DMA, the data is transmitted by message communication. In this case, the data body is first copied to the message, and the size of the data is added to the message (step A1).
4) Then, the message is transmitted using the message transmitting device 14 (step A15).

【0019】一方、データのサイズが最小DMA以上の
ときには、データをDMA通信で送信する。この場合
は、データ本体を指定したアドレスにDMA転送し(ス
テップA12)、さらにDMA転送の完了を通知するた
めに、転送先アドレスとデータサイズをメッセージとし
て送信する(ステップA13,A15)。
On the other hand, when the data size is equal to or larger than the minimum DMA, the data is transmitted by DMA communication. In this case, the data body is DMA-transferred to the designated address (step A12), and the transfer destination address and the data size are transmitted as a message to notify the completion of the DMA transfer (steps A13, A15).

【0020】次に、データ受信装置17の内部で行われ
る処理を図1と受信データ統合手段23の処理の流れ図
を示した図3とを用いて説明する。受信データ統合手段
23は、メッセージをメッセージ受信装置24から受け
とると(ステップB11)、それがDMA転送の完了を
通知するメッセージ、即ち、DMA通知メッセージであ
るか否かが判断される(ステップB12)。メッセージ
がDMA通知メッセージであれば、メッセージからデー
タサイズを取り出し(ステップB14)、さらに、デー
タの本体を転送先アドレスから取り出す(ステップB1
5)。また、受けとったメッセージがデータ本体を含む
場合は、メッセージがDMA通知メッセージでないもの
とし、そのメッセージからデータサイズとデータの本体
とを取り出す(ステップB13)。このようにして取り
出されたデータ本体とサイズは受信データ取り出し手段
21によって受信者10に渡される。
Next, the processing performed inside the data receiving device 17 will be described with reference to FIG. 1 and FIG. 3 showing a flow chart of the processing of the received data integrating means 23. When receiving the message from the message receiving device 24 (step B11), the reception data integrating means 23 determines whether or not the message is a message notifying the completion of the DMA transfer, that is, a DMA notification message (step B12). . If the message is a DMA notification message, the data size is extracted from the message (step B14), and the body of the data is extracted from the transfer destination address (step B1).
5). If the received message includes the data body, the message is not a DMA notification message, and the data size and the data body are extracted from the message (step B13). The data body and size thus retrieved are passed to the receiver 10 by the reception data retrieval means 21.

【0021】この実施例では、データのサイズによって
メッセージ通信とDMA通信を自動的に使い分けること
により、効率の良いデータ通信を可能にしている。
In this embodiment, message communication and DMA communication are automatically used properly according to the size of data, thereby enabling efficient data communication.

【0022】次に図4を参照して、本発明の一実施例に
よるデータ通信装置が組み込まれたマルチプロセッサシ
ステムにつき説明する。図1に示された実施例では、一
度の通信で一種類のデータだけを通信することだけを考
えていた。そこで、図4の実施例では送信データ分析手
段12と受信データ分析手段22を加えることにより、
複数のデータを結合して1つのデータとして通信できる
ようにし、一度の通信で複数のデータを通信できるよう
にする。
Next, referring to FIG. 4, a multiprocessor system incorporating a data communication device according to an embodiment of the present invention will be described. In the embodiment shown in FIG. 1, only communication of one type of data is considered in one communication. Therefore, in the embodiment of FIG. 4, by adding the transmission data analysis means 12 and the reception data analysis means 22,
Plural pieces of data are combined so that they can be communicated as one piece of data, and plural pieces of data can be communicated by one communication.

【0023】データ送信装置16の内部で行なわれる処
理を図4と、送信装置選択手段13の処理の流れ図を示
した図5を用いて説明する。データ送信装置16は、送
信者10から1つ以上のデータとその型およびサイズの
情報を送信データ受け入れ手段11によって受け取る。
The processing performed inside the data transmission device 16 will be described with reference to FIG. 4 and FIG. 5 showing a flow chart of the processing of the transmission device selection means 13. The data transmission device 16 receives one or more data and its type and size information from the sender 10 by the transmission data receiving means 11.

【0024】送信データ受け入れ手段11にデータの型
およびサイズの情報を渡す方法にはいろいろあるが、こ
の実施例ではフォーマット列を用いてこれらの情報を渡
すことにする。このフォーマット列を記述するのに用い
る記述子の一覧を図7に示す。この記述子を使うと、
「1個の32ビット整数と4個の8ビット整数、10
0,000個の倍精度浮動小数点数データ」の組は、
“%i %c[8] %d[100000]”というフ
ォーマット列で表すことができる。送信データ受け入れ
手段11は、受けとったデータとフォーマット列を送信
データ分析手段12にそのまま渡す。
There are various methods for passing the data type and size information to the transmission data receiving means 11, but in this embodiment, the information is passed using the format string. FIG. 7 shows a list of descriptors used to describe this format string. With this descriptor,
“One 32-bit integer and four 8-bit integers, 10
The set of 20,000 pieces of double precision floating point number data is
It can be represented by a format string "% i% c [8]% d [100000]". The transmission data receiving means 11 passes the received data and format string to the transmission data analyzing means 12 as they are.

【0025】送信データ分析手段12はフォーマット列
を分析し、データの型とサイズを特定する。すなわち、
フォーマット列“%i %c[8] %d[10000
0]”が与えられた場合、データは「1個の32ビット
整数」と「4個の8ビット整数」、「100,000個
の倍精度浮動小数点数」の3つから構成されているとい
う分析結果をだす。この分析結果とデータは送信装置選
択手段13に渡される。
The transmission data analysis means 12 analyzes the format string and specifies the type and size of the data. That is,
Format string "% i% c [8]% d [10000
0] ”is given, it is said that the data is composed of three," 1 32-bit integer "," 4 8-bit integers ", and" 100,000 double-precision floating-point numbers ". Output analysis results. The analysis result and the data are passed to the transmission device selection means 13.

【0026】送信装置選択手段13は、渡された分析結
果から一つのデータ分の型とサイズを取り出し、メッセ
ージにコピーする(ステップC11)。次に、データの
サイズを基にメッッセージ通信を使うかDMA通信を使
うかを決定し、前実施例と同様の処理を行う。(ステッ
プA11,A12,A13,A14)。渡されたデータ
に対し上記の処理を繰り返し、すべてを済ませたらメッ
セージを送信する(ステップC12,A15)。この時
送信されるメッセージの例を図8に示す。図8のメッセ
ージは、フォーマット列“%i %c[4] %d[1
00000]”に対応しており、この場合、“%i %
c[4]”の部分はメッセージ中にデータ本体が書き込
まれ、“%d[100000]”の部分はメッセージ中
にデータの転送先アドレスが書き込まれている。
The transmission device selection means 13 extracts the type and size of one data from the passed analysis result and copies it to the message (step C11). Next, based on the size of the data, it is determined whether to use message communication or DMA communication, and the same processing as in the previous embodiment is performed. (Steps A11, A12, A13, A14). The above processing is repeated for the passed data, and when all is done, a message is transmitted (steps C12, A15). An example of the message transmitted at this time is shown in FIG. The message of FIG. 8 has the format string “% i% c [4]% d [1
000000] ", in this case,"% i%
The data body is written in the message in the portion c [4] ", and the transfer destination address of the data is written in the message in the portion"% d [100000] ".

【0027】次に、データ受信装置17の内部で行なわ
れる処理を図4と、受信データ統合手段23の処理の流
れ図を示した図6とを用いて説明する。受信データ統合
手段23は、メッセージをメッセージ受信装置24から
受けとると(ステップB11)、その中から、1つのデ
ータ分の型とサイズを取り出し(ステップD11)、そ
れを基にデータ本体がDMA転送されたか、メッセージ
中に含まれているかを判定し、それに応じて前実施例と
同様の処理を行なう(ステップD12,B13,B1
4,B15)。メッセージ中のすべてのデータについて
上記の処理を済ませると、取り出されたデータ本体とサ
イズは受信データ取り出し手段21によって受信者20
に渡される。
Next, the processing performed inside the data receiving device 17 will be described with reference to FIG. 4 and FIG. 6 showing the flow chart of the processing of the received data integrating means 23. When receiving the message from the message receiving device 24 (step B11), the reception data integrating means 23 takes out the type and size of one data from the message (step D11), and the data body is DMA-transferred based on it. It is determined whether or not it is included in the message, and the same processing as that of the previous embodiment is performed accordingly (steps D12, B13, B1).
4, B15). When the above processing is completed for all the data in the message, the received data body and size are obtained by the reception data extracting means 21 by the recipient 20.
Passed to.

【0028】この実施例では、複数のデータをまとめる
ことにより通信回数を減少させることができ、かつメッ
セージ通信装置とDMA通信装置を組み合わせることに
より通信の効率を上げることができる。
In this embodiment, the number of times of communication can be reduced by collecting a plurality of data, and the efficiency of communication can be improved by combining the message communication device and the DMA communication device.

【0029】また、前2例の実施例のDMA通信装置1
5が、ページ単位あるいはワード単位のデータ転送能力
だけを有する場合には、送信装置選択手段13と受信デ
ータ統合手段23を次のように変更する必要がある。
Further, the DMA communication device 1 of the embodiments of the previous two examples
In the case where 5 has only the data transfer capability in page units or word units, it is necessary to change the transmitter selection means 13 and the reception data integration means 23 as follows.

【0030】送信装置選択手段13は、データをページ
あるいはワード内にちょうど収まる部分と収まらない部
分に分割し、収まらない部分のデータはメッセージ送信
装置14を使って送信し、収まる部分のデータだけをD
MA送信装置15を使って送信できるようにする。
The transmitting device selecting means 13 divides the data into a portion which fits within a page or word and a portion which does not fit within the page or word, and the data of the portion which does not fit is transmitted using the message transmitting device 14, and only the data of the fitting portion is sent. D
It is made possible to transmit using the MA transmitter 15.

【0031】受信データ統合手段23は、収まらなかっ
た部分のデータをメッセージ受信装置24から受信し、
収まった部分のデータをDMA受信装置25から受信
し、それらのデータを結合し、元の1つのデータに戻す
ことができるようにする。
The reception data integrating means 23 receives the data of the portion which does not fit from the message receiving device 24,
The data of the set portion is received from the DMA receiving device 25, and the data can be combined and restored to one original data.

【0032】このような変更により、DMA通信装置が
制限つきの転送能力を有する場合でも、本発明のデータ
通信装置を組み込むことができ、プロセッサを跨いだデ
ータ通信の効率を上げることができる。
With such a modification, even if the DMA communication device has a limited transfer capability, the data communication device of the present invention can be incorporated and the efficiency of data communication across processors can be improved.

【0033】次に、本発明のマルチプロセッサシステム
用データ通信装置をオペレーティングシステムの一部に
組み込んだ場合について述べる。ここではMachオペ
レーティングシステムのプロセッサ間通信機構であるN
ORMA IPCへの適用例を示す。NORMA IP
CはMachのプロセス間通信機構をプロセッサ間通信
に拡張したもので、通信相手のプロセスが同一プロセッ
サ上にあるか、別のプロセッサ上にあるかを意識させる
ことなく、プロセス間通信を行なうことができる。
Next, the case where the data communication device for a multiprocessor system of the present invention is incorporated in a part of the operating system will be described. Here, N is the inter-processor communication mechanism of the Mach operating system.
An application example to the ORMA IPC will be shown. NORMA IP
C is an extension of Mach's inter-process communication mechanism to inter-processor communication, and can perform inter-process communication without being aware of whether the process of the communication partner is on the same processor or on another processor. it can.

【0034】Machのプロセス間通信機構で扱うメッ
セージ(Machメッセージ)は「型付けされたメッセ
ージ」である。Machメッセージの構成を図10に示
す。Machメッセージは1つのメッセージヘッダ60
と、1つ以上のメッセージタイプ61とメッセージボデ
ィ62の組によって構成される。すなわち、1つのメッ
セージの中に複数のデータを内包することができる。メ
ッセージヘッダ60には、送り先プロセスを指定するた
めのIDと送り元プロセスを示すID,メッセージ全体
のサイズなどが含まれている。メッセージタイプ61に
は、型、サイズ、OOL(out−of−line)デ
ータかどうかを示すフラグなど、データ本体に関する情
報が含まれている。ここで、OOLデータとは、データ
の本体ではなく、データへのポインタだけをメッセージ
中に含めるというものである。OOLデータでない場
合、メッセージボディはデータ本体を含むが、OOLデ
ータの場合はデータへのポインタのみが含まれる。
The message (Mach message) handled by the Mach inter-process communication mechanism is a "typed message". The structure of the Mach message is shown in FIG. Mach message has one message header 60
And a set of one or more message types 61 and message bodies 62. That is, a plurality of data can be included in one message. The message header 60 includes an ID for designating a destination process, an ID indicating a source process, the size of the entire message, and the like. The message type 61 includes information about the data body such as a type, size, and a flag indicating whether it is OOL (out-of-line) data. Here, the OOL data is to include only a pointer to the data in the message, not the body of the data. If it is not OOL data, the message body contains the data body, but if it is OOL data, it only contains a pointer to the data.

【0035】このような構造を持つMachメッセージ
をプロセッサ間でやりとりする場合、Machメッセー
ジにはメッセージ通信を使い、OOLデータの部分には
DMA通信を使うのが最も簡単な方法である。しかし、
この方法では非常に大きなMachメッセージにメッセ
ージ通信が使われたり、小さな配列のためにDMA通信
が使われたりする可能性があり、効率の良い通信が行な
えるとは限らない。そこで、前記データ送信装置16と
データ受信装置17をNORMA IPCに組み込ん
で、データの型やサイズに応じて適切な通信手段を選
択、組合せできるようにする。
When a Mach message having such a structure is exchanged between processors, the simplest method is to use message communication for the Mach message and DMA communication for the OOL data portion. But,
In this method, message communication may be used for a very large Mach message, or DMA communication may be used for a small arrangement, and thus efficient communication is not always possible. Therefore, the data transmission device 16 and the data reception device 17 are incorporated into the NORMA IPC so that appropriate communication means can be selected and combined according to the type and size of data.

【0036】この実施例のブロック図を図9に示す。送
信者10はMachのシステムコールを呼び出すことに
より、Machメッセージ送信処理部81にデータを渡
す。ここで渡されるデータはすでに図10のような形式
のMachメッセージである。Machメッセージ送信
処理部81は、渡されたMachメッセージが、別のプ
ロセッサへ宛てられたものであれば、これをデータ送信
装置16に渡す。データ送信装置16の内部での処理
は、Machメッセージが直接、送信データ分析手段1
2に渡されるのと、分析する対象がフォーマット列では
なくMachメッセージであることを除けば、前の実施
例と同様である。データ受信装置17も、前の実施例と
同様にデータを取り出し、それをMachメッセージの
形に直して、Machメッセージ受信処理部82に渡
す。
A block diagram of this embodiment is shown in FIG. The sender 10 calls the Mach system call to pass the data to the Mach message transmission processing unit 81. The data passed here is already a Mach message in the format as shown in FIG. The Mach message transmission processing unit 81, if the delivered Mach message is addressed to another processor, delivers it to the data transmission device 16. In the processing inside the data transmission device 16, the Mach message is directly transmitted by the transmission data analysis means 1.
2 is the same as in the previous example, except that it is passed to the Mach message instead of the format string. Similarly to the previous embodiment, the data receiving device 17 also takes out the data, converts it into the form of a Mach message, and passes it to the Mach message reception processing unit 82.

【0037】このように、オペレーティングシステムの
機能の一部として、本発明のマルチプロセッサ用データ
通信装置を組み込むことにより、オペレーティングシス
テムの用意したデータ通信手段を用いてデータ通信を行
なう場合でも、通信の効率を上げることができる。
As described above, by incorporating the multiprocessor data communication device of the present invention as a part of the function of the operating system, even when the data communication is performed using the data communication means prepared by the operating system, the communication can be performed. You can increase efficiency.

【0038】[0038]

【発明の効果】以上説明したように、本発明によるマル
チプロセッサシステム用データ通信装置は、メッセージ
通信とDMA通信の選択をデータ通信装置の機能の一部
として提供し、自動化したため、マルチプロセッサシス
テムでデータ通信を行なうプログラムを書く際に、メッ
セージ通信とDMA通信のどちらを使うか考える必要が
なくなり、プログラミングが簡単になる。
As described above, the data communication device for a multiprocessor system according to the present invention provides the selection of message communication and DMA communication as a part of the function of the data communication device, and is automated, so that When writing a program for data communication, it is not necessary to consider whether to use message communication or DMA communication, which simplifies programming.

【0039】また、データのサイズや型に応じてメセー
ジ通信とDMA通信を適切に組み合わせるようにしたた
め、データ通信の性能が向上する。
Further, since the message communication and the DMA communication are properly combined according to the size and type of the data, the performance of the data communication is improved.

【0040】さらに、DMA通信装置がページ単位やワ
ード単位などの制限つきの転送能力を有する場合にも本
発明によるデータ装置を組み込むことができるため、そ
の制限を意識する必要がなくなり、プログラミングが簡
単になる。
Further, even when the DMA communication device has a limited transfer capability such as a page unit or a word unit, the data device according to the present invention can be incorporated, so that it is not necessary to be aware of the limitation and programming is easy. Become.

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

【図1】本発明の一実施例であるデータ通信装置の構成
とその他の構成要素との関係を示すブロック図である。
FIG. 1 is a block diagram showing a relationship between a configuration of a data communication device according to an exemplary embodiment of the present invention and other components.

【図2】図1の送信装置選択手段の処理の流れ図であ
る。
FIG. 2 is a flow chart of processing of a transmitting device selecting means of FIG.

【図3】図1の受信データ統合手段の処理の流れ図であ
る。
FIG. 3 is a flow chart of processing of a reception data integration unit of FIG.

【図4】図1の実施例に送信データ分析手段と受信デー
タ分析手段を加えた、別の実施例の構成を示すブロック
図である。
FIG. 4 is a block diagram showing a configuration of another embodiment in which a transmission data analysis means and a reception data analysis means are added to the embodiment of FIG.

【図5】図4の送信装置選択手段の処理の流れ図であ
る。
5 is a flow chart of processing of a transmission device selection means of FIG.

【図6】図4の受信データ統合手段の処理の流れ図であ
る。
FIG. 6 is a flowchart of the processing of the reception data integrating means in FIG.

【図7】図4の送信データ分析手段に渡されるフォーマ
ット記述子の一例である。
7 is an example of a format descriptor passed to the transmission data analysis means of FIG.

【図8】図4の送信装置選択手段が生成するメッセージ
の一例である。
FIG. 8 is an example of a message generated by the transmission device selection means of FIG.

【図9】オペレーティングシステムの通信装置の一部
に、本発明の送信装置選択手段と受信データ統合手段を
加えた、別の実施例の構成を示すブロック図である。
FIG. 9 is a block diagram showing the configuration of another embodiment in which the transmitting device selecting means and the received data integrating means of the present invention are added to a part of the communication device of the operating system.

【図10】Machメッセージの一例である。FIG. 10 is an example of a Mach message.

【符号の説明】[Explanation of symbols]

10 データの送信者となるプログラム 11 送信データ受け入れ手段 12 送信データ分析手段 13 送信装置選択手段 14 メッセージ送信装置 15 DMA送信装置 16 データ送信装置 17 データ受信装置 20 データの受信者となるプログラム 21 受信データ取り出し手段 22 受信データ分析手段 23 受信データ統合手段 24 メッセージ受信装置 25 DMA受信装置 30 ネットワーク 31 送信ノード 32 受信ノード 81 Machメッセージ送信処理部 82 Machメッセージ受信処理部 83 Machカーネル 10 program to be a sender of data 11 transmission data acceptance means 12 transmission data analysis means 13 transmission device selection means 14 message transmission device 15 DMA transmission device 16 data transmission device 17 data reception device 20 program to be a data receiver 21 received data Extraction means 22 Reception data analysis means 23 Reception data integration means 24 Message reception device 25 DMA reception device 30 Network 31 Transmission node 32 Reception node 81 Mach message transmission processing unit 82 Mach message reception processing unit 83 Mach kernel

Claims (7)

【特許請求の範囲】[Claims] 【請求項1】 送信データを送信するための送信ノード
において、前記送信データをメッセージ通信による送信
信号として送信するためのメッセージ送信装置と、前記
送信データをDMA通信による送信信号として送信する
ためのDMA送信装置と、前記送信データのサイズが所
定サイズより大きいか否かを判断し、前記送信データの
サイズが前記所定サイズより大きいときには前記DMA
送信装置を選択し、さもなければ前記メッセージ送信装
置を選択する送信装置選択手段とを備えたことを特徴と
する送信ノード。
1. A transmission node for transmitting transmission data, a message transmitting device for transmitting the transmission data as a transmission signal by message communication, and a DMA for transmitting the transmission data as a transmission signal by DMA communication. The transmitter determines whether or not the size of the transmission data is larger than a predetermined size, and the DMA if the size of the transmission data is larger than the predetermined size.
And a transmitting device selecting means for selecting a transmitting device or selecting the message transmitting device otherwise.
【請求項2】 前記送信データが最後のデータであるか
否かを判断し、前記送信データが最後のデータであると
きに前記送信装置選択手段による選択を実行させる手段
を備えた請求項1記載の送信ノード。
2. The device according to claim 1, further comprising means for determining whether or not the transmission data is the last data, and executing the selection by the transmission device selection means when the transmission data is the last data. Sender node.
【請求項3】 通信信号を受信するための受信ノードに
おいて、前記通信信号をメッセージ通信による受信信号
として受信するためのメッセージ受信装置と、前記通信
信号をDMA通信による受信信号として受信するための
DMA受信装置と、前記メッセージ受信装置による受信
信号と前記DMA受信装置による受信信号とを統合し受
信データを生成する統合手段とを備えたことを特徴とす
る受信ノード。
3. A receiving node for receiving a communication signal, a message receiving device for receiving the communication signal as a reception signal by message communication, and a DMA for receiving the communication signal as a reception signal by DMA communication. A receiving node comprising: a receiving device; and integrating means for integrating a signal received by the message receiving device and a signal received by the DMA receiving device to generate received data.
【請求項4】 請求項1又は2記載の送信ノードと請求
項3記載の受信ノードとをネットワークを介して接続
し、前記送信ノードから送信される送信信号を前記ネッ
トワークを通して前記受信ノードにより通信信号として
受信するように構成したことを特徴とするデータ通信シ
ステム。
4. The transmission node according to claim 1 or 2 and the reception node according to claim 3 are connected via a network, and a transmission signal transmitted from the transmission node is communicated by the reception node through the network. A data communication system characterized in that the data communication system is configured to be received as.
【請求項5】 複数のコンピュータを結合するネットワ
ークと、前記ネットワークを介して、任意の1種類のデ
ータをメッセージとして送信者から受信者に伝送するこ
とができるメッセージ通信装置と、前記ネットワークを
介して、送信者が任意の1種類のデータを受信者のメモ
リアドレスに直接書き込むと共に、書き込み終了とデー
タサイズを受信者に通知し、受信者がそのメモリアドレ
スからデータを読み出すことにより、データを伝送する
ことができる、DMAを用いた通信装置と、前記メッセ
ージ通信装置とDMAを用いた通信装置を使って、プロ
セッサを跨ったプログラム間でデータ通信をするための
データ通信装置と、前記ネットワークにより結合され、
それぞれがプロセッサを跨いだ通信の手段として少なく
とも前記メッセージ通信装置と前記DMAを用いた通信
装置を有し、さらにそれぞれが前記データ通信装置を有
する複数のコンピュータと、前記コンピュータ上で実行
されるプログラムで、前記データ通信装置を使ってデー
タを送信する第1のプログムと、前記データ通信装置を
使ってデータを受信する第2のプログラムとを備えたマ
ルチプロセッサシステムにおいて、 前記データ通信装置はデータ受信装置とデータ送信装置
から構成され、 前記データ送信装置は、前記第1のプログラムから渡さ
れたデータのサイズに応じて、前記メッセージ通信装置
とDMAを用いた通信装置のいずれかを自動的に選択
し、データを送信することができ、 前記データ受信装置は、前記メッセージ通信装置とDM
Aを用いた通信装置のいずれかを自動的に選択して、デ
ータを受信でき、それを前記第2のプログラムに渡せる
ことを特徴とするマルチプロセッサシステム用データ通
信装置。
5. A network connecting a plurality of computers, a message communication device capable of transmitting any one type of data as a message from a sender to a recipient via the network, and via the network. , The sender directly writes one kind of data to the memory address of the receiver, notifies the receiver of the end of writing and the data size, and the receiver reads the data from the memory address to transmit the data. A communication device using DMA, a data communication device for performing data communication between programs across processors using the message communication device and the communication device using DMA, and being coupled by the network. ,
A plurality of computers each having at least the message communication device and a communication device using the DMA as means of communication across processors, and a plurality of computers each having the data communication device; and a program executed on the computer. A multiprocessor system including a first program for transmitting data using the data communication device and a second program for receiving data using the data communication device, wherein the data communication device is a data receiving device And a data transmission device, and the data transmission device automatically selects either the message communication device or the communication device using DMA according to the size of the data passed from the first program. , Data can be transmitted, and the data receiving device Equipment and DM
A data communication device for a multiprocessor system, which is capable of automatically selecting any of the communication devices using A and receiving the data, and passing the data to the second program.
【請求項6】 請求項5記載のマルチプロセッサシステ
ム用データ通信装置において、前記データ送信装置は複
数のデータと共にその型とサイズを受けとり、それらの
情報をまとめて1つの構造化されたデータにする機能を
有するともに、データの型とサイズの情報を基に、個々
のデータに対して前記メッセージ通信装置とDMAを用
いた通信装置を自動的に組み合わせて送信する機能を有
し、 前記データ受信装置は前記構造化されたデータを受信
し、それを元の複数のデータおよびその型とサイズに分
解する機能を有することを特徴とするマルチプロセッサ
システム用データ通信装置。
6. The data communication device for a multiprocessor system according to claim 5, wherein the data transmission device receives a plurality of data together with its type and size, and combines the information into one structured data. In addition to having a function, it also has a function of automatically combining and transmitting the message communication device and a communication device using DMA to individual data based on information of the type and size of the data. Is a data communication device for a multiprocessor system having a function of receiving the structured data and decomposing it into a plurality of original data and its type and size.
【請求項7】 請求項5又は6記載のマルチプロセッサ
システム用データ通信装置において、 前記DMAを用いた通信装置が、ページ単位あるいはワ
ード単位の転送能力だけを持つ場合、 前記データ送信装置は、1つのデータをページあるいは
ワードにちょうど収まる第1の部分と収まらない第2の
部分に分割し、前記第2の部分は前記メッセージ通信装
置を使って送信し、前記第1の部分だけを前記DMAを
用いた通信装置を使って送信する機能を有し、 前記データ受信装置は、前記第1の部分のデータを前記
メッセージ通信装置を使って受信し、前記第2の部分の
データを前記DMAを用いた通信装置を用いて受信し、
それらのデータを結合し、元の1つのデータに戻す機能
を有することを特徴とするマルチプロセッサシステム用
データ通信装置。
7. The data communication device for a multiprocessor system according to claim 5, wherein when the communication device using the DMA has only a transfer capability in page units or word units, the data transmitting device is Divide one data into a first part that does not fit in a page or word and a second part that does not fit, the second part transmits using the message communication device, and only the first part is the DMA. The data receiving device has a function of transmitting using the communication device used, the data receiving device receives the data of the first part using the message communication device, and uses the DMA of the data of the second part. Received using the communication device that
A data communication device for a multiprocessor system, which has a function of combining those data and returning to one original data.
JP7020204A 1995-02-08 1995-02-08 Data communication device for multiprocessor system Expired - Lifetime JP2739830B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP7020204A JP2739830B2 (en) 1995-02-08 1995-02-08 Data communication device for multiprocessor system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP7020204A JP2739830B2 (en) 1995-02-08 1995-02-08 Data communication device for multiprocessor system

Publications (2)

Publication Number Publication Date
JPH08212179A true JPH08212179A (en) 1996-08-20
JP2739830B2 JP2739830B2 (en) 1998-04-15

Family

ID=12020644

Family Applications (1)

Application Number Title Priority Date Filing Date
JP7020204A Expired - Lifetime JP2739830B2 (en) 1995-02-08 1995-02-08 Data communication device for multiprocessor system

Country Status (1)

Country Link
JP (1) JP2739830B2 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE19607531A1 (en) * 1995-02-28 1996-09-26 Nec Corp Multi-cluster computer system
JP2008135047A (en) * 2000-11-06 2008-06-12 Matsushita Electric Ind Co Ltd Interface for multiprocessor
WO2012001908A1 (en) * 2010-06-28 2012-01-05 パナソニック株式会社 Response device, integrated circuit of same, response method, and response system
JP2014203329A (en) * 2013-04-08 2014-10-27 日本電気株式会社 Storage system, node device, and data management method

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE19607531A1 (en) * 1995-02-28 1996-09-26 Nec Corp Multi-cluster computer system
DE19607531C2 (en) * 1995-02-28 1999-10-21 Nec Corp Time-optimized transmission device for broadcast data in multicluster computer systems with crossbar network
JP2008135047A (en) * 2000-11-06 2008-06-12 Matsushita Electric Ind Co Ltd Interface for multiprocessor
WO2012001908A1 (en) * 2010-06-28 2012-01-05 パナソニック株式会社 Response device, integrated circuit of same, response method, and response system
CN103004170A (en) * 2010-06-28 2013-03-27 松下电器产业株式会社 Response device, integrated circuit of same, response method, and response system
JP5600740B2 (en) * 2010-06-28 2014-10-01 パナソニック株式会社 Response device, integrated circuit thereof, response method, and response system
US9043427B2 (en) 2010-06-28 2015-05-26 Panasonic Intellectual Property Management Co., Ltd. Response device, integrated circuit of same, response method, and response system
CN103004170B (en) * 2010-06-28 2016-03-30 松下知识产权经营株式会社 Responding device and integrated circuit, response method and responding system
JP2014203329A (en) * 2013-04-08 2014-10-27 日本電気株式会社 Storage system, node device, and data management method

Also Published As

Publication number Publication date
JP2739830B2 (en) 1998-04-15

Similar Documents

Publication Publication Date Title
US8145749B2 (en) Data processing in a hybrid computing environment
US5752078A (en) System for minimizing latency data reception and handling data packet error if detected while transferring data packet from adapter memory to host memory
CA2170458C (en) Multi-cluster computer system
US5630059A (en) Expedited message transfer in a multi-nodal data processing system
US5434976A (en) Communications controller utilizing an external buffer memory with plural channels between a host and network interface operating independently for transferring packets between protocol layers
US8819389B2 (en) Administering registered virtual addresses in a hybrid computing environment including maintaining a watch list of currently registered virtual addresses by an operating system
JP3484049B2 (en) Delay coded data transmission
JP3344345B2 (en) Shared memory type vector processing system, control method thereof, and storage medium for storing vector processing control program
US8037217B2 (en) Direct memory access in a hybrid computing environment
US8001206B2 (en) Broadcasting data in a hybrid computing environment
US20100191923A1 (en) Data Processing In A Computing Environment
US9286232B2 (en) Administering registered virtual addresses in a hybrid computing environment including maintaining a cache of ranges of currently registered virtual addresses
US8887001B2 (en) Trace data priority selection
JP4317365B2 (en) Method and apparatus for transferring interrupts from a peripheral device to a host computer system
JPH09506727A (en) Message Mechanism for Large Scale Parallel Processing System
US9417905B2 (en) Terminating an accelerator application program in a hybrid computing environment
JP2002351817A (en) Memory access method and device
US20100005199A1 (en) Direct memory access (dma) data transfers with reduced overhead
CN111431757A (en) Virtual network flow acquisition method and device
EP0317481B1 (en) Remote storage management mechanism and method
US5204954A (en) Remote storage management mechanism and method
US7552232B2 (en) Speculative method and system for rapid data communications
US20020144020A1 (en) Method for transparent, location-independent, remote procedure calls in a hetrogeneous network environment
WO2005036313A2 (en) Queue register configuration structure
JP2739830B2 (en) Data communication device for multiprocessor system

Legal Events

Date Code Title Description
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 19971224