JPH05113885A - Parallel processing program developing device - Google Patents

Parallel processing program developing device

Info

Publication number
JPH05113885A
JPH05113885A JP27528391A JP27528391A JPH05113885A JP H05113885 A JPH05113885 A JP H05113885A JP 27528391 A JP27528391 A JP 27528391A JP 27528391 A JP27528391 A JP 27528391A JP H05113885 A JPH05113885 A JP H05113885A
Authority
JP
Japan
Prior art keywords
program
parallel processing
processing program
input device
parallel
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
JP27528391A
Other languages
Japanese (ja)
Inventor
Yoshihiro Hayashi
喜弘 林
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.)
Nitto Seiko Co Ltd
Original Assignee
Nitto Seiko Co 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 Nitto Seiko Co Ltd filed Critical Nitto Seiko Co Ltd
Priority to JP27528391A priority Critical patent/JPH05113885A/en
Publication of JPH05113885A publication Critical patent/JPH05113885A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To obtain a parallel processing program developing device capable of generating a program efficiently by extracting parallelism sufficiently. CONSTITUTION:A parallel processing program by language including a parallel execution text in which processing being executed simultaneously are unified is inputted to an input device 2. An analysis means 5 analyzes the parallel processing program inputted via the input device 2, and judges the required number of arithmetic means and processing with which each arithmetic means should charge. A conversion means 6 converts the parallel processing program to a program to operate each arithmetic means by receiving the decided number of arithmetic means and the processing with which each arithmetic means should charge via the input device 2 by referring to the judged result of the analysis means 5. A code generating means 7 converts the program converted by the conversion means 6 to an instruction code.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、複数の演算手段を協調
的に作動させて1つあるいは相互に関連した複数の作業
を行うためのプログラムを開発する並列処理プログラム
開発装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a parallel processing program developing apparatus for developing a program for operating a plurality of arithmetic means in a coordinated manner to perform one or a plurality of mutually related works.

【0002】[0002]

【従来の技術】例えばVLIW(Very Long Instructio
n Word)と呼ばれるプロセッサのように、複数の演算手
段を備え、シーケンサによりネットワークを介して複数
の演算手段を制御する構成のプロセッサの場合、並列処
理を実行するためのコンパイラは存在するが、その作用
は代入文内の演算単位の並列処理のみに限られており、
設計者は、作業の単位である手続きの並列処理を演算単
位の並列処理に変換しており、また、単一の演算手段を
備えた複数のプロセッサに、1つあるいは相互に関連し
た複数の作業を行わせるような場合、設計者が各演算手
段やプロセッサを作動させるためのプログラムを各々別
個に直接設計していた。
2. Description of the Related Art For example, VLIW (Very Long Instructio)
In the case of a processor having a plurality of arithmetic means such as a processor called (n Word) and controlling a plurality of arithmetic means via a network by a sequencer, there is a compiler for executing parallel processing. The effect is limited to parallel processing of the operation unit in the assignment statement,
The designer converts the parallel processing of the procedure, which is a unit of work, into the parallel processing of the operation unit, and the plurality of processors equipped with a single calculation means performs one work or a plurality of works associated with each other. In such a case, the designer has directly designed the programs for operating the arithmetic means and the processors separately.

【0003】[0003]

【発明が解決しようとする課題】しかしながら、上記の
ような従来のプログラム開発方式では、各演算手段また
はプロセッサの負荷の配分や処理の同期などを設計者が
考慮する必要があり、処理効率の最適化を図ることが困
難であるうえ、設計者に過大な負担がかかり、開発効率
が悪いという問題点を有していた。
However, in the conventional program development method as described above, it is necessary for the designer to consider the load distribution of each arithmetic means or processor, the synchronization of processing, etc., and the optimum processing efficiency is obtained. However, it is difficult to make the system more efficient, and the designer is overloaded, resulting in poor development efficiency.

