JPH06161773A - Generating device for parallel processing program - Google Patents

Generating device for parallel processing program

Info

Publication number
JPH06161773A
JPH06161773A JP4311605A JP31160592A JPH06161773A JP H06161773 A JPH06161773 A JP H06161773A JP 4311605 A JP4311605 A JP 4311605A JP 31160592 A JP31160592 A JP 31160592A JP H06161773 A JPH06161773 A JP H06161773A
Authority
JP
Japan
Prior art keywords
program
parallel processing
parallel
flow chart
display
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.)
Withdrawn
Application number
JP4311605A
Other languages
Japanese (ja)
Inventor
Kazutami Ishikawa
和民 石川
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Sanyo Electric Co Ltd
Original Assignee
Sanyo Electric 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 Sanyo Electric Co Ltd filed Critical Sanyo Electric Co Ltd
Priority to JP4311605A priority Critical patent/JPH06161773A/en
Publication of JPH06161773A publication Critical patent/JPH06161773A/en
Withdrawn legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)
  • Multi Processors (AREA)
  • Devices For Executing Special Programs (AREA)

Abstract

PURPOSE:To efficiently generate parallel processing programs. CONSTITUTION:A program display selection part 14 reads a source program from a storage device 12 and display on a display 18, and after specifying a program selection part through an input device 16 copies the program selection part 14 in a data flow graph display area on a display 18 according to an indication made by a user through the input device 16 and inputs it to a parallel process flowchart generation part 28. The parallel process flowchart generation part 28 automatically analyzes the program selection part to generate a parallel process flowchart. An indication is supplied from the input device 16 and a parallel process flowchart modification part 34 modifies the parallel process flowchart. Parallel object codes generated by a prallel object code generation part 50 are supplied to a source program modification part 52, which modifies a source program.

Description

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

【0001】[0001]

【産業上の利用分野】この発明は並列処理プログラムの
作成装置に関し、特にたとえばいわゆる高級言語と呼ば
れるプログラミング言語で記述された並列処理プログラ
ムをチューニングするために用いられる、並列処理プロ
グラムの作成装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a parallel processing program creating apparatus, and more particularly to a parallel processing program creating apparatus used for tuning a parallel processing program written in a programming language called a high-level language.

【0002】[0002]

【従来の技術】従来、並列処理計算機のプログラム作成
に使用されていたプログラミング言語としては、命令の
実行を逐次的に行うノイマン型計算機上で実行すること
を想定して作り上げられたプログラミング言語に、並列
処理用の命令を追加することによって複数の命令を同時
に実行することを可能にした、プログラミング言語が多
く用いられている。
2. Description of the Related Art Conventionally, as a programming language used to create a program for a parallel processing computer, a programming language created on the assumption that it is executed on a Neumann computer that sequentially executes instructions is Many programming languages are used, which makes it possible to execute a plurality of instructions at the same time by adding an instruction for parallel processing.

【0003】また、近年、自動並列化コンパイラについ
ての研究が盛んに行われているが、プログラムに内在さ
れる並列性を解析し、並列計算機の性能をフルに発揮で
きるような効率のよい並列処理実行コードを完全に自動
的に生成することは、非常に困難である。したがって、
一般的に、実行コードの最適化のために、プログラム全
体のうち重要な部分を機械語で記述し直して、最適化す
る方法が用いられる。
Further, in recent years, research on automatic parallelizing compilers has been actively conducted, but efficient parallel processing capable of analyzing the parallelism inherent in a program and making full use of the performance of a parallel computer. Generating executable code completely automatically is very difficult. Therefore,
Generally, in order to optimize the execution code, a method of rewriting an important part of the entire program in machine language and optimizing it is used.

【0004】[0004]

【発明が解決しようとする課題】しかし、前者の従来技
術では、元々並列処理のための言語として設計されてい
ない言語を用いて記述したプログラムを、実際に並列計
算機上で実行させた場合、並列計算機の性能をうまく引
き出すことができず、その実行効率が悪くなるという問
題があった。
However, in the former prior art, when a program written in a language originally not designed as a language for parallel processing is actually executed on a parallel computer, There was a problem that the performance of the computer could not be brought out well and its execution efficiency deteriorated.

【0005】また、後者の従来技術では、プログラム全
体のうちの重要な部分を機械語で書き直すためには、対
象となる並列計算機に対する深い知識と多大な労力が必
要になるという問題点があった。それゆえに、この発明
の主たる目的は、高級プログラミング言語で記述された
並列処理のソースプログラムの部分的な最適化を効率よ
く行える、並列処理プログラムの作成装置を提供するこ
とである。
Further, the latter conventional technique has a problem that in order to rewrite an important part of the entire program in a machine language, a deep knowledge of a target parallel computer and a great deal of labor are required. . Therefore, a main object of the present invention is to provide a parallel processing program creating apparatus capable of efficiently partially optimizing a parallel processing source program written in a high-level programming language.

【0006】[0006]

【課題を解決するための手段】この発明は、高級言語で
記述されたソースプログラムを表示する表示手段、表示
手段に指示を与える入力手段、入力手段によって指定さ
れたソースプログラムの任意の範囲を、プログラム選択
部分として抽出して表示手段に表示するプログラム表示
選択手段、抽出されたプログラム選択部分のプログラム
並列性を解析し、処理の内容とデータの流れとを示す並
列処理流れ図に変換する並列処理流れ図生成手段、入力
手段からの指示に応じて並列処理流れ図を変更する並列
処理流れ図変更手段、および変更された並列処理流れ図
を解析し、並列計算機のための並列オブジェクトコード
を生成する並列オブジェクトコード生成手段を備える、
並列処理プログラムの作成装置である。
According to the present invention, a display means for displaying a source program written in a high-level language, an input means for giving an instruction to the display means, and an arbitrary range of the source program designated by the input means are provided. Program display selection means for extracting as a program selection portion and displaying it on the display means, parallel processing flow chart for analyzing the program parallelism of the extracted program selection portion and converting it into a parallel processing flow chart showing processing contents and data flow A parallel processing flow chart changing means for changing the parallel processing flow chart according to an instruction from the generating means and the input means, and a parallel object code generating means for analyzing the changed parallel processing flow chart and generating a parallel object code for a parallel computer. With
It is an apparatus for creating a parallel processing program.

【0007】[0007]

【作用】表示手段に表示されたソースプログラムの中か
ら、ユーザが入力手段によって任意の範囲すなわちプロ
グラム選択部分を指定する。このプログラム選択部分
は、並列処理流れ図生成手段によって並列処理流れ図に
変換される。並列処理流れ図のノードまたは配線を、ユ
ーザが入力手段で選択すると、関連する情報が表示され
る。その並列処理流れ図に対して、ユーザが入力手段に
よって変更の指示を与えることにより、並列処理流れ図
変更手段によって並列処理流れ図が変更される。この変
更された並列処理流れ図を並列オブジェクトコード生成
手段によって解析して、並列オブジェクトコードを生成
する。そして、その並列オブジェクトコードはソースプ
ログラム変更手段に与えられてソースプログラムが変更
される。
The user designates an arbitrary range, that is, a program selection portion, from the source program displayed on the display means by the input means. This program selection portion is converted into a parallel processing flow chart by the parallel processing flow chart generation means. When a user selects a node or wiring in the parallel processing flowchart with the input means, related information is displayed. The parallel processing flow chart is changed by the parallel processing flow chart changing unit when the user gives an instruction to change the parallel processing flow chart. This changed parallel processing flow chart is analyzed by the parallel object code generation means to generate a parallel object code. Then, the parallel object code is given to the source program changing means to change the source program.

【0008】[0008]

【発明の効果】この発明によれば、ユーザにとって効率
的な並列解析を必要とするプログラム範囲の指定が可能
となり、その指定範囲に関する並列処理流れ図を自動的
に作成することができるとともに、並列処理流れ図に変
更を加えて、ユーザの意図する並列化コードの最適化を
簡単な操作で行える。したがって、並列処理プログラム
を効率よく作成できる。
According to the present invention, it becomes possible for a user to specify a program range that requires efficient parallel analysis, and it is possible to automatically create a parallel processing flow chart for the specified range and to execute parallel processing. The flow chart can be modified to optimize the parallel code intended by the user with a simple operation. Therefore, the parallel processing program can be efficiently created.

【0009】この発明の上述の目的,その他の目的,特
徴および利点は、図面を参照して行う以下の実施例の詳
細な説明から一層明らかとなろう。
The above-mentioned objects, other objects, features and advantages of the present invention will become more apparent from the following detailed description of the embodiments with reference to the drawings.

【0010】[0010]