【0004】そこで、並列性を考慮していないプログラ
ム(単一の演算手段を備えた一つのプロセッサに実行さ
せるのと同じ形式のプログラム)を入力することによ
り、自動的に複数の演算手段を作動させるプログラムを
生成するプログラム開発装置が提案されているが、この
種のプログラム開発装置では、並列性を考慮していない
プログラムを解析して複数の演算手段を作動させるプロ
グラムを生成するので、並列性の解析が困難であり、並
列性を充分に抽出して効率のよいプログラムを生成する
ことができなかった。
Therefore, by inputting a program in which parallelism is not taken into consideration (a program of the same format as that executed by one processor having a single arithmetic means), a plurality of arithmetic means are automatically operated. Although a program development apparatus for generating a program for causing parallelism is proposed, this type of program development apparatus analyzes a program that does not consider parallelism and generates a program for operating a plurality of arithmetic means, so Was difficult to analyze, and it was not possible to sufficiently extract parallelism and generate an efficient program.

【0005】本発明はかかる事情に鑑みて成されたもの
であり、並列性を充分に抽出して効率のよいプログラム
を生成することができる並列処理プログラム開発装置を
提供することを目的とする。
The present invention has been made in view of the above circumstances, and an object of the present invention is to provide a parallel processing program development apparatus capable of sufficiently extracting parallelism and generating an efficient program.

【0006】[0006]

【課題を解決するための手段】本発明は、同時に実行す
る処理をまとめた並列実行文を含む言語による並列処理
プログラムを入力するための入力装置と、この入力装置
を介して入力された前記並列処理プログラムを解析して
必要な演算手段の数および各演算手段の負担すべき処理
を判断する解析手段と、この解析手段の判断結果を参照
して決定された演算手段の数および各演算手段の負担す
べき処理が前記入力装置を介して指示されることにより
前記並列処理プログラムを各演算手段を動作させるプロ
グラムに変換する変換手段と、この変換手段により変換
されたプログラムを命令コードに変換するコード生成手
段とを設けたことを特徴としている。
According to the present invention, there is provided an input device for inputting a parallel processing program in a language including a parallel execution statement in which processes to be simultaneously executed are summarized, and the parallel input by the input device. Analyzing means for analyzing the processing program to determine the number of necessary calculating means and the processing to be carried by each calculating means, and the number of calculating means and each calculating means determined by referring to the determination result of this analyzing means. Conversion means for converting the parallel processing program into a program for operating each arithmetic means by instructing the processing to be borne by the input device, and a code for converting the program converted by the conversion means into an instruction code. And generating means.

【0007】[0007]

【作用】入力装置には、同時に実行する処理をまとめた
並列実行文を含む言語による並列処理プログラムが入力
される。解析手段は、入力装置を介して入力された並列
処理プログラムを解析して、必要な演算手段の数および
各演算手段の負担すべき処理を判断する。変換手段は、
解析手段の判断結果を参照して決定された演算手段の数
および各演算手段の負担すべき処理が入力装置を介して
指示されることにより、並列処理プログラムを各演算手
段を動作させるプログラムに変換する。コード生成手段
は、変換手段により変換されたプログラムを命令コード
に変換する。
In the input device, a parallel processing program in a language including parallel execution statements in which processes to be executed at the same time are collected is input. The analysis means analyzes the parallel processing program input via the input device to determine the number of necessary calculation means and the processing to be carried by each calculation means. The conversion means is
The parallel processing program is converted into a program for operating each arithmetic means by instructing the number of arithmetic means determined with reference to the determination result of the analysis means and the processing to be borne by each arithmetic means via the input device. To do. The code generation means converts the program converted by the conversion means into an instruction code.

【0008】[0008]