【実施例】図1を参照して、この実施例の並列処理プロ
グラムの作成装置10は記憶装置12を含む。記憶装置
12には、図2に示すような、たとえばC言語により記
述されたソースプログラムが格納される。プログラム表
示選択部14は、たとえばコンソール,ポインティング
デバイスまたはマウスなどからなる入力装置16からの
指示によって、ソースプログラムを記憶装置12から読
み出し、図3に示すように、ディスプレイ18のエリア
20内に表示する。次に、入力装置16によって、ソー
スプログラムのチューニングしたい領域すなわち、プロ
グラム選択部分を図3のエリア22に示すように矩形で
囲み、指定する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Referring to FIG. 1, a parallel processing program creating apparatus 10 of this embodiment includes a storage device 12. The storage device 12 stores a source program described in, for example, C language as shown in FIG. The program display selection unit 14 reads the source program from the storage device 12 according to an instruction from the input device 16 such as a console, a pointing device, or a mouse, and displays it in an area 20 of the display 18, as shown in FIG. . Next, the input device 16 is used to specify a region to be tuned in the source program, that is, a program selection portion, by enclosing it in a rectangle as shown in an area 22 of FIG.

【0011】そして、ユーザが入力装置16で、矢印2
4で示すように指示して、矩形範囲をデータフローグラ
フ表示領域26内に複写することによって、並列処理流
れ図生成部28への入力とされる。並列処理流れ図生成
部28では、入力として受け取った矩形範囲のプログラ
ム選択部分を解析し、図4および図5に示すような処理
の内容とデータの流れとを示すデータフローグラフを自
動的に生成し、ディスプレイ18のデータフローグラフ
表示領域26内に表示する。
Then, the user uses the input device 16 to move the arrow 2
4, the rectangular range is copied into the data flow graph display area 26, and is input to the parallel processing flowchart generation unit 28. The parallel processing flow chart generator 28 analyzes the program selection portion of the rectangular range received as an input, and automatically generates a data flow graph showing the contents of processing and the data flow as shown in FIGS. 4 and 5. , In the data flow graph display area 26 of the display 18.

【0012】また、並列処理流れ図生成部28は、プロ
グラム選択部分の解析によって得られた変数情報,ノー
ド情報,並列処理情報,および画面上の配置情報などを
保持し、これらの情報はディスプレイ18に表示され得
る。これらの情報は、必要に応じて記憶装置12に保持
される。ここでユーザは、図4および図5に示されるデ
ータフローグラフを変更するための情報を得ることがで
きる。
Further, the parallel processing flow chart generator 28 holds variable information, node information, parallel processing information, arrangement information on the screen, etc. obtained by the analysis of the program selection portion, and these information are displayed on the display 18. Can be displayed. These pieces of information are held in the storage device 12 as needed. The user can now get the information to modify the dataflow graphs shown in FIGS. 4 and 5.

【0013】たとえば、まず、図5中の矢印で示される
アークの詳細情報を得るために、入力装置16によって
情報を得たい矢印を選択する。これにより、図6のエリ
ア30に示されるアーク情報を始めとする各種詳細情報
を得ることができる。次に、図5中の楕円で示される各
ノードの詳細情報を得るために、入力装置16によって
情報を得たいノード部分を選択する。これにより、図7
のエリア32に示されるノード情報を始めとする各種詳
細情報を得ることができる。さらに、図7の矢印33に
示すように、選択されたノードと同様の処理を行うノー
ド部分を自動的に検索し強調表示する。強調表示の方法
としては、枠の太さを太くしたり、枠の色を変えたりす
る。これによりユーザは、同一処理が重複して行われて
いることを確かめることができる。
For example, first, in order to obtain detailed information on the arc indicated by the arrow in FIG. 5, the arrow for which information is desired is selected by the input device 16. As a result, various detailed information including the arc information shown in the area 30 of FIG. 6 can be obtained. Next, in order to obtain detailed information of each node indicated by an ellipse in FIG. 5, the node portion for which information is desired is selected by the input device 16. As a result, FIG.
Various detailed information including the node information shown in the area 32 can be obtained. Further, as indicated by an arrow 33 in FIG. 7, a node portion that performs the same process as the selected node is automatically searched and highlighted. The highlighting method is to increase the thickness of the frame or change the color of the frame. This allows the user to confirm that the same processing is being repeated.

【0014】こうして得られた各アーク情報および各ノ
ード情報等をもとに、ユーザは、図5のように表示され
たデータフローグラフをより効率的な並列処理が可能と
なるように、入力装置16から並列処理流れ図変更部3
4に対して、図の組み換え,項目の追加,および項目の
削除などの変更の指示を与える。たとえば、図2に示す
ソースプログラムについて、第22行目にあるポインタ
変数(*(vector+Y)) を参照する際、第21行目のポイン
タ変数(*(normarized _vector+X))への第21行目の計
算結果の代入が(*(vector+Y)) に影響しているかどうか
を自動的に解析することは困難であり、第21行,第2
2行および第23行が並列に実行できることを自動解析
では判別できない。
Based on each arc information and each node information obtained in this way, the user can input the data flow graph displayed as shown in FIG. 16 to parallel processing flow chart changing unit 3
4 is given instructions for changes such as rearranging figures, adding items, and deleting items. For example, when referring to the pointer variable (* (vector + Y)) on the 22nd line of the source program shown in FIG. 2, change the pointer variable (* (normarized_vector + X)) to the 21st line. It is difficult to automatically analyze whether the substitution of the calculation result on the 21st line affects (* (vector + Y)).
It cannot be determined by automatic analysis that lines 2 and 23 can be executed in parallel.

【0015】そこで、まず、並列処理流れ図生成部28
で、図2に示すソースプログラムを解析することによっ
て、上述のように図5のデータフローグラフを自動的に
生成する。図5と同じデータフローグラフである図8を
みると、第21行に対応する破線矩形範囲36,第22
行に対応する破線矩形範囲38および第23行に対応す
る破線矩形範囲40が逐次的に実行されることがわか
る。さらに、楕円範囲42,44および46に示すノー
ドでは重複した処理が行われていることがわかる。そこ
で、破線矩形範囲36,38および40の命令を並列に
並べ換えるとともに、楕円範囲42,44および46に
示される重複部を1つにまとめて、図の組み換えを行
い、図9に示すようにデータフローグラフを変更する。
Therefore, first, the parallel processing flow chart generator 28
Then, the data flow graph of FIG. 5 is automatically generated as described above by analyzing the source program shown in FIG. Looking at FIG. 8 which is the same data flow graph as FIG. 5, the broken line rectangular range 36, 22
It can be seen that the dashed rectangular area 38 corresponding to the row and the dashed rectangular area 40 corresponding to the 23rd row are executed sequentially. Furthermore, it can be seen that the nodes shown in the elliptical ranges 42, 44, and 46 are subjected to overlapping processing. Therefore, the instructions in the broken-line rectangular ranges 36, 38, and 40 are rearranged in parallel, and the overlapping portions shown in the elliptical ranges 42, 44, and 46 are combined into one, and the drawing is recombined. Change the dataflow graph.

【0016】そして、並列処理流れ図変更部34は、以
上のようにして変更されたデータフローグラフの変更情
報を、ユーザの入力装置16からの指示によって並列オ
ブジェクトコード生成部50に対して出力する。並列オ
ブジェクトコード生成部50は、データフローグラフの
変更情報を解析し、並列処理のためのチューニングを施
した高効率の並列オブジェクトコードを図10に示すよ
うに生成し、記憶装置12に格納する。
Then, the parallel processing flow chart changing unit 34 outputs the change information of the data flow graph changed as described above to the parallel object code generating unit 50 according to an instruction from the input device 16 by the user. The parallel object code generation unit 50 analyzes the change information of the data flow graph, generates a highly efficient parallel object code tuned for parallel processing as shown in FIG. 10, and stores it in the storage device 12.

【0017】また、並列オブジェクトコードは、ソース
プログラム変更部52に与えられ、対応するソースプロ
グラムが変更される。この変更部分をプログラム表示選
択部14にフィードバックして、図11に示すような変
更後のソースプログラムがディスプレイ18に表示され
る。この実施例では、第21行〜第23行が変更され
る。
Further, the parallel object code is given to the source program changing section 52, and the corresponding source program is changed. This changed portion is fed back to the program display selection unit 14, and the changed source program as shown in FIG. 11 is displayed on the display 18. In this example, lines 21 to 23 are changed.