【実施例】以下、本発明の実施例を図面を用いて詳細に
説明する。図1は本発明の一実施例における並列処理プ
ログラム開発装置の全体構成図で、この並列処理プログ
ラム開発装置は、表示装置1と、入力装置2と、コンパ
イル装置3と、シミュレータ4とにより構成されてお
り、コンパイル装置3は、解析手段5と、変換手段6
と、コード生成手段7とを備えている。表示装置1は、
入力装置2を介して入力される情報や、解析手段5の解
析結果や、シミュレータ4によるシミュレーションの結
果等を表示する。入力装置2には、同時に実行する処理
をまとめた並列実行文を含む言語による並列処理プログ
ラムや、演算手段の数および各演算手段の負担すべき処
理についての指示等がオペレータにより入力される。コ
ンパイル装置3の解析手段5は、並列処理プログラムを
解析して必要な演算手段の数および各演算手段の負担す
べき処理を判断する。コンパイル装置3の変換手段6
は、演算手段の数および各演算手段の負担すべき処理が
オペレータから入力装置2を介して指示されることによ
り、並列処理プログラムを各演算手段を動作させるプロ
グラムに変換する。コンパイル装置3のコード生成手段
7は、変換手段6により変換されたプログラムを命令コ
ードに変換する。シミュレータ4は、オペレータの指示
に基づいて、変換手段6により変換されたプログラムの
シミュレーションを実行する。表示装置1は、例えば陰
極線管あるいは液晶等を利用して構成される。入力装置
2は、例えばキーボードやマウス等により構成される。
コンパイル装置3やシミュレータ4は、例えばパーソナ
ルコンピュータあるいはワークステーション等により構
成される。
Embodiments of the present invention will be described in detail below with reference to the drawings. FIG. 1 is an overall configuration diagram of a parallel processing program development apparatus according to an embodiment of the present invention. The parallel processing program development apparatus includes a display device 1, an input device 2, a compiling device 3, and a simulator 4. Therefore, the compiling device 3 includes an analyzing unit 5 and a converting unit 6.
And code generation means 7. The display device 1 is
The information input via the input device 2, the analysis result of the analysis means 5, the simulation result by the simulator 4, etc. are displayed. An operator inputs to the input device 2 a parallel processing program in a language including a parallel execution statement in which processes to be executed at the same time, an instruction regarding the number of calculation means and processing to be carried by each calculation means, and the like. The analysis means 5 of the compiling device 3 analyzes the parallel processing program and determines the number of necessary calculation means and the processing to be borne by each calculation means. Conversion means 6 of the compiling device 3
Converts the parallel processing program into a program for operating each arithmetic means by the operator instructing the number of arithmetic means and the processing to be borne by each operator via the input device 2. The code generation means 7 of the compiling device 3 converts the program converted by the conversion means 6 into an instruction code. The simulator 4 executes the simulation of the program converted by the conversion means 6 based on the instruction of the operator. The display device 1 is configured using, for example, a cathode ray tube or liquid crystal. The input device 2 is composed of, for example, a keyboard and a mouse.
The compiling device 3 and the simulator 4 are composed of, for example, a personal computer or a workstation.