【0018】このような並列処理プログラムの作成装置
10の動作を、図12を参照して簡単に説明する。ま
ず、ステップS1において、入力装置16からの指示に
よって、図3に示すディスプレイ18のエリア20内
に、ソースプログラムを表示する。次いで、ステップS
3において、入力装置16によって、ソースプログラム
のチューニングしたい領域を図3のエリア22で示すよ
うに矩形で囲み、プログラム選択部分を指定する。ステ
ップS5において、ユーザが入力装置16で、図3の矢
印24で示すように指示することによって、このプログ
ラム選択部分をデータフローグラフ表示領域26内に複
写して、並列処理流れ図生成部28への入力とする。
The operation of the parallel processing program creating apparatus 10 will be briefly described with reference to FIG. First, in step S1, the source program is displayed in the area 20 of the display 18 shown in FIG. 3 according to an instruction from the input device 16. Then, step S
3, the input device 16 encloses a region of the source program to be tuned in a rectangle as shown by an area 22 in FIG. 3 and designates a program selection portion. In step S5, the user instructs the input device 16 as indicated by the arrow 24 in FIG. 3 to copy this program selection portion into the data flow graph display area 26, and to copy it to the parallel processing flow chart generation unit 28. Input it.

【0019】そして、図4の矢印48で示すように、モ
ジュール名(この実施例では、name:normarized )を入
力し、ステップS9に進む。ステップS9では、データ
フローグラフ表示領域26に表示されたプログラム選択
部分を自動解析し、図4のデータフローグラフ表示領域
26内に示すように、並列処理流れ図を生成する。そし
て、ステップS11において、並列処理流れ図につい
て、図6に示すようにアーク情報や図7に示すようにノ
ード情報を表示させて、チューニングの可否を確かめ
る。そして、ステップS13において、得られたアーク
情報やノード情報などをもとにして、ユーザが入力装置
16から並列処理流れ図変更部34に対して、図の組み
換え,項目の追加または項目の削除などの変更を指示し
て、図9に示すように並列処理流れ図を変更する。そし
て、ステップS15において、変更された並列処理流れ
図の変更情報を並列オブジェクトコード生成部50に出
力し、並列オブジェクトコードを生成する。その後、ス
テップS17において、その並列オブジェクトコードを
ソースプログラム変更部52に与えて、対応するソース
プログラムを変更する。そして、変更部分をプログラム
表示選択部14すなわちソースプログラムにフィードバ
ックし、図11に示すような変更後のソースプログラム
をディスプレイ18に表示させる。
Then, as shown by the arrow 48 in FIG. 4, the module name (name: normarized in this embodiment) is input, and the process proceeds to step S9. In step S9, the program selection portion displayed in the data flow graph display area 26 is automatically analyzed to generate a parallel processing flowchart as shown in the data flow graph display area 26 of FIG. Then, in step S11, regarding the parallel processing flow chart, arc information as shown in FIG. 6 and node information as shown in FIG. 7 are displayed to confirm whether tuning is possible. Then, in step S13, based on the obtained arc information, node information and the like, the user changes the diagram, adds an item or deletes an item to the parallel processing flowchart changing unit 34 from the input device 16. By instructing the change, the parallel processing flow chart is changed as shown in FIG. Then, in step S15, the change information of the changed parallel processing flowchart is output to the parallel object code generation unit 50 to generate the parallel object code. Then, in step S17, the parallel object code is given to the source program changing unit 52 to change the corresponding source program. Then, the changed portion is fed back to the program display selection unit 14, that is, the source program, and the changed source program as shown in FIG. 11 is displayed on the display 18.

【0020】この実施例によれば、複雑な並列処理プロ
グラムの様子をエディタなどの文字の羅列だけの記述で
はなく、並列的な処理の内容とデータの流れとをわかり
易く示す図を自動的に作成することが可能となるので、
ソースプログラムの中からユーザが意図する部分を簡単
に選択し解析することができる。さらに、作成された並
列処理流れ図を変更するといった簡単な操作によって、
並列オブジェクトコードを調整でき、効率アップが図れ
る。
According to this embodiment, a complicated parallel processing program is automatically created not only by describing a list of characters in an editor, but also by showing a parallel processing content and a data flow in an easy-to-understand manner. Because it is possible to
It is possible to easily select and analyze the part intended by the user from the source program. Furthermore, by a simple operation such as changing the created parallel processing flow chart,
The parallel object code can be adjusted to improve efficiency.

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

【図1】この発明の一実施例を示すブロック図である。FIG. 1 is a block diagram showing an embodiment of the present invention.