【0009】次に動作を説明する。先ずオペレータは、
同時に実行する処理をまとめた並列実行文を含む言語に
よる並列処理プログラムを設計する。例えば図2のよう
に、処理C,D,Eを同時に実行させたい場合、処理
C,D,Eを並列実行文として記述した並列処理プログ
ラムを作成するのである。ここで、上記並列処理プログ
ラムは、処理C,D,Eが並列処理されるべきことを指
定するだけでよく、プロセッサごとの負荷の分担やプロ
セッサ間の処理の同期などを考慮する必要はない。そし
てオペレータは、入力装置2を操作して、並列処理プロ
グラムをコンパイル装置3に入力する。これによりコン
パイル装置3の解析手段5は、並列処理プログラムに含
まれる全ての並列実行文を解析し、最低限必要な演算手
段の数および各演算手段の負担すべき処理を判断して、
それを表示装置1に表示させる。これによりオペレータ
は、表示装置1に表示された解析手段5の判断結果を参
照して、演算手段の数と各演算手段に負担させるべき処
理とを最終的に決定し、それを入力装置2の操作により
指示する。例えば図3のように、処理A,B,C,Fを
第1の演算手段に負担させ、処理Dを第2の演算手段に
負担させ、処理Eを第3の演算手段に負担させる旨を指
示するのである。これにより変換手段6は、オペレータ
の指示に基づいて、並列処理プログラムを各演算手段を
動作させるプログラムに変換し、変換作業の終了を表示
装置1に表示させる。これによりオペレータは、入力装
置2を操作してシミュレータ4を起動させて、変換手段
6により変換されたプログラムのシミュレーションを行
う。このシミュレーションにおける各種指示は、オペレ
ータが表示装置1の表示内容を観察しながら入力装置2
を操作して行う。シミュレーションの結果、変換手段6
により変換されたプログラムが正常に動作することが確
認されれば、オペレータは、入力装置2を操作してコー
ド生成手段7を起動させる。これによりコード生成手段
7は、変換手段6により変換されたプログラムを命令コ
ードに変換する。なおシミュレーションの結果、変換手
段6により変換されたプログラムが正常に動作しない場
合、並列処理プログラムを点検し、誤りがあれば訂正し
て、並列処理プログラムの入力段階から再度作業をやり
直す。
Next, the operation will be described. First, the operator
Design a parallel processing program in a language that includes parallel execution statements that summarize the processing to be executed simultaneously. For example, as shown in FIG. 2, when it is desired to execute the processes C, D, and E at the same time, a parallel processing program in which the processes C, D, and E are described as parallel execution statements is created. Here, the parallel processing program only needs to specify that the processes C, D, and E are to be processed in parallel, and does not need to consider load sharing of each processor or synchronization of processes between processors. Then, the operator operates the input device 2 to input the parallel processing program into the compiling device 3. As a result, the analysis means 5 of the compiling device 3 analyzes all the parallel execution statements included in the parallel processing program, determines the minimum number of calculation means and the processing to be carried by each calculation means,
It is displayed on the display device 1. Thereby, the operator refers to the judgment result of the analysis means 5 displayed on the display device 1 to finally determine the number of calculation means and the processing to be burdened to each calculation means, and to determine it by the input device 2. Instruct by operation. For example, as shown in FIG. 3, the processing A, B, C, and F are assigned to the first computing means, the processing D is assigned to the second computing means, and the processing E is assigned to the third computing means. Instruct. As a result, the conversion unit 6 converts the parallel processing program into a program for operating each arithmetic unit based on the instruction of the operator, and causes the display device 1 to display the end of the conversion work. As a result, the operator operates the input device 2 to activate the simulator 4 to simulate the program converted by the conversion means 6. Various instructions in this simulation are input to the input device 2 while the operator observes the display contents of the display device 1.
To operate. As a result of the simulation, the conversion means 6
If it is confirmed that the converted program operates normally, the operator operates the input device 2 to activate the code generation means 7. As a result, the code generator 7 converts the program converted by the converter 6 into an instruction code. As a result of the simulation, when the program converted by the conversion means 6 does not operate normally, the parallel processing program is inspected, and if there is an error, the parallel processing program is corrected and the work is redone from the input stage of the parallel processing program.

【0010】かくして得られた命令コードで例えばVL
IWと呼ばれるような複数の演算手段を備えたプロセッ
サを作動させることにより、複数の演算手段を協調的に
作動させて1つあるいは相互に関連した複数の作業を行
うことができる。このように、同時に実行する処理をま
とめた並列実行文を含む言語を用いて、解析手段によ
り、並列処理プログラムを解析して必要な演算手段の数
および各演算手段の負担すべき処理を判断し、変換手段
により、解析手段の判断結果を参照して決定された演算
手段の数および各演算手段の負担すべき処理に基づいて
並列処理プログラムを各演算手段を動作させるプログラ
ムに変換するので、並列性を充分に抽出して効率のよい
プログラムを生成することができる。 (具体的実施例)2値化画像上の線分の近似方程式を算
出する、ノイズに強い手法として有名な、Hough変
換のプログラム開発を行った。このHough変換は、
XY座標上のある1点(xi ,yi )を下記数1によっ
て極座標ρ─θ平面上に写像し、この極座標上で最も下
記数1の軌跡が交わる点(ρ0 ,θ0 )を求める近似直
線のパラメータとするものである。
The instruction code thus obtained is, for example, VL.
By operating a processor having a plurality of calculation means called IW, it is possible to operate the plurality of calculation means in a coordinated manner to perform one or a plurality of interrelated works. In this way, by using a language that includes parallel execution statements that summarizes the processes to be executed simultaneously, the analysis unit analyzes the parallel processing program to determine the number of necessary calculation units and the processing that each calculation unit should bear. , The conversion means converts the parallel processing program into a program for operating each arithmetic means based on the number of arithmetic means determined with reference to the determination result of the analysis means and the processing to be borne by each arithmetic means. It is possible to sufficiently extract the characteristics and generate an efficient program. (Specific Example) A program for Hough transform, which is famous as a noise-resistant method for calculating an approximate equation of a line segment on a binarized image, was developed. This Hough transformation is
One point (x i , y i ) on the XY coordinates is mapped on the polar coordinate ρ-θ plane by the following formula 1, and the point (ρ 0 , θ 0 ) where the locus of the following formula 1 intersects most on this polar coordinate is It is used as a parameter of the approximate straight line to be obtained.