【図2】C言語によって記述されたソースプログラムを
示す図解図である。
FIG. 2 is an illustrative view showing a source program written in C language.

【図3】ディスプレイ上の表示例を示す図解図である。FIG. 3 is an illustrative view showing a display example on a display.

【図4】図3の後のディスプレイ上の表示例を示す図解
図である。
FIG. 4 is an illustrative view showing a display example on the display after FIG.

【図5】並列処理流れ図生成部によって自動生成された
データフローグラフの一例を示す図解図である。
FIG. 5 is an illustrative view showing one example of a data flow graph automatically generated by a parallel processing flow chart generation unit.

【図6】図5のデータフローグラフにおいてアーク情報
を表示させた状態を示す図解図である。
6 is an illustrative view showing a state in which arc information is displayed in the data flow graph of FIG.

【図7】図5のデータフローグラフにおいてノード情報
を表示させた状態を示す図解図である。
7 is an illustrative view showing a state in which node information is displayed in the data flow graph of FIG.

【図8】図5のデータフローグラフの逐次的に実行され
る部分および重複する処理部分を示す図解図である。
8 is an illustrative view showing a sequentially executed portion and an overlapping processing portion of the data flow graph of FIG. 5. FIG.

【図9】図5のデータフローグラフを変更することによ
って効率的な並列化を施したデータフローグラフを示す
図解図である。
FIG. 9 is an illustrative view showing a dataflow graph in which efficient parallelization is performed by changing the dataflow graph of FIG.

【図10】この実施例によって生成された並列化オブジ
ェクトコードを示す図解図である。
FIG. 10 is an illustrative view showing a parallelized object code generated by this embodiment.

【図11】変更後のソースプログラムの一例を示す図解
図である。
FIG. 11 is an illustrative view showing one example of a changed source program.

【図12】この実施例の動作を示すフロー図である。FIG. 12 is a flowchart showing the operation of this embodiment.

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

10 …並列処理プログラムの作成装置 12 …記憶装置 14 …プログラム表示選択部 16 …入力装置 18 …ディスプレイ 22 …プログラム選択部分 28 …並列処理流れ図生成部 34 …並列処理流れ図変更部 50 …並列オブジェクトコード生成部 52 …ソースプログラム変更部 10 ... Parallel processing program creation device 12 ... Storage device 14 ... Program display selection unit 16 ... Input device 18 ... Display 22 ... Program selection portion 28 ... Parallel processing flow diagram generation unit 34 ... Parallel processing flow diagram change unit 50 ... Parallel object code generation Part 52 ... Source program change part

───────────────────────────────────────────────────── フロントページの続き (51)Int.Cl.5 識別記号 庁内整理番号 FI 技術表示箇所 G06F 15/82 7323−5L ─────────────────────────────────────────────────── ─── Continuation of the front page (51) Int.Cl. 5 Identification code Office reference number FI technical display location G06F 15/82 7323-5L

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】高級言語で記述されたソースプログラムを
表示する表示手段、 前記表示手段に指示を与える入力手段、 前記入力手段によって指定された前記ソースプログラム
の任意の範囲を、プログラム選択部分として抽出して前
記表示手段に表示するプログラム表示選択手段、 抽出された前記プログラム選択部分のプログラム並列性
を解析し、処理の内容とデータの流れとを示す並列処理
流れ図に変換する並列処理流れ図生成手段、 前記入力手段からの指示に応じて前記並列処理流れ図を
変更する並列処理流れ図変更手段、および変更された前
記並列処理流れ図を解析し、並列計算機のための並列オ
ブジェクトコードを生成する並列オブジェクトコード生
成手段を備える、並列処理プログラムの作成装置。
1. Display means for displaying a source program described in a high-level language, input means for giving an instruction to the display means, and an arbitrary range of the source program designated by the input means is extracted as a program selection portion. A program display selecting means for displaying on the display means, a parallel processing flow chart generating means for analyzing the program parallelism of the extracted program selecting portion and converting it into a parallel processing flow chart showing the contents of processing and the flow of data, Parallel processing flow chart changing means for changing the parallel processing flow chart in response to an instruction from the input means, and parallel object code generating means for analyzing the changed parallel processing flow chart and generating parallel object code for a parallel computer. An apparatus for creating a parallel processing program, comprising:
【請求項2】前記並列処理流れ図生成手段は、前記並列
処理流れ図に含まれる処理の内容を示すノードまたはデ
ータの流れを示す配線を前記入力手段で選択することに
よって、処理の内容に関する情報および変数情報の少な
くともいずれか一方を表示する情報表示手段を含む、請
求項1記載の並列処理プログラムの作成装置。
2. The parallel processing flow chart generation means selects, by the input means, a node indicating the content of the processing included in the parallel processing flow chart or a wiring indicating the flow of data, whereby information and variables relating to the content of the processing are selected. 2. The parallel processing program creation device according to claim 1, further comprising an information display means for displaying at least one of the information.
【請求項3】前記並列オブジェクトコードに基づいて、
対応するソースプログラムを自動的に変更することがで
きるソースプログラム変更手段を備える、請求項1また
は2記載の並列処理プログラムの作成装置。
3. Based on the parallel object code,
3. The parallel processing program creating device according to claim 1, further comprising a source program changing unit capable of automatically changing a corresponding source program.
JP4311605A 1992-11-20 1992-11-20 Generating device for parallel processing program Withdrawn JPH06161773A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4311605A JPH06161773A (en) 1992-11-20 1992-11-20 Generating device for parallel processing program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4311605A JPH06161773A (en) 1992-11-20 1992-11-20 Generating device for parallel processing program