【0011】[0011]

【数1】 [Equation 1]

【0012】先ず、並列処理プログラムの設計に際し
て、入力画像を256×256の256階調濃淡画像と
し、ρ─θ平面上の分解能は、ρを1画素、θを1度と
し、演算に用いるsinおよびcosはテーブルとして
外部より与えるものとした。また演算処理は、入力画像
データimemに演算を施してρ─θ平面(2次元メモ
リrtmem)上に書き込む処理と、ρ─θ平面上の最
大値を持つρ,θを決定する処理とに分かれるが、前者
の処理は、入力画像の1画素単位に演算が完結している
ので、入力画像を複数の領域に分割し、それぞれで演算
・書き込みを実行すれば高速化が可能であると考えられ
る。そこで、入力画像を4分割し、それぞれが演算・書
き込みを並列に行うものとして、図4および図5のよう
に表現できる並列処理プログラムを設計した。もちろ
ん、実際の並列処理プログラムはプログラムリストの形
式で記述されている。
First, in designing a parallel processing program, the input image is a 256 × 256 256 gradation grayscale image, and the resolution on the ρ-θ plane is ρ = 1 pixel, θ = 1 degree, and the sin used for calculation is used. And cos are given from the outside as a table. The calculation process is divided into a process of calculating the input image data imem and writing it on the ρ-θ plane (two-dimensional memory rtmem), and a process of determining ρ and θ having the maximum values on the ρ-θ plane. However, since the calculation of the former process is completed for each pixel of the input image, it is considered that the speed can be increased by dividing the input image into a plurality of areas and executing the calculation / writing in each of them. .. Therefore, a parallel processing program that can be expressed as shown in FIG. 4 and FIG. 5 was designed by dividing the input image into four and performing the calculation and writing in parallel. Of course, the actual parallel processing program is described in the form of a program list.

【0013】設計した並列処理プログラムを入力装置2
を用いて入力すると、コンパイル装置3の解析手段5が
並列処理プログラムに含まれる全ての並列実行文を解析
し、必要な演算手段の数が4である旨と、各演算手段が
負担すべき処理とを表示装置1に表示させる。演算・書
き込みを行う4つの処理は、すべて同一の処理であるこ
とから、それぞれを同じ動作を行う1つの演算手段に処
理させた方が効率がよい。そこで、最大値を決定する処
理を実行する演算手段を別に用い、合計5個の演算手段
を使用することとし、各演算手段の負担すべき処理を図
6に破線で示すように決定した。
The designed parallel processing program is used as the input device 2
, The analysis means 5 of the compiling device 3 analyzes all the parallel execution statements included in the parallel processing program, the number of necessary calculation means is 4, and the processing that each calculation means should bear. And are displayed on the display device 1. Since all the four processes for performing the calculation / writing are the same process, it is more efficient to process them by one calculating means performing the same operation. Therefore, a total of five arithmetic means are used by separately using the arithmetic means for executing the processing for determining the maximum value, and the processing to be borne by each arithmetic means is determined as shown by the broken line in FIG.

【0014】この決定を入力装置2を操作して入力する
と、コンパイル装置3の変換手段6は、並列処理プログ
ラムに基づいて、図7および図8のように表現できるプ
ログラムを作成する。このプログラムをシミュレータ4
を用いてシミュレーションし、プログラムに誤りがなけ
れば入力装置2を操作してコンパイル装置3のコード生
成手段7を起動させる。これによりコード生成手段7
は、変換手段6により変換されたプログラムを命令コー
ドに変換する。
When this decision is input by operating the input device 2, the conversion means 6 of the compiling device 3 creates a program that can be expressed as shown in FIGS. 7 and 8 based on the parallel processing program. This program is simulator 4
If there is no error in the program, the input device 2 is operated to activate the code generation means 7 of the compiling device 3. Thereby, the code generation means 7
Converts the program converted by the conversion means 6 into an instruction code.

【0015】なお、図4〜図8における各シンボルの意
味を図9に示す。
The meaning of each symbol in FIGS. 4 to 8 is shown in FIG.

【0016】[0016]

【発明の効果】以上説明したように本発明によれば、同
時に実行する処理をまとめた並列実行文を含む言語を用
いて、解析手段により、並列処理プログラムを解析して
必要な演算手段の数および各演算手段の負担すべき処理
を判断し、変換手段により、解析手段の判断結果を参照
して決定された演算手段の数および各演算手段の負担す
べき処理に基づいて並列処理プログラムを各演算手段を
動作させるプログラムに変換するので、並列性を充分に
抽出して効率のよいプログラムを生成することができる
という優れた効果を奏する。
As described above, according to the present invention, the number of arithmetic means required by analyzing the parallel processing program by the analyzing means by using a language including parallel execution statements in which the processing to be executed simultaneously is summarized. Then, the parallel processing program is determined based on the number of calculation means determined by the conversion means by referring to the determination result of the analysis means and the processing to be executed by each calculation means. Since the program is converted into a program for operating the arithmetic means, the excellent effect that the parallelism can be sufficiently extracted and an efficient program can be generated is exerted.

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

【図1】本発明の一実施例における並列処理プログラム
開発装置の全体構成図である。
FIG. 1 is an overall configuration diagram of a parallel processing program development device in an embodiment of the present invention.

【図2】並列処理プログラムの処理手順の説明図であ
る。
FIG. 2 is an explanatory diagram of a processing procedure of a parallel processing program.

【図3】各演算手段への処理の割り付け状態の説明図で
ある。
FIG. 3 is an explanatory diagram of an allocation state of processing to each arithmetic means.

【図4】並列処理プログラムの全体説明図である。FIG. 4 is an overall explanatory diagram of a parallel processing program.

【図5】並列処理プログラムの一部の説明図である。FIG. 5 is an explanatory diagram of a part of a parallel processing program.

【図6】各演算手段への処理の割り付け状態の説明図で
ある。
FIG. 6 is an explanatory diagram of a state of allocation of processing to each arithmetic unit.

【図7】変換されたプログラムの全体説明図である。FIG. 7 is an overall explanatory diagram of a converted program.

【図8】変換されたプログラムの一部の説明図である。FIG. 8 is an explanatory diagram of a part of the converted program.

【図9】プログラムを表現するためのシンボルの説明図
である。
FIG. 9 is an explanatory diagram of symbols for expressing a program.

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