Publications (1)

Publication Number Publication Date
JPH06161773A true JPH06161773A (en) 1994-06-10

Family

ID=18019267

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4311605A Withdrawn JPH06161773A (en) 1992-11-20 1992-11-20 Generating device for parallel processing program

Country Status (1)

Country Link
JP (1) JPH06161773A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0895787A (en) * 1994-09-21 1996-04-12 Nec Software Ltd Parallel support task image display system
JP2003050722A (en) * 2001-08-03 2003-02-21 Sony Corp System and method for analyzing program
JP2021140501A (en) * 2020-03-05 2021-09-16 日立Astemo株式会社 Model parallelization device and method
JP2021525925A (en) * 2018-05-30 2021-09-27 アビニシオ テクノロジー エルエルシー Data flow graph optimization system and method
US12032631B2 (en) 2018-05-30 2024-07-09 Ab Initio Technology Llc Systems and methods for dataflow graph optimization

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0895787A (en) * 1994-09-21 1996-04-12 Nec Software Ltd Parallel support task image display system
JP2003050722A (en) * 2001-08-03 2003-02-21 Sony Corp System and method for analyzing program
JP2021525925A (en) * 2018-05-30 2021-09-27 アビニシオ テクノロジー エルエルシー Data flow graph optimization system and method
US12032631B2 (en) 2018-05-30 2024-07-09 Ab Initio Technology Llc Systems and methods for dataflow graph optimization
JP2021140501A (en) * 2020-03-05 2021-09-16 日立Astemo株式会社 Model parallelization device and method

Similar Documents

Publication Publication Date Title
US6408430B2 (en) Interactive software testing system and method
US5361357A (en) Method and apparatus for optimizing computer file compilation
JP2009129179A (en) Program parallelization support device and program parallelization support method
JPH08202545A (en) Object-oriented system and method for generation of target language code
JP2000347894A (en) Source program check device and program recording medium therefor
JP4826120B2 (en) Business specification creation support system and method
JPH06161773A (en) Generating device for parallel processing program
JP2005228326A (en) Data processing system, method for displaying customized parameter of application program, and computer program product
Boyd et al. Graphical visualization of compiler optimizations
JPH10187461A (en) Language processing system
JP2007226358A (en) Application generation device, application generation method, and application generation program
JP3648710B2 (en) Program analysis system
JP2001075792A (en) Method for preparing program by automatic preparation of makefile
CN114281317A (en) Code visualization method and system, electronic device and storage medium
JPH07334358A (en) Procedure editing device
JP3139393B2 (en) Debug device
JPH07200351A (en) Program debug method and program debug support device
JPH05342054A (en) Test system for language processing processor
JPH04340628A (en) Fuzzy inference process compile system
JPH06332719A (en) Compiler code generating device
JPH0267628A (en) Command start system
JPH04364520A (en) Generation system for general sequence program and general screen information
JPH09265402A (en) Method and device for supporting program conversion
JPH05197589A (en) Automatic generation system of test program
JPH06161723A (en) Program developing language editing device

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20000201