2 入力装置 5 解析手段 6 変換手段 7 コード生成手段 2 input device 5 analysis means 6 conversion means 7 code generation means

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 同時に実行する処理をまとめた並列実行
文を含む言語による並列処理プログラムを入力するため
の入力装置と、この入力装置を介して入力された前記並
列処理プログラムを解析して必要な演算手段の数および
各演算手段の負担すべき処理を判断する解析手段と、こ
の解析手段の判断結果を参照して決定された演算手段の
数および各演算手段の負担すべき処理が前記入力装置を
介して指示されることにより前記並列処理プログラムを
各演算手段を動作させるプログラムに変換する変換手段
と、この変換手段により変換されたプログラムを命令コ
ードに変換するコード生成手段とを設けたことを特徴と
する並列処理プログラム開発装置。
1. An input device for inputting a parallel processing program in a language including a parallel execution statement in which processes to be executed simultaneously are summarized, and the parallel processing program input via this input device is analyzed and required. The input device includes an analysis unit that determines the number of calculation units and the processing that each calculation unit should bear, and the number of calculation units that is determined by referring to the determination result of this analysis unit and the processing that each calculation unit should bear. A conversion means for converting the parallel processing program into a program for operating each arithmetic means when instructed through the code processing means and a code generation means for converting the program converted by the conversion means into an instruction code. Characteristic parallel processing program development device.
JP27528391A 1991-10-23 1991-10-23 Parallel processing program developing device Pending JPH05113885A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP27528391A JPH05113885A (en) 1991-10-23 1991-10-23 Parallel processing program developing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP27528391A JPH05113885A (en) 1991-10-23 1991-10-23 Parallel processing program developing device

Publications (1)

Publication Number Publication Date
JPH05113885A true JPH05113885A (en) 1993-05-07

Family

ID=17553270

Family Applications (1)

Application Number Title Priority Date Filing Date
JP27528391A Pending JPH05113885A (en) 1991-10-23 1991-10-23 Parallel processing program developing device

Country Status (1)

Country Link
JP (1) JPH05113885A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7516481B2 (en) 2003-12-05 2009-04-07 International Business Machines Corporation Program development supporting apparatus, method, program and recording medium
JP2010086319A (en) * 2008-09-30 2010-04-15 Toshiba Corp Computer program, mutliprocessor system, and grouping method

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7516481B2 (en) 2003-12-05 2009-04-07 International Business Machines Corporation Program development supporting apparatus, method, program and recording medium
JP2010086319A (en) * 2008-09-30 2010-04-15 Toshiba Corp Computer program, mutliprocessor system, and grouping method
JP4635082B2 (en) * 2008-09-30 2011-02-16 株式会社東芝 Multiprocessor system and grouping method
US8074211B2 (en) 2008-09-30 2011-12-06 Kabushiki Kaisha Toshiba Computer program, multiprocessor system, and grouping method

Similar Documents

Publication Publication Date Title
JPH08202545A (en) Object-oriented system and method for generation of target language code
JP2011081539A (en) Parallelization processing method, system and program
Karasneh et al. Img2uml: A system for extracting uml models from images
Yang et al. GSWO: A programming model for GPU-enabled parallelization of sliding window operations in image processing
CN112667517A (en) Method, device, equipment and storage medium for acquiring automatic test script
JP4791660B2 (en) Data flow automatic generation apparatus, data flow automatic generation method, and computer-readable recording medium
JPH05113885A (en) Parallel processing program developing device
Covington et al. Graphic oriented signal processing language-gospl
CN107180193B (en) Method and device for converting program code into data constraint
JPWO2011090032A1 (en) Parallel processing program generation method, parallel processing program generation program, and parallel processing program generation device
WO2023071509A1 (en) Model compilation method and apparatus, and model running system
JP3910831B2 (en) Program development support device, recording medium, and program
JP2001154998A (en) Parallel analysis instructing method and device for parallel general associated analysis
JPH04273533A (en) In-line expansion system for procedure of translation program
JPH11237982A (en) Software component development supporting device
CN117193741A (en) Processing method, device and processing equipment of visual building system
JP2753860B2 (en) Simulation system
Xie et al. Understanding Auto-Scheduling Optimizations for Model Deployment via Visualizations
ETZL et al. Automated Reliability Expert System-ARES
JP4371000B2 (en) IDL compiling device, IDL compiling method, and IDL compiler
Lavinia MODULAR SOFTWARE ARCHITECTURE FOR AUTHORING MATHEMATICAL CONTENT.
JP2539070B2 (en) Compiler processor
Cremer Graph-based reverse engineering and reengineering tools
JPH03144832A (en) Symbolic debugging device for precompiler language program
JP2015125751A (en) Computer program generation device