JP4576535B2 - Convergence solution algorithm performance display device and convergence solution algorithm performance display method - Google Patents

Convergence solution algorithm performance display device and convergence solution algorithm performance display method Download PDF

Info

Publication number
JP4576535B2
JP4576535B2 JP2006102171A JP2006102171A JP4576535B2 JP 4576535 B2 JP4576535 B2 JP 4576535B2 JP 2006102171 A JP2006102171 A JP 2006102171A JP 2006102171 A JP2006102171 A JP 2006102171A JP 4576535 B2 JP4576535 B2 JP 4576535B2
Authority
JP
Japan
Prior art keywords
convergence
solution
parameter
combination
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.)
Active
Application number
JP2006102171A
Other languages
Japanese (ja)
Other versions
JP2007279836A (en
Inventor
祥司 伊藤
Original Assignee
国立大学法人 筑波大学
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 国立大学法人 筑波大学 filed Critical 国立大学法人 筑波大学
Priority to JP2006102171A priority Critical patent/JP4576535B2/en
Publication of JP2007279836A publication Critical patent/JP2007279836A/en
Application granted granted Critical
Publication of JP4576535B2 publication Critical patent/JP4576535B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Stored Programmes (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Debugging And Monitoring (AREA)
  • Complex Calculations (AREA)

Description

本発明は、収束求解アルゴリズム性能表示装置およびこの収束求解アルゴリズム性能表示装置による収束求解アルゴリズム性能表示方法に関する。 The present invention relates to a convergence solution algorithm performance display device and a convergence solution algorithm performance display method using the convergence solution algorithm performance display device.

自然現象や工学現象の解析では収束求解アルゴリズムを使用した数値シミュレーションが行われることがしばしばある。 In the analysis of natural phenomena and engineering phenomena, numerical simulation using a convergence solution algorithm is often performed.

収束求解アルゴリズムに関する特許文献として、例えば、次に示すものが知られている。
特許文献1には、問題定義入力装置により取り込まれた定義情報、プログラム様式情報から構文解析装置が構文解析情報を作成し、アルゴリズム格納装置は、収束求解アルゴリズムの擬似コードの順序列によって表現されるアルゴリズム情報を格納し、計算式生成装置は、構文解析情報から収束求解アルゴリズムに必要な計算式情報を生成することが記載されている。
For example, the following is known as a patent document relating to a convergence solution algorithm.
In Patent Document 1, a syntax analysis device creates syntax analysis information from definition information and program format information captured by a problem definition input device, and an algorithm storage device is expressed by a sequence of pseudo codes of a convergence solution algorithm. It is described that the algorithm information is stored, and the calculation formula generation device generates calculation formula information necessary for the convergence solution algorithm from the parsing information.

特許文献2には、子モデルパラメータファイルから子モデルパラメータを入力して、入力した子モデルパラメータに基づいてK個のモデル評価値を求めて記憶部の評価値ファイルに記憶する評価値計算部を備えた遺伝的アルゴリズムマシンの適応評価器が記載されている。   Patent Document 2 includes an evaluation value calculation unit that inputs child model parameters from a child model parameter file, obtains K model evaluation values based on the input child model parameters, and stores them in the evaluation value file of the storage unit. An adaptive evaluator for the genetic algorithm machine provided is described.

特許文献3には、入力データに含まれるパラメータを用いて、入力データの特性を評価する多角的アルゴリズム運用システムが記載されている。   Patent Document 3 describes a multi-faceted algorithm operation system that evaluates the characteristics of input data using parameters included in the input data.

特開2004−86760号公報JP 2004-86760 A 特開2006−12114号公報JP 2006-12114 A 特開2002−150260号公報JP 2002-150260 A

前述したように、自然現象や工学現象の解析では、数値アルゴリズムを使用した数値シミュレーションが行われることがしばしばあり、それらを記述する方程式は線形方程式の場合、大規模な連立1次方程式
Ax=b
の求解に帰着される。
As described above, in the analysis of natural phenomena and engineering phenomena, numerical simulations using numerical algorithms are often performed, and the equations describing them are linear equations and large simultaneous linear equations.
Ax = b
It is reduced to the solution of

また、固有値問題の場合には次の方程式
Ax=λBx
の求解に帰着される。
また、代数方程式を使用する場合、
f(x)=0
の求解に帰着される、他の問題についても上記同様にそれぞれの方程式の求解に帰着される。
For the eigenvalue problem, the following equation
Ax = λBx
It is reduced to the solution of
And if you use algebraic equations,
f (x) = 0
The other problems that result in the solution of the above are also solved in the solution of the respective equations in the same manner as described above.

このような求解において、数値シミュレーションに要する計算時間の大半がこの計算に費やされるため、速く、正確に解くことが重要である。   In such a solution, since most of the calculation time required for the numerical simulation is spent for this calculation, it is important to solve it quickly and accurately.

問題を解法するために多種多様の収束求解アルゴリズムの採用が可能であり、一体どの収束求解アルゴリズムを採用すれば速く、正確に解くことになるのか不明である。 A wide variety of convergence solution algorithms can be used to solve the problem, and it is unclear which convergence solution algorithm is used to solve the problem quickly and accurately.

係数行列Aが対称正定値であれば、迷わずCG法やCholesky法が選択されるが、係数行列が非対象のような場合にはどの収束求解アルゴリズムを選択すれば速く、正確に解くことになるのかが判らない。 If the coefficient matrix A is a symmetric positive definite value, the CG method or the Cholesky method is selected without hesitation, but if the coefficient matrix is non-objective, which convergence solution algorithm should be selected, it can be solved quickly and accurately. I do not know what will be.

収束求解アルゴリズムの研究者(アルゴリズム開発者)は、数学的な観点から新しい収束求解アルゴリズムを提案し、収束特性、高精度を得ようとし、数値シミュレーションの研究者(アルゴリズムユーザ)は、実際に数値シミュレーションを行い、解くべき問題に応じてオリジナルのプログラムや収束求解アルゴリズム作成し、いかにして問題を解くか、を研究し、速い方がよい、許容精度内であれば十分とする。 Researchers of convergence solving algorithm (algorithm developers) have proposed a new convergence solving algorithm from a mathematical point of view, convergence properties, trying to obtain a high accuracy, the researchers of the numerical simulation (algorithm user) is actually numerically Perform simulations, create an original program and convergence solution algorithm according to the problem to be solved, and research how to solve the problem. It is better if it is faster and within acceptable accuracy.

このような、アルゴリズムユーザのニーズに応えて問題を解決するに当って、許容精度内で、速く求解する収束求解アルゴリズムの採用を推奨する方法が求められる。 In solving such problems in response to the needs of algorithm users, there is a need for a method that recommends the use of a convergence solution algorithm that solves problems quickly within an acceptable accuracy.

本発明は、かかる点に鑑みてアルゴリズムユーザのニーズに応えて多種多様に存在する収束求解アルゴリズムを使用して問題を求解するに当って、許容精度内で、速く求解することのできる収束求解アルゴリズム性能表示装置あるいはこの収束求解アルゴリズム性能表示装置を用いた収束求解アルゴリズム性能表示方法を提供することを目的とする。 The present invention is, hitting to solving the problem using the convergence solving algorithms exist a wide variety meeting the needs of Algorithms in view of the foregoing, convergence solving algorithms within acceptable precision, can be quickly solving and to provide a convergence solving algorithm performance display method using the performance display device or convergence solving algorithm performance display device.

本発明は、収束求解する収束求解アルゴリズムの性能を表示するものであって、
該収束求解アルゴリズムが解くべき問題、解法及び解法に併用される収束性向上のための前処理、係数行列に施すスケーリング、係数行列や行や列の順番を入れ替えるオーダリング及び変換公式のいずれかの併用される技法のメニュー項目を配列して格納する記憶手段、
収束状況を示す収束グラフ、収束へのCPU時間及び収束までの演算反復回数である収束所要回数のいずれか又は全部の表示項目、及び解くべき問題、解法及び解法に併用される技法の各配列されたメニュー項目を表示する表示手段と、前記表示項目から収束グラフ、収束へのCPU時間及び収束所要回数のいずれか又は全部の項目、及び各配列されたメニュー項目から選択された、解くべき問題、解法及び解法に併用される技法のパラメータ項目を表示するパラメータ選択手段を備えた設定画面表示手段、
選択されたパラメータ項目を受け取り、解くべき問題に対する解法と解法に併用された技法のパラメータ項目の組み合わせを形成し、各組み合わせでの収束グラフデータの取得、CPU時間及び収束所要回数の取得のいずれか又は全部の演算処理を行い、データベースに演算結果を格納させる演算処理手段、及び
各組み合わせの演算処理結果を受け取り、各組み合わせの演算処理結果を画面対比表示する結果画面表示手段、
からなることを特徴とする収束求解アルゴリズム性能表示装置を提供する。
The present invention displays the performance of the convergence solution algorithm for solving the convergence,
The problem to be solved by the convergence solving algorithm, the pre-processing for improving the convergence that is used together with the solution and the solution, the scaling applied to the coefficient matrix, the ordering for changing the order of the coefficient matrix and the rows and columns, and any combination of the conversion formulas Storage means for arranging and storing menu items of a technique to be performed,
Each or all of the display items of the convergence graph showing the convergence status, the CPU time to convergence, and the number of convergence iterations that are the number of computation iterations until convergence, and the problem to be solved, the solution and the technique used in the solution are arranged A display means for displaying the menu item, a convergence graph from the display item, any or all items of the CPU time and the required number of convergence times for convergence, and a problem to be solved, selected from the arranged menu items, A setting screen display means having a parameter selection means for displaying the parameter items of the technique used in the solution and the solution,
Receive the selected parameter item, form a combination of the parameter item of the technique to be used together with the solution method for the problem to be solved, and acquire either the convergence graph data, the CPU time and the required number of convergence times for each combination Or an arithmetic processing means for performing the entire arithmetic processing and storing the arithmetic results in the database, and
Provided is a convergent solution algorithm performance display device characterized by comprising: a result screen display means for receiving an arithmetic processing result of each combination and displaying the arithmetic processing result of each combination on the screen .

本発明は、また、前記結果画面表示手段は、画面に演算処理された収束グラフデータを用いて複数の収束グラフを同時に表示することを特徴とする収束求解アルゴリズム性能表示装置を提供する。 The present invention also provides a convergence solution algorithm performance display device characterized in that the result screen display means simultaneously displays a plurality of convergence graphs using convergence graph data that has undergone arithmetic processing on the screen .

本発明は、また、前記結果画面表示手段は、画面に複数のCPU時間もしくは収束所要回数を同時に表示することを特徴とする収束求解アルゴリズム性能表示装置を提供する。 The present invention also provides a convergence solution algorithm performance display device, wherein the result screen display means simultaneously displays a plurality of CPU times or required convergence times on the screen .

本発明は、また、前記設定画面表示手段は、通信手段を介してのクライアント端末からの指令信号を参照して表示項目についてパラメータ項目として選択させることを特徴とする収束求解アルゴリズム性能表示装置を提供する。 The present invention also provides a convergence solution algorithm performance display device, wherein the setting screen display means causes a display item to be selected as a parameter item with reference to a command signal from a client terminal via a communication means. To do.

本発明は、また、前記記載した収束求解アルゴリズム性能表示装置による収束求解アルゴリズム性能表示方法において、
前記設定画面表示手段が、収束グラフ、収束へのCPU時間及び収束所要回数のいずれか又は全部の表示項目、及び解くべき問題、解法及び解法に併用される技法の各配列されたメニュー項目を表示し、前記表示項目から収束グラフ、収束へのCPU時間及び収束所要回数のいずれか又は全部の項目、及び各配列されたメニュー項目から選択された、解くべき問題、解法及び解法に併用される技法のパラメータ項目を表示し、
前記演算処理手段が、パラメータ項目を受け取り、解法と解法に併用された技法のパラメータ項目の組み合せを形成し、各組み合わせでの収束グラフデータの取得、CPU時間及び収束所要回数の取得のいずれか又は全部の演算処理を行い、データベースに演算結果を格納させ、
前記結果画面表示手段が、各組み合わせの演算処理結果を受け取り、各組み合わせの演算処理結果を画面対比表示すること
を特徴とする収束求解アルゴリズム性能表示方法を提供する。
The present invention also provides a convergence solution algorithm performance display method using the convergence solution algorithm performance display device described above ,
The setting screen display means displays a convergence graph, a display item for any or all of the CPU time to convergence and the number of times required for convergence, and the arranged menu items for the problem to be solved, the solution, and the technique used in the solution. A problem to be solved, a solution and a technique selected from the display items to the convergence graph, any or all items of the convergence time, CPU time to convergence, and the number of times required for convergence, and each arranged menu item Display the parameter item of
The arithmetic processing means receives the parameter item, forms a combination of the parameter items of the technique used in the solution and the solution, and obtains the convergence graph data in each combination, CPU time and acquisition of the required number of convergence or Perform all computations, store computations in the database,
Provided is a convergence solution algorithm performance display method , wherein the result screen display means receives the calculation processing results of each combination and displays the calculation processing results of each combination on the screen .

また、本発明は、記憶手段によって、収束求解アルゴリズム毎に、解くべき問題、解法および解法と併用する技法の各項目について設定したパラメータ、各パラメータについて設定され、収束グラフ、CPU時間および収束所要回数の動作仕様を決定する動作仕様ファクターおよび各項目から選択された動作仕様形式の組み合わせに関連づけられた収束グラフ、CPU時間および収束所要回数について演算するコンピュータプログラムを格納し、
演算処理手段によって、前記コンピュータプログラムを使用して、各項目から選択された前記動作仕様ファクターの組み合わせに関連づけられた収束グラフ、CPU時間および収束所要回数について演算処理し、
データベースに、前記演算処理手段の演算結果である、各項目から選択された前記動作仕様ファクターの組み合わせに関連づけて収束グラフ、CPU時間および収束所要回数についてのデータを格納し、
設定画面表示手段によって、各パラメータの表示手段と各パラメータの選択手段、前記収束グラフ、CPU時間および収束所要回数のいずれかもしくはこれらの組み合わせの表示手段とこれらの内のいずれかを選択する選択手段、各パラメータを組み合わせた形式での前記動作仕様ファクターの組み合わせを複数表示する表示手段といずれかの組み合わせ
の1つまたは複数を選択する選択手段、を1つの画面に同時に表示し、
データ取得処理手段によって、前記画面上で、パラメータのいずれか、前記収束グラフ、CPU時間および収束所要回数のいずれかもしくはこれらの組み合わせ、および各パラメータを組み合わせ形式での前記動作仕様ファクターの組み合わせの1つまたは複数選択すると、これらの組み合わせについて前記データベースに格納されたデータを検索し、取得する処理を行い、および
結果画面表示手段によって、該データ取得処理手段で取得したデータに基づいて前記収束グラフ、CPU時間および収束所要回数のいずれかもしくはこれらの組み合わせ表示し、
前記設定画面表示手段の画面に表示されたいずれかの選択手段についても通信手段を介
してのクライアント端末からの指令信号によって選択操作すること
とからなることを特徴とする収束求解アルゴリズム性能表示方法を提供する。
Further, the present invention is that the storage means, for each convergent solving algorithms, problems to be solved, the parameters were set for each item of the techniques in combination with solutions and solutions, are set for each parameter, the convergence graph, CPU time and convergence required number A computer program for calculating a convergence graph associated with a combination of an operation specification factor and an operation specification format selected from each item, a CPU time and a required number of times of convergence,
The arithmetic processing means uses the computer program to perform arithmetic processing on a convergence graph, a CPU time, and a required number of times of convergence associated with the combination of the operation specification factors selected from each item,
In the database, the data of the convergence graph, CPU time and the number of times required for convergence are stored in association with the combination of the operation specification factors selected from each item, which is the calculation result of the calculation processing means.
By means of the setting screen display means, each parameter display means and each parameter selection means, the convergence graph, the CPU time and the required number of convergence times, or a display means of a combination thereof, and a selection means for selecting any of them , A display means for displaying a plurality of combinations of the operation specification factors in a form in which each parameter is combined and a selection means for selecting one or a plurality of any combinations are simultaneously displayed on one screen,
One of the parameters, one of the convergence graph, the CPU time and the required number of convergence times, or a combination thereof, and a combination of the operation specification factors in the form of a combination of each parameter by the data acquisition processing means. If one or more are selected, the data stored in the database for these combinations is searched and acquired, and the convergence graph based on the data acquired by the data acquisition processing means by the result screen display means, Display either the CPU time and the number of times required for convergence or a combination of these.
A convergence solution algorithm performance display method comprising: selecting any one of the selection means displayed on the screen of the setting screen display means by a command signal from a client terminal via a communication means. provide.

本発明は、上述した記憶手段、演算処理手段、データベース、設定画面表示手段、データ取得処理手段および結果画面表示手段によって構成されることにより、アルゴリズムユーザのニーズに応えて多種多様に存在する収束求解アルゴリズムを使用して問題を求解するに当って、許容精度内で、速く求解することのできる収束求解アルゴリズム性能表示装置、あるいはこの収束求解アルゴリズム性能表示装置を用いた収束求解アルゴリズム性能表示方法を提供することができる。 The present invention comprises a storage means, an arithmetic processing means, a database, a setting screen display means, a data acquisition processing means and a result screen display means described above, so that a convergence solution exists in a wide variety in response to the needs of algorithm users. When solving a problem using an algorithm, a convergence solution algorithm performance display device that can solve the problem quickly within an acceptable accuracy, or a convergence solution algorithm performance display method using this convergence solution algorithm performance display device is provided. can do.

以下、本発明の実施例を図面に基づいて説明する。   Embodiments of the present invention will be described below with reference to the drawings.

図1は、本発明の実施例である収束求解アルゴリズム性能表示装置の構成を示すブロック図である。
図1において、収束求解アルゴリズム性能表示装置100は、記憶手段11、演算処理手段(1)12、データベース13、演算処理手段(2)14、表示結果手段15からなり、記憶手段11および演算処理手段(1)12は提供側計算機システム1を構成し、演算処理手段(2)14および結果表示手段15は提供側計算機システム2を構成し、データベース13はこれらの提供側計算機システム1および2に接続され、データの授受を行う。収束求解アルゴリズム性能表示装置100はクライアント端末200に接続され、データの授受がなされる。
FIG. 1 is a block diagram showing the configuration of a convergence solution algorithm performance display apparatus that is an embodiment of the present invention.
In FIG. 1, the convergence solution algorithm performance display device 100 includes a storage means 11, an arithmetic processing means (1) 12, a database 13, an arithmetic processing means (2) 14, and a display result means 15. The storage means 11 and the arithmetic processing means. (1) 12 constitutes the providing side computer system 1, the arithmetic processing means (2) 14 and the result display means 15 constitute the providing side computer system 2, and the database 13 is connected to these providing side computer systems 1 and 2. Exchange data. The convergence solving algorithm performance display device 100 is connected to the client terminal 200 to exchange data.

記憶手段11は複数のパラメータ21を備える。これらのパラメータは収束求解アルゴリズム20と関連づけられる。収束求解アルゴリズム20は、多数の項目、例えば固有値問題(Ax=λBx)の求解用の線形方程式(Ax=b)の求解用の、あるいは代数方程式(f(x)=0)の求解用の収束求解アルゴリズム項目からなる、上記以外の収束求解アルゴリズム項目を含む。各項目は、各パラメータと関連づけて記憶される。パラメータ21は、解くべき問題22、解法23および解法と併用する技法24によって構成され、表現される。これらの三要素によって構成され、表現されることは公知の事項である。例えば、線形方程式の場合、解くべき問題22の項目としては、例えば行列、右辺項、初期値、他で構成され、表現され、解法23の項目としては、例えば直接法、定常反復法、非定常反復法、他で構成され、表現され、解法と併用する技法24の項目としては、例えば前処理、スケーリング、オーダリング、他で構成され、表現される。固有値問題の場合、解くべき問題22の項目としては、例えば行列A、行列B、初期値、他から構成され、表現され、解法23の項目としては、べき乗法系統、QR法、反復法系統、他で構成され、表現され、解法と併用する技法24の項目としては、変換公式、シフト、他で構成され、表現される、代数方程式の場合も同様である。 The storage unit 11 includes a plurality of parameters 21. These parameters are associated with the convergence solution algorithm 20. Convergence solving algorithm 20, a number of items, for example, the convergence of the eigenvalue problem (Ax = λBx) of determined linear equations for solution for seeking the solution of (Ax = b), or a determined solution of algebraic equations (f (x) = 0) consisting of solving algorithm item, including the convergence solving algorithm items other than the above. Each item is stored in association with each parameter. The parameter 21 is constituted and expressed by a problem 22 to be solved, a solution 23 and a technique 24 used in combination with the solution. It is a publicly known matter that is constituted and expressed by these three elements. For example, in the case of a linear equation, the items of the problem 22 to be solved include, for example, a matrix, a right-hand side term, an initial value, and the like, and the items of the solution 23 include, for example, a direct method, a stationary iteration method, and a non-stationary method. The items of the technique 24 composed and expressed by an iterative method, etc., and used in combination with the solution method are configured and expressed by, for example, preprocessing, scaling, ordering, and the like. In the case of the eigenvalue problem, the items of the problem 22 to be solved include, for example, a matrix A, a matrix B, initial values, and the like, and the items of the solution 23 include a power system, a QR method, an iterative system, The items of the technique 24 configured, expressed, and used together with the solution are the same as in the case of an algebraic equation configured and expressed by a conversion formula, shift, etc.

以下、主に線形方程式(Ax=b)に例をとって説明することにする。   In the following, description will be given mainly using a linear equation (Ax = b) as an example.

「数値計算によって解くべき問題」とは、例えば、線形方程式
Ax=b、(A:係数行列、x:解ベクトル、b:右辺項ベクトル)
などを指す。これを解くための解法と、その求解効率を向上させるための技法(前処理やスケーリングなど)の例として、「前処理付き共役勾配法」の収束求解アルゴリズムを図3に示す。(共役勾配法はCG法とも呼ばれ、本実施例システムの各説明や計算機システム内でも「CG」と表示されている。)
ここで、xが解ベクトルであり、rが残差ベクトルである。これら以外のp、α
、βは、アルゴリズムを構成する補助的なベクトルおよびスカラーである。
The “problem to be solved by numerical calculation” is, for example, a linear equation Ax = b, (A: coefficient matrix, x: solution vector, b: right-hand side vector)
And so on. As an example of a solution for solving this and a technique (preprocessing, scaling, etc.) for improving the solution efficiency, FIG. 3 shows a convergence solution algorithm of “a conjugate gradient method with preprocessing”. (The conjugate gradient method is also called a CG method, and “CG” is also displayed in each explanation of the system of the present embodiment and in the computer system.)
Here, a x k collapsed vector, r k is the residual vector. P k other than these, α
k and β k are auxiliary vectors and scalars constituting the algorithm.

上記の「begin」から「end」までの間の5つの式を、残差ベクトルのノルム(上記の||r||の値)が許容値に収束するまで繰り返し実行する。枠で囲った部分が「前処理」と呼ばれる演算で、ここの行列Kの作り方(前処理方法)次第で、収束状況が変わる。解法がBiCGStabなど他のものになると、反復計算させる式の構成が変わる。K=I(Iは単位行列)に相当する場合は、一般に「前処理なし」の収束求解アルゴリズムである。 The above five expressions between “begin” and “end” are repeatedly executed until the norm of the residual vector (the value of || r k ||) converges to an allowable value. A portion surrounded by a frame is an operation called “preprocessing”, and the convergence state changes depending on how the matrix K is formed (preprocessing method). When the solution method is something else such as BiCGStab, the configuration of the equation for iterative calculation changes. When K = I (I is a unit matrix), it is generally a “no pre-processing” convergence solution algorithm.

収束判定では、||r||の値について評価するが、典型的な判定方法は||r||≦ε||b||による。 In the convergence determination, the value of || r k || is evaluated, but a typical determination method is based on || r k || ≦ ε || b ||.

ここで、εが許容値であり(本システムでは10のマイナス12乗である)、bは線形方程式の右辺項ベクトルである。収束したと判定されたときまでに要した反復回数が「収束所要回数」である。   Here, ε is an allowable value (in this system, it is 10 minus 12), and b is a right-hand side vector of the linear equation. The number of iterations required until it is determined that convergence has occurred is the “necessary number of convergence”.

CPU時間は、上記の収束求解アルゴリズムが開始される前の「前処理行列K生成に関する計算時間」と「反復求解で収束求解アルゴリズム中の残差が収束するまでの時間」との合計時間である。 The CPU time is the total time of “calculation time for preprocessing matrix K generation” and “time until the residual in the convergence solution algorithm converges by iterative solution” before the convergence solution algorithm is started. .

収束グラフは、残差ベクトルのノルム||r||を各反復ごとにデータファイル(図4,
5の拡張子「.rsd」のファイル)に格納しそれのlog10(常用対数)を取ったものをプロットして作成する。このグラフから、元の線形方程式に対して反復解法に基づく収束求解アルゴリズムの効果などの様子が確認できる。ただし、ここでの残差ベクトルとは、あくまでも収束求解アルゴリズム中のデータであり、計算過程における丸め誤差の混入などにより、一見,収束求解アルゴリズム中の残差では収束したように見えても、実際には解が得られていない場合もある、そのようなときには、真の残差で評価する。
The convergence graph shows the residual vector norm || r k ||
(File with extension “.rsd” of 5) and log 10 (common logarithm) of the file is plotted and created. From this graph, the state of the effect of the convergence solution algorithm based on the iterative solution can be confirmed for the original linear equation. However, the residual vector here is the data in the convergence solution algorithm to the last. Even if it seems that the residual in the convergence solution algorithm seems to converge due to the inclusion of rounding errors in the calculation process, May not have a solution, in which case it evaluates with a true residual.

真の残差とは、収束求解アルゴリズムにより得られた数値解

Figure 0004576535
を用いて、
Figure 0004576535
を評価したものである。図14の「Data Table」内の「Res. norm (b−Ax)は、この情報をあらわしている。 The true residual is the numerical solution obtained by the convergence solution algorithm.
Figure 0004576535
Using,
Figure 0004576535
Is evaluated. “Res. Norm (b-Ax)” in “Data Table” of FIG. 14 represents this information.

1)収束求解アルゴリズム
数値計算も更に細分化され、以下のような学問上の分野がある。
「線形方程式、固有値問題、特異値分解(SVD)、代数方程式、数値積分、関数近似、その他」
本実施例システムでは、これらの数値計算分野を対象とするが、説明書類では、具体例として線形方程式に関する収束求解アルゴリズムの例を取り上げた.他の分野についても同様の考え方が応用される。
1) Convergence solution algorithm The numerical calculation is further subdivided, and the following academic fields exist.
"Linear equations, eigenvalue problems, singular value decomposition (SVD), algebraic equations, numerical integration, function approximation, etc."
The system of this embodiment targets these numerical calculation fields, but in the explanation document, the example of the convergence solution algorithm for linear equations is taken up as a specific example. Similar ideas apply to other fields.

2)解くべき問題
線形方程式(Ax=b)は、係数行列と呼ばれる行列A(Matrix)と右辺項と呼ばれるベクトルbを用いて構成され、最終的に数値解のベクトルxを求める
本実施例システムでは、行列はテスト用行列を集めたWebサイトのデータを使用し、最終的には100種類程度の行列を用意する予定である。これらのデータはテキスト形式のファイルである.
Matrix Market http://math.nist.gov/MatrixMarket/
Sparse Matrix Collection
http://www.cise.ufl.edu/research/sparse/matrices/
2) Problem to be Solved The linear equation (Ax = b) is configured using a matrix A (Matrix) called a coefficient matrix and a vector b called a right-hand side term, and finally obtains a vector x of a numerical solution. Then, the matrix uses the data of the website where the test matrix is gathered, and finally about 100 kinds of matrices will be prepared. These data are text format files.
Matrix Market http://math.nist.gov/MatrixMarket/
Sparse Matrix Collection
http://www.cise.ufl.edu/research/sparse/matrices/

具体的に行列名の一部を紹介すると、以下のような名称のものが存在する。
1138_bus、494_bus、662_bus、685_bus、add20
、add32、bcsstk14、bcsstk15、bcsstk16、bcss
tm26、gr_30_30、memplus、nos1、nos2、nos3、n
os4、nos5、nos6、nos7、s1rmq4m1、s1rmt3m1、s
2rmq4m1、s2rmt3m1
(全て、Matrix Marketで提供されている行列)
Specifically, some of the matrix names are as follows.
1138_bus, 494_bus, 662_bus, 685_bus, add20
, Add32, bcsstk14, bcsstk15, bcsstk16, bcss
tm26, gr_30_30, memplus, nos1, nos2, nos3, n
os4, nos5, nos6, nos7, s1rmq4m1, s1rmt3m1, s
2rmq4m1, s2rmt3m1
(All matrices provided by Matrix Market)

さらに、本実施例システムの現状では、右辺項は実行プログラムの中で作成している。具体的には、解ベクトルxのデータをあらかじめ適当な値で用意し、これを係数行列Aにかけることで、右辺項ベクトルbが作成される(この演算は、次項で説明するLisでサポートされている機能である)。   Furthermore, in the current state of the system according to the present embodiment, the right-side term is created in the execution program. Specifically, the right vector vector b is created by preparing the data of the solution vector x with appropriate values in advance and applying this to the coefficient matrix A (this operation is supported by Lis described in the next section. Function).

3)解法
線形方程式を解くための代表的な解法には、以下のようなものがある。
直接解法:LU分解に基づくガウス消去法、コレスキー分解に基づくガウス
消去法、他
定常反復解法:Jacobi法、Gauss−Seidel法、SOR法、他
非定常反復解法:CG法、BiCG法、CGS法、BiCGStab法、BiCGSt
ab(l)法、GPBiCG法、Orthomin法、GMRES法
、TFQMR法、他
3) Solution The following are typical solutions for solving linear equations.
Direct solution: Gaussian elimination based on LU decomposition, Gaussian based on Cholesky decomposition
Elimination method, etc. Stationary iterative solution method: Jacobi method, Gauss-Seidel method, SOR method, etc. Non-stationary iterative solution method: CG method, BiCG method, CGS method, BiCGStab method, BiCGSt method
ab (l) method, GPBiCG method, Orthomin method, GMRES method
, TFQMR method, etc.

本実施例システムの現状では、定常反復解法と非定常反復解法で解法プログラムが構成されており、直接解法も取り入れることができる。解法プログラムは、以下のサイトで用意されているフリーライブラリのLis (Library of Iterative Solvers for Linear Systems)を用い、提供側計算機システム1では、実行形式プログラムとして用意されている。   In the present state of the system of the present embodiment, a solution program is constituted by a stationary iterative solution and a non-stationary iterative solution, and a direct solution can also be incorporated. The solution program is prepared as an executable program in the providing side computer system 1 using Lis (Library of Iterative Solvers for Linear Systems), a free library prepared at the following site.

Lis http://ssi.is.s.u-tokyo.ac.jp/lis/
Lisの仕様として、解法(solver)には下記のとおりsolverIDが付けられている。〔 〕内の2桁の数値がsolverIDである。
CG[01]、BiCG[02]、CGS[03]、BiCGStab[04]、B
iCGStab(l=2)[05]、GPBiCG[06]、Orthomin
[07]、GMRES[08]、TFQMR[09]、Jacobi[10]、Ga
uss−Seidel[11]、SOR[12]
現在、BiCGStab(l)法のパラメータlの値は、l=2としている。
Lis http://ssi.is.su-tokyo.ac.jp/lis/
As a specification of Lis, a solve ID is attached to a solver as follows. The 2-digit numerical value in [] is solverID.
CG [01], BiCG [02], CGS [03], BiCGStab [04], B
iCGStab (l = 2) [05], GPBiCG [06], Orthomin
[07], GMRES [08], TFQMR [09], Jacobi [10], Ga
uss-Seidel [11], SOR [12]
Currently, the value of the parameter l in the BiCGStab (l) method is l = 2.

4)解法と併用する技法
線形方程式用の解法と併用する技法(技法)には、以下のようなものがある。
前処理:反復解法の数値解への収束性に影響を及ぼす技法であり、収束性向上を意図して用いる。
スケーリング:収束求解アルゴリズムが安定して解を求められるよう、係数行列に対して施す技法。
オーダリング:主に求解効率の向上を意図して、係数行列の行や列の順番を入れ替える技法。
変換公式:求解効率の向上や方程式を解き易い形式に変形するために、主に係数行列を同値な式に変換すること。
その他
本実施例システムの現状では、前処理を実装している。これ以外の技法も今後取り入れる予定である.前処理のプログラムは、解法と同様Lisを用いて、提供側計算機システム1では、実行形式プログラムとして用意されている。
4) Techniques used in combination with solutions The following techniques (techniques) are used in combination with solutions for linear equations.
Preprocessing: A technique that affects the convergence of the iterative method to the numerical solution, and is intended to improve the convergence.
Scaling: A technique applied to a coefficient matrix so that a convergence solution algorithm can find a stable solution.
Ordering: A technique for changing the order of rows and columns in a coefficient matrix, mainly for the purpose of improving solution efficiency.
Conversion formula: Conversion of a coefficient matrix into an equivalent expression mainly in order to improve solution efficiency and transform equations into a form that is easy to solve.
Others In the current state of the system of the present embodiment, preprocessing is implemented. Other techniques will be introduced in the future. The pre-processing program is prepared as an executable program in the providing computer system 1 using Lis as in the solution method.

Lisの仕様として、前処理(preconditioner)には下記のとおりprecondIDが付けられている。〔 〕内の2桁の数値がprecondIDである。
none[00](前処理なし)、PJacobi[01]、ILU[02]、SS
OR[03]、Hybrid[04]、I+S[05]、SAINV[06]、SA
AMG[07]
As a specification of Lis, preconditionID is attached to the preprocessing (preconditioner) as follows. The 2-digit numerical value in [] is precondID.
none [00] (no preprocessing), PJacobi [01], ILU [02], SS
OR [03], Hybrid [04], I + S [05], SAINV [06], SA
AMG [07]

このように、記憶手段11が収束求解アルゴリズム毎に、解くべき問題、解法および解法と併用する技法の各項目について設定したパラメータ21、各パラメータについて設定され、収束グラフ、CPU時間および収束所要回数の動作仕様を決定する動作仕様ファクターおよび各項目から選択された動作仕様ファクターの組み合わせに関連づけられた収束グラフ、CPU時間および収束所要回数の演算を行うコンピュータプログラムを格納して構成される。 Thus, the storage means 11 for each convergent solving algorithms, problems to be solved, the parameter 21 set for each item of the techniques in combination with solutions and solutions, are set for each parameter, the convergence graph, CPU time and convergence required number It is configured to store an operation specification factor for determining an operation specification and a computer program for calculating a convergence graph, a CPU time and a required number of times of convergence associated with a combination of operation specification factors selected from each item.

演算処理手段(1)12は、入力データファイル25および実行形式プログラムファイル26を備えて構成される。実行形式プログラムファイル26は解法および解法と併用する技法を格納したファイルであり、入力データファイル25は解くべき問題のデータを格納したファイルであり、これらのファイル自体は公知の事項である。   The arithmetic processing means (1) 12 includes an input data file 25 and an executable program file 26. The executable program file 26 is a file storing a solution and a technique used in combination with the solution, and the input data file 25 is a file storing data of a problem to be solved. These files are known matters.

図2に演算処理手段(1)12の詳細をフローチャートで示す。図2において、実行形式プログラム26は、入力データファイル25の行列A,B,C…(後述するadd32など)を使用して、解法ID01、02…12と解法と併用する技法のID00、01、…、07を逐次選択し実行する。   FIG. 2 is a flowchart showing details of the arithmetic processing means (1) 12. In FIG. 2, the execution format program 26 uses matrixes A, B, C... (Add32 described later) of the input data file 25 and IDs 00, 01, IDs of techniques used in combination with the solution ID 01, 02. ..., 07 are sequentially selected and executed.

各々の行列に対して解法群(01〜12)と技法(00〜07)の全組み合わせ、すなわち前述のパラメータについて設定され、収束グラフ、CPU時間および収束所要回数の動作仕様を決定する動作仕様ファクター(因子)の組み合わせを適用して求解し、データを生成する。   An operation specification factor that is set for all combinations of the solution groups (01-12) and techniques (00-07) for each matrix, that is, for the aforementioned parameters, and determines the operation specifications of the convergence graph, CPU time, and number of times required for convergence. Solve by applying a combination of (factors) to generate data.

5)入力データファイル
2)項「解くべき問題」の実際のファイルである。
ここで用意されたファイルが、6)項の実行形式プログラムに対する入力データとなる。
5) Input data file This is the actual file of section 2) “Problems to be solved”.
The file prepared here becomes the input data for the execution format program of item 6).

6)実行形式プログラムファイル
コンピュータ言語で表現された解法および解法と併用する技法を、実行形式のファイルとして用意する。
Lisの場合、C言語とFortran90のプログラムから構成され、これらに線形方程式求解用のmainプログラムを作成し、コンパイルして実行形式プログラム(ロードモジュール)のファイルを作成する。ここで、コンパイラは商用のものやフリーのものを用いることができる。
6) Execution format program file A solution expressed in a computer language and a technique used in combination with the solution are prepared as an executable format file.
In the case of Lis, the program is composed of C language and Fortran 90 programs. A main program for solving linear equations is created in these programs, and compiled to create an executable program (load module) file. Here, a commercial or free compiler can be used.

このように、演算処理手段である演算処理手段(1)12にはコンピュータプログラムを使用して、各項目から選択された前記動作仕様ファクターの組み合わせに関連づけられた収束グラフ、CPU時間および収束所要回数について演算処理を行う。   As described above, the arithmetic processing means (1) 12, which is the arithmetic processing means, uses a computer program, the convergence graph associated with the combination of the operation specification factors selected from each item, the CPU time, and the required number of times of convergence. An arithmetic process is performed on.

提供側計算機システム1で生成された諸計算結果のファイルが格納される。また、クライアント端末(表示装置)から検索実行のリクエストがあったときには、提供側計算機システム2を経由してデータベースのファイル検索が行われ,その中から必要なデータが提供側計算機システム2に渡される。   A file of various calculation results generated by the providing-side computer system 1 is stored. When there is a search execution request from the client terminal (display device), a database file search is performed via the providing computer system 2, and necessary data is passed to the providing computer system 2. .

本実施例システムの現状では、このデータベース13は,提供側計算機システム2の中に組み込まれているが、今後はデータベースのみを単独のシステムとしてもよい。   In the present state of the system of this embodiment, this database 13 is incorporated in the providing computer system 2, but in the future only the database may be a single system.

データベース13に載せる際の提供状況やデータファイルの内部形式の例は図4および図5を参照して説明する。   An example of the provision status and the internal format of the data file when it is put on the database 13 will be described with reference to FIGS.

図4にデータベース13に載せる際の情報提供状況を示す。上述のように、解くべき問題の設定31、解法の設定32、解法と併用する技法の設定33がなされ、演算処理手段(2)12での演算処理34がなされる。図4に記載された事項をそのまま次に示す。
○解くべき問題の設定
(内部では行列名で表現。行列名の例:add32)
その他の行列名の一部を具体的に挙げると、以下のような名称のものが存在する。
138_bus,494_bus,662_bus,685_bus,add20,
add32,bcsstk14,bcsstk15,bcsstk16,bcsst
m26,gr_30_30,memplus,nos1,nos2,nos3,no
s4,nos5,nos6,nos7,s1rmq4m1,s1rmt3m1,s2
rmq4m1,s2rmt3m1
(全て,Matrix Marketで提供されている行列)
FIG. 4 shows an information provision situation when the information is placed in the database 13. As described above, the setting 31 of the problem to be solved, the setting 32 of the solving method, and the setting 33 of the technique used together with the solving method are performed, and the calculation processing 34 in the calculation processing means (2) 12 is performed. The matters described in FIG. 4 are as follows.
○ Setting of problem to be solved (internally expressed by matrix name. Example of matrix name: add32)
Specific examples of other matrix names include the following names.
138_bus, 494_bus, 662_bus, 685_bus, add20,
add32, bcsstk14, bcsstk15, bcsstk16, bcsst
m26, gr_30_30, memplus, nos1, nos2, nos3, no
s4, nos5, nos6, nos7, s1rmq4m1, s1rmt3m1, s2
rmq4m1, s2rmt3m1
(All are matrices provided by Matrix Market)

○解法の設定
(内部では解法のIDで表現.解法IDの例:BiCGStabならば04)
本実施例システムでは、解法は12種類としている。
解法と併用する技法の設定
(内部では技法のIDで表現.技法IDの例:PJacobiならば01)
本実施例システムでは、この技法(前処理)は8種類ある。
演算処理手段(1)での扱い
下記のようなテキストファイルとして格納する。
○ Solution method setting (internally expressed by solution ID. Solution ID example: 04 for BiCGStab)
In the system of this embodiment, there are 12 types of solutions.
Setting of the technique to be used together with the solution (internally expressed by technique ID. Example of technique ID: 01 for PJacobi)
In this embodiment system, there are eight types of this technique (pre-processing).
Handling by arithmetic processing means (1) Stored as the following text file.

○各パラメータへの値の設定
matrix=add32,solverID=04,precondID=01
○検索対象であるファイル名の構成
matrix−solverIDprecondID0000.xxx
(具体例:add32−04010000.xxx)
ここで,xxxはファイル種別を表す拡張子である。
sol:解ベクトルを格納したファイル
rsd:反復ごとの残差ノルム情報を格納したファイル(収束グラフのデータ)
log : CPU時間や収束所用回数などのデータを格納したファイル
0000は予備として用意する。
○ Setting of values for each parameter matrix = add32, solverID = 04, precondID = 01
○ Configuration of file name to be searched matrix-solverID precondID0000. xxx
(Specific example: add32-04010000.xxx)
Here, xxx is an extension indicating the file type.
sol: file storing solution vectors rsd: file storing residual norm information for each iteration (convergence graph data)
log: A file 0000 storing data such as CPU time and the number of times of convergence is prepared as a spare.

○本実施例では解法12種類×技法8種類で、96とおりの組合せができ、各々に対し3種類の拡張子を持ったファイルを構成している。解法・技法、拡張子の数によってファイル数を増減することができる。 In this embodiment, 96 types of combinations are possible with 12 types of solution methods × 8 types of techniques, and files having three types of extensions are configured for each. The number of files can be increased or decreased by the number of solutions / techniques and extensions.

図5に各ファイルの内部形成の例(全てテキストデータ)を示す。図5に示すように、動作仕様ファクターに関連して収束所要回数、CPU時間が格納される。
このように、データベース13には、演算処理手段の演算結果である、各項目から選択された前記動作仕様ファクターの組み合わせに関連づけて収束グラフ、CPU時間および収束所要回数についてのデータが格納される。
FIG. 5 shows an example of internal formation of each file (all text data). As shown in FIG. 5, the number of required convergence times and CPU time are stored in relation to the operation specification factor.
As described above, the database 13 stores the data about the convergence graph, the CPU time, and the required number of times of convergence in association with the combination of the operation specification factors selected from the respective items, which are the calculation results of the calculation processing means.

次に提供側計算機システム2について説明する。
演算処理手段(2)14は、後述するパラメータの項目設定画面を使用して制御を行い、各パラメータ項目の選択と動作仕様ファクターの設定および検索対象であるファイル名の構成を行う。すなわち、設定パラメータからファイルの作成を行う。
Next, the providing computer system 2 will be described.
The arithmetic processing means (2) 14 performs control using a parameter item setting screen, which will be described later, and selects each parameter item, sets an operation specification factor, and configures a file name to be searched. That is, a file is created from the setting parameters.

後述するクライアント端末200(表示装置)から検索実行のリクエストを受けて、データベースのファイル検索を行い、その中から必要なデータを受け取り、クライアント端末200(表示装置)に表示できるようデータを加工する。以下、詳述する。   In response to a search execution request from a client terminal 200 (display device), which will be described later, a database file search is performed, and necessary data is received from the file, and the data is processed so that it can be displayed on the client terminal 200 (display device). Details will be described below.

図6は,線形方程式アルゴリズム性能評価の情報検索システムを示し、線形方程式の場合のパラメータ入力、動作仕様ファクター入力およびデータ検索、表示依頼の画面(画面表示装置の設定画面表示手段の画面)を表している。画面表示と各種制御は、フリーソフトウェアのphpを使用し、画面表示ではhtmlの表示仕様に従っている。図中の((1))〜((5))は実行手順でもあり、それらの内容は以下のとおりである。なお、(( ))は図中では丸で示してある。   FIG. 6 shows an information retrieval system for evaluating the performance of a linear equation algorithm, and shows a screen for parameter input, operation specification factor input and data search, and display request (screen of setting screen display means of a screen display device) in the case of a linear equation. ing. The screen display and various controls use free software php, and the screen display conforms to the display specifications of html. ((1)) to ((5)) in the figure are also execution procedures, and their contents are as follows. In addition, (()) is indicated by a circle in the figure.

((1))本システムにより処理された結果の表示項目を選択する。
((2))数値計算したい問題をプルダウン形式のメニューから選択する(図6では、線
形方程式の係数行列で動作仕様ファクターとして「add32」という行列
を選択した)。また、この例では、右辺項と初期値は、使用した数値計算ラ
イブラリLisのデフォルト値を使用した。
((3))解法をプルダウン形式のメニューから選択する(図6では、「CG」と「Bi
CGStab」という解法を選択しているところ)。ただし、一番上の欄だ
けは全解法を選択し、同一の技法(次の((4))参照)を併用する。
((4))解法と併用する技法をチェックボックスの中から選択する(図6では、CG法
に対して「PJacobi」と「SSOR」、BiCGStab法に対して
「none(前処理無し)」と「ILU」という、各々2種類の前処理技法
を選択した)。
ただし、一番上の欄だけは,上述のとおり全解法に対して一種類の前処理の
みを選択する。
((5))データの検索と結果表示を依頼するためのボタン。
((1)) The display item of the result processed by this system is selected.
((2)) The problem to be numerically calculated is selected from the pull-down menu (in FIG. 6, the matrix “add32” is selected as the operation specification factor in the coefficient matrix of the linear equation). In this example, the default value of the used numerical calculation library Lis is used for the right-hand side term and the initial value.
((3)) Select the solution from the pull-down menu (in FIG. 6, “CG” and “Bi
CGStab "is selected)). However, only the top column selects all solutions and uses the same technique (see ((4)) below).
((4)) Select a technique to be used together with the solution from the check boxes (in FIG. 6, “PJacobi” and “SSOR” for the CG method and “none (no preprocessing)” for the BiCGstab method. Two types of pre-processing techniques, “ILU” were selected).
However, in the top column only, only one type of pre-processing is selected for all solutions as described above.
((5)) A button for requesting data search and result display.

図6において、“赤色”とは画面上で赤色で表示される項目であり、画面上の“全ての結果”,“All solvers”“none”を示している。Allは全ての組み合わせを選択する場合で、優先度が高いものとしている。そして、解法1に対して1つの欄の前処理を選択できるものとし、この入力欄は複数用意し、解法の選択数に対応するものとしている。   In FIG. 6, “red” is an item displayed in red on the screen, and indicates “all results”, “All solvers”, and “none” on the screen. All is a case where all combinations are selected and has a high priority. It is assumed that one column of pre-processing can be selected for Solution 1, and a plurality of input columns are prepared to correspond to the number of solutions selected.

この設定で実行した結果表示の例を図7に示す。
上述した((1))〜((2))の詳細は次のとおりであり,各パラメータとそれらに格納された値は,phpの機能(公知)を用いて提供側計算機システム2を制御するプログラムへ、パラメータ受渡しハンドラーの配列として渡される。
An example of the result display executed with this setting is shown in FIG.
The details of the above ((1)) to ((2)) are as follows, and each parameter and the value stored in them control the providing side computer system 2 using the function (known) of php. Passed to the program as an array of parameter passing handlers.

図7および図8に記載されている事項を以下に示す。
((1))表示項目
パラメータ「SEL」に以下のIDを代入する。[ ]内の数値は、SELに代入されるIDを表す。
全ての結果 [99]
収束グラフ [1]
データテーブル [2]
出力データ [3]
((2))行列の選択(解くべき問題の内の行列)
パラメータ「matrix」に行列名を代入する。
図のように行列名がメニューに並んでおり,選択された行列名がパラメータmatrixに代入される。
右辺項や初期値他については、各々デフォルト値が用意されている。本実施例システムでは、これらについてはデフォルト値のみ有効としている。
The matters described in FIGS. 7 and 8 are as follows.
((1)) Display Item The following ID is substituted for the parameter “SEL”. The numerical value in [] represents the ID assigned to SEL.
All results [99]
Convergence graph [1]
Data table [2]
Output data [3]
((2)) Selection of matrix (matrix among problems to be solved)
The matrix name is substituted for the parameter “matrix”.
As shown in the figure, the matrix names are arranged in the menu, and the selected matrix name is substituted into the parameter matrix.
Default values are prepared for the right-hand side term, initial value, and the like. In the present embodiment system, only default values are valid for these.

((3))解法(図8)
図6のとおり、解法名がメニューに並んでおり、選択された解法は2桁のIDとしてパラメータ「solverID」に代入される。ここで、解法を複数選択することが可能であり、パラメータsolverIDは配列形式になっている。具体的な解法名とIDの対応は以下のとおりであり、[ ]内の数値がIDである。
CG[01],BiCG[02],CGS[03],BiCGStab[04],B
iCGStab(l=2)[05],GPBiCG[06],Orthomin[
07],GMRES[08],TFQMR[09],Jacobi[10],Gau
ss−Seidel[11],SOR[12]
本実施例システムでは、BiCGStab(l)法のパラメータlの値は、l=2としている。
個々に選択する以外に、動作仕様ファクターとして「All Solvers」(全解法)を選択すると、解法のIDとして[99]が設定され、solverID[0]=99となる。
例えば図6のように個々に選択したときは、
1つ目の解法として「CG」を選択→solverID[1]=01
2つ目の解法として「BiCGStab」を選択→solverID[2]=04
((3)) Solution (Figure 8)
As shown in FIG. 6, the solution names are arranged in the menu, and the selected solution is substituted into the parameter “solverID” as a 2-digit ID. Here, a plurality of solutions can be selected, and the parameter solveID is in an array format. Specific correspondence between the solution name and the ID is as follows, and the numerical value in [] is the ID.
CG [01], BiCG [02], CGS [03], BiCGStab [04], B
iCGStab (l = 2) [05], GPBiCG [06], Orthomin [
07], GMRES [08], TFQMR [09], Jacobi [10], Gau
ss-Seidel [11], SOR [12]
In the present embodiment system, the value of the parameter l in the BiCGStab (l) method is l = 2.
If “All Solvers” (all solution methods) is selected as the operation specification factor in addition to selecting individually, [99] is set as the solution ID and solveID [0] = 99.
For example, when individual selections are made as shown in FIG.
Select “CG” as the first solution → solverID [1] = 01
Select “BiCGStab” as the second solution → solverID [2] = 04

((4))前処理(解法と併用する技法)(図8)
図6のとおり、前処理名がチェックボックスに並んでおり、選択された前処理のIDがパラメータ「precondID」に代入される。ここで前処理を複数選択することが可能でありパラメータprecondIDは配列形式になっている。具体的な前処理名とIDの対応は以下のとおりであり、[ ]内の数値がIDである。
none[00](前処理なし),PJacobi[01],ILU[02],SS
OR[03],Hybrid[04],I+S[05],SAINV[06],SA
AMG[07]
個々に選択する以外に、「All」(全前処理)を選択すると、前処理のIDとして[99]が設定される。
((4)) Pre-processing (technique used in combination with solution) (Figure 8)
As shown in FIG. 6, the preprocessing names are arranged in a check box, and the ID of the selected preprocessing is substituted for the parameter “precondID”. Here, a plurality of pre-processing can be selected, and the parameter precondID is in an array format. The specific correspondence between the preprocessing name and the ID is as follows, and the numerical value in [] is the ID.
none [00] (no preprocessing), PJacobi [01], ILU [02], SS
OR [03], Hybrid [04], I + S [05], SAINV [06], SA
AMG [07]
When “All” (all pre-processing) is selected in addition to selecting individually, [99] is set as the pre-processing ID.

前述の「((3))解法」にて個々に選択した解法に対応した前処理を選んだとき、例えば1つ目の解法として「CG」を選択し、それと併用する前処理として
「PJacobi」と「SSOR」を選択
→precondID[1][0]=01,precondID[1][1]=03
2つ目の解法として「BiCGStab」を選択し、それと併用する前処理として
「none(前処理なし)」と「ILU」を選択
→precondID[2][0]=00,precondID[2][1]=02
使用する制御言語系のphpの仕様により、配列のインデックスは0から始まるが、実質的には1番目を指している。
解法と併用するその他の技法(スケーリング,オーダリング他)については、本実施例システムの現状では実装されていないが、今後、実装してもよい。
When the pre-processing corresponding to the solution selected individually in the above “((3)) solution” is selected, for example, “CG” is selected as the first solution, and “PJacobi” is used as the pre-processing combined with it. And “SSOR” are selected → predID [1] [0] = 01, predID [1] [1] = 03
“BiCGStab” is selected as the second solution, and “none (no pre-processing)” and “ILU” are selected as pre-processing to be used together with it → precondID [2] [0] = 00, precondID [2] [1 ] = 02
The index of the array starts from 0 according to the specification of php of the control language system to be used, but substantially points to the first.
Other techniques used together with the solution method (scaling, ordering, etc.) are not implemented in the present system, but may be implemented in the future.

((5))データ検索と表示を依頼するボタン

次に、各パラメータ項目の選択と動作仕様ファクターの設定について述べる。
クライアント端末200(表示装置)から渡されたパラメータを、フリーソフトウェアphpの機能を用いて分析する。
((5)) Button for requesting data search and display

Next, selection of each parameter item and setting of operation specification factors will be described.
The parameter passed from the client terminal 200 (display device) is analyzed using the function of the free software php.

図6の入力画面にて設定された全パラメータとそれらに格納された値(動作仕様ファクター)は、パラメータ受渡しハンドラー配列に格納され(phpの動作仕様であり、公知)、提供側計算機システム2では、あらためてハンドラー配列(ここでは「POST」という配列名で説明する)から各パラメータと変数値を受け取る。
((1))で選択された表示形式は,パラメータ「SEL」に値が格納される(SEL=POST[SEL])。
((2))で選択された行列名は、パラメータ「matrix」に行列名が格納される(matrix=POST[matrix])。
((3))で選択された解法名は、パラメータ「solverID」(配列形式)に解法のIDが格納される(同様)。
((4))で選択された技法名は、パラメータ「precondID」(配列形式)に技法のIDが格納される(同様)。
All the parameters set in the input screen of FIG. 6 and the values (operation specification factors) stored in them are stored in the parameter passing handler array (the operation specification of php, which is publicly known). Each parameter and variable value are received from the handler array (explained here by the array name “POST”).
The display format selected in ((1)) stores a value in the parameter “SEL” (SEL = POST [SEL]).
The matrix name selected in ((2)) is stored in the parameter “matrix” (matrix = POST [matrix]).
The solution name selected in ((3)) stores the solution ID in the parameter “solverID” (array format) (same).
For the technique name selected in ((4)), the technique ID is stored in the parameter “precondID” (array format) (similar).

提供側計算機システム2内部での制御の順番は、
(1)パラメータ「matrix」の値の受け取り
(2)パラメータ「solverID」の値の受け取りと解法の個数(配列の要素数)の
分析
(3)パラメータ「precondID」の値の受け取りと解法の個数(配列の要素数)
の分析
(4)パラメータ「SEL」の値の受け取りとその値に応じた制御であり、それらの処理
内容は図9−図12で示す。図9−図12に記載されている事項を以下に示す。
The order of control within the providing computer system 2 is as follows:
(1) Receiving the value of parameter “matrix” (2) Receiving the value of parameter “solverID” and analyzing the number of solutions (number of elements in the array) (3) Receiving the value of parameter “precondID” and the number of solutions ( Number of elements in the array)
(4) Reception of the value of the parameter “SEL” and control according to the value, and the processing contents thereof are shown in FIGS. Items described in FIGS. 9 to 12 are shown below.

図9について:
(1)パラメータ「matrix」の値の受け取り
matrix = POST[matrix]
例:図6の場合は、この受け取りの後、matrix=add32と代入されている。
(2)パラメータ「solverID」の値の受け取りと解法の個数(配列の要素数)の分析
phpの機能を用いて、solverID[SS]のサイズ(解法の個数)をカウントする(phpの機能を利用する。公知の技術)、文字列SSは、選択した解法の順番(解法のIDでは無く、図6で複数選択された解法の順番)を示すパラメータである。
解法のIDが「99」以外のとき:
(このとき、solverID[0]=0と代入されている)
例えば図6の画面のとおりの入力だと,
1つ目の解法として「CG」を選択した
→solverID[1]=POST[solverID[1]]
このとき、solverID[1]=01と代入されている。
About Figure 9:
(1) Receiving the value of the parameter “matrix” matrix = POST [matrix]
Example: In the case of FIG. 6, after this reception, “matrix = add32” is substituted.
(2) Receiving the value of the parameter “solverID” and analyzing the number of solutions (number of elements in the array) Using the function of php, the size (number of solutions) of solveID [SS] is counted (using the function of php) A known technique), the character string SS is a parameter indicating the order of the selected solution (not the solution ID, but the order of the solutions selected in FIG. 6).
When the solution ID is other than “99”:
(At this time, solverID [0] = 0 is substituted)
For example, if the input is as shown in the screen of FIG.
“CG” was selected as the first solution → solverID [1] = POST [solverID [1]]
At this time, solverID [1] = 01 is substituted.

2つ目の解法として「BiCGStab」を選択した
→solverID[2] = POST[solverID[2]]
このとき、solverID[2]=04と代入されている。
“BiCGStab” was selected as the second solution → solverID [2] = POST [solverID [2]]
At this time, solverID [2] = 04 is substituted.

解法のIDに「99」が存在するとき:
(全解法を選択したとき、このとき、solverID[0]=99と代入されている)
j=1,2,…,12
POST〔solverID〔j〕〕=2桁化されたjの値
→(例:01,02,…,12)
このとき、solverID〔1〕=01,solverID〔2〕=02,…,solverID〔12〕=12と代入されている。
When "99" exists in the solution ID:
(When all solutions are selected, solver [0] = 99 is assigned at this time)
j = 1, 2,..., 12
POST [solverID [j]] = 2 digit value of j
→ (Example: 01, 02, ..., 12)
At this time, solverID [1] = 01, solverID [2] = 02,..., SolverID [12] = 12.

図10について:
(3)パラメータ「precondID」の値の受け取りと前処理の個数(配列の要素数)の分析
phpの機能を用いて、precondID[SS][PP]のサイズ(各解法に対して選択した前処理の個数)をカウントする。SSは(2)で選択した解法の順番であり、PPは各解法に対して選択した前処理の順番を示すパラメータである。
About FIG. 10:
(3) Receiving the value of the parameter “precondID” and analyzing the number of preprocessing (number of elements in the array) Using the function of php, the size of precondID [SS] [PP] (preprocessing selected for each solution) Count). SS is the order of the solution selected in (2), and PP is a parameter indicating the order of preprocessing selected for each solution.

前項(2)にて選択した解法に対応した前処理を選んだとき、例えば(2)において、解法のIDに「99」が存在するとき(solverID[0]=99のとき):
全解法と併用する前処理として「Hybrid」(ID=04)が選択されている場合には、
precondID[1][0]=POST[precondID[0][0]],
precondID[2][0]=POST[precondID[0][0]],
・・・・
precondID[12][0]=POST[precondID[0][0]],
このとき、precondID[1][0]=04,precondID[2][0]=04,・・・,precondID[12][0]=04
と、全てにHybridのIDが代入されている。
When pre-processing corresponding to the solution selected in the previous item (2) is selected, for example, when “99” exists in the solution ID in (2) (when solverID [0] = 99):
When “Hybrid” (ID = 04) is selected as the pre-processing used in combination with the entire solution,
precondID [1] [0] = POST [precondID [0] [0]],
precondID [2] [0] = POST [precondID [0] [0]],
...
precondID [12] [0] = POST [precondID [0] [0]],
At this time, precondID [1] [0] = 04, precondID [2] [0] = 04,..., PrecondID [12] [0] = 04
And Hybrid ID is substituted for all.

使用する制御言語系のphpの仕様により、前処理の配列のインデックスは0から始まるが、実質的には1番目を指している。   Depending on the specifications of the php of the control language system to be used, the index of the preprocessing array starts from 0, but substantially points to the first.

図11について:
(2)において,解法のIDに「99」が存在しないとき(solverID[0]=0のとき):
前処理のIDに[99]が存在しないとき(図6の選択のとき):
1つ目の解法として「CG」を選択し、それと併用する前処理として「PJacobi」と「SSOR」を選択
precondID[1][0]=POST[precondID[1][0]],
precondID[1][1]=POST[precondID[1][1]],
このとき、precondID[1][0]=01(PJacobi),precondID[1][1]=03(SSOR)と代入されている。
About Figure 11:
In (2), when “99” does not exist in the solution ID (when solverID [0] = 0):
When [99] does not exist in the preprocessing ID (when selected in FIG. 6):
“CG” is selected as the first solution, and “PJacobi” and “SSOR” are selected as preprocessing to be used together with it. PrecondID [1] [0] = POST [precondID [1] [0]],
precondID [1] [1] = POST [precondID [1] [1]],
At this time, precondID [1] [0] = 01 (PJacobi) and precondID [1] [1] = 03 (SSOR) are substituted.

2つ目の解法として「BiCGStab」を選択し、それと併用する前処理として「none(前処理なし)」と「ILU」を選択
precondID[2][0]=POST[precondID[2][0]],
precondID[2][1]=POST[precondID[2][1]],
このとき、precondID[2][0]=00(none),precondID[2][1]=02(ILU)と代入されている。
“BiCGStab” is selected as the second solution, and “none (no pre-processing)” and “ILU” are selected as pre-processing to be used together with it. PrecondID [2] [0] = POST [precondID [2] [0] ],
precondID [2] [1] = POST [precondID [2] [1]],
At this time, precondID [2] [0] = 00 (none) and precondID [2] [1] = 02 (ILU) are substituted.

使用する制御言語系のphpの仕様により、前処理の配列のインデックスは0から始まるが,実質的には1番目を指している。   Depending on the specification of php of the control language system to be used, the index of the preprocessing array starts from 0, but substantially points to the first.

前処理のIDに[99]が存在するとき(全前処理「All」が選択されたとき):
あらためて、全前処理のIDを格納する。以下の例では、1つ目に選択した解法に対して、全前処理を選んだときの前処理IDの格納について説明している。
When [99] exists in the preprocessing ID (when all preprocessing “All” is selected):
Once again, the IDs of all pre-processes are stored. In the following example, the storage of the preprocessing ID when all preprocessing is selected for the first selected solution will be described.

j=0,1,…,7
POST[precondID[1][j]]=2桁化されたjの値
→(例:00,01, …,07)
このとき、
precondID[1][0]=00,precondID[1][1]=01,…,precondID[1][7]=07
と全ての前処理のIDが代入されている。
j = 0, 1,..., 7
POST [precondID [1] [j]] = 2 j digit value
→ (Example: 00, 01, ..., 07)
At this time,
precondID [1] [0] = 00, precondID [1] [1] = 01,..., precondID [1] [7] = 07
And IDs of all the preprocessing are substituted.

図12について:
(4)パラメータ「SEL」の値の受け取りとその値に応じた制御
SEL = POST[SEL]として,パラメータSELの値を受け取る。
About FIG. 12:
(4) Receiving the value of the parameter “SEL” and the control according to the value SEL = POST [SEL] The value of the parameter SEL is received.

1)SELの値が1または99のとき、グラフ描画の処理を実行する。
1)図13の「loop_solpre」を実行する。
2)グラフにするデータは,図4,5中の「.rsd」拡張子のファイルをプロット
する。
3)グラフ描画では、フリーソフトウェアのgnuplotを用いる。
4)gnuplotの制御は、本プログラムでgnuplotへの入力データ(gn
uplot制御プログラム)を生成し実行する。
1) When the value of SEL is 1 or 99, graph drawing processing is executed.
1) “loop_solpre” in FIG. 13 is executed.
2) For the data to be graphed, plot the file with the “.rsd” extension in Figs.
3) In graph drawing, free software gnuplot is used.
4) The control of gnuplot is controlled by the input data (gn
generate and execute an uplot control program).

2)SELの値が2または99のとき、データテーブルを作成し表示する処理を実行する。
1)図13の「loop_solpre」を実行する。
2)CPU時間,収束所要回数などのデータを表の形式にする,これらのデータは、
図4,5中の「.log」拡張子のファイルに格納されている。このファイルか
ら該当データをphpの機能を用いて抽出する。
2) When the value of SEL is 2 or 99, a process for creating and displaying a data table is executed.
1) “loop_solpre” in FIG. 13 is executed.
2) Data such as CPU time and number of times required for convergence are converted into a table format.
4 and 5 are stored in files with the extension “.log”. The relevant data is extracted from this file using the php function.

3)SELの値が3または99のとき、出力データ一覧を表示する処理を実行する。
1)図13の「loop_solpre」を実行する。
2)ファイル図4,5中の「.log」拡張子のファイルで該当するものを、全て画
面に表示する。
3) When the value of SEL is 3 or 99, the process of displaying the output data list is executed.
1) “loop_solpre” in FIG. 13 is executed.
2) Files All the files with the “.log” extension in Figs. 4 and 5 are displayed on the screen.

図13に、検索対象であるファイル名を構成する処理を示す。
前述のパラメータを受け取り、図13の「loop_solpre」プログラムを用いて、データベースにアクセスするためのファイル名を構成し、ファイル検索する。
「loop_solpre」プログラムで得られた情報から、(A)を用いてデータベースのファイルを検索する。
各結果表示の際には、(B)を用いてアルゴリズム名の方を表示する。
FIG. 13 shows processing for constructing a file name to be searched.
The above-described parameters are received, a file name for accessing the database is constructed using the “loop_solpre” program shown in FIG. 13, and a file search is performed.
From the information obtained by the “loop_solpre” program, a database file is searched using (A).
When displaying each result, the algorithm name is displayed using (B).

ここで、上記パラメータ値からファイル名を構成する方法は、図4と同様である。
これらの制御では、phpというフリーソフトウェアを用いる。
このようにして図6に示すように、各パラメータの表示手段と各パラメータの選択手段、収束グラフ、CPU時間および収束所要回数のいずれかもしくはこれらの組み合わせの表示手段とこれらの内のいずれかを選択する選択手段、各パラメータを組み合わせた形式での動作仕様ファクターの組み合わせを複数表示する表示手段といずれかの組み合わせの1つまたは複数を選択する選択手段、を1つの画面に同時に表示する設定画面表示手段が構成される。
Here, the method of constructing the file name from the parameter values is the same as in FIG.
These controls use free software called php.
In this way, as shown in FIG. 6, each parameter display means, each parameter selection means, convergence graph, CPU time, and the required number of times of convergence, or a combination display means of these and any of these Setting screen for simultaneously displaying on one screen selection means for selecting, display means for displaying a plurality of combinations of operation specification factors in a form in which each parameter is combined, and selection means for selecting one or more of any combination Display means are configured.

また、画面上で、パラメータのいずれか、収束グラフ、CPU時間および収束所要回数のいずれかもしくはこれらの組み合わせ、および各パラメータを組み合わせ形式での動作仕様ファクターの組み合わせの1つまたは複数選択すると、これらの組み合わせについてデータベースに格納されたデータを検索し、取得する処理を行うデータ取得処理手段が構成される。   In addition, when one or more of parameters, a convergence graph, CPU time and the number of required convergence times, or a combination thereof, and a combination of operation specification factors for each parameter are selected on the screen, these Data acquisition processing means for searching and acquiring data stored in the database for the combination is configured.

そして、設定画面表示手段には、解法についてのパラメータの前記動作仕様ファクターは複数並列して表示され、該複数並列した前記動作仕様ファクター毎に、解法と併用する技法についてのパラメータの動作仕様ファクターが表示され、この解法と併用する技法についてのパラメータの動作仕様ファクターは複数の動作仕様ファクターが複数表示される。   The setting screen display means displays a plurality of the operation specification factors of the parameters for the solution in parallel, and the operation specification factors of the parameters for the technique used in combination with the solution are displayed for each of the plurality of operation specification factors in parallel. A plurality of operation specification factors are displayed as the operation specification factor of the parameter for the technique used in combination with this solution.

次に、結果表示手段15について説明する。
図14は検索結果表示例を示す。
図14は、図6のとおりの設定にて検索実行したときの結果表示であり、選択した解法と、それらと併用する前処理技法を組合せた収束求解アルゴリズムによる。収束グラフおよびCPU時間や収束所要回数等の情報を一覧にした表が画面表示されている。参考までに、図6の((1))で「収束グラフ」のみを選択した場合には、図14の収束グラフより上部のみが表示され、「Data Table」以下は表示されない。
Next, the result display unit 15 will be described.
FIG. 14 shows a search result display example.
FIG. 14 is a result display when a search is executed with the settings as shown in FIG. 6, and is based on a convergence solution algorithm that combines the selected solution and the preprocessing technique used in combination with them. A convergence graph and a table listing information such as CPU time and the number of required convergence times are displayed on the screen. For reference, when only “convergence graph” is selected in ((1)) of FIG. 6, only the upper part of the convergence graph of FIG. 14 is displayed, and “Data Table” and below are not displayed.

グラフの縦軸は収束求解アルゴリズムの中で算出されている残差ベクトルの2ノルムを計算(公知の評価方法)し、その値のlog10を取ったものである。横軸は、反復解法の反復回数を表している。 The vertical axis of the graph is obtained by calculating the 2-norm of the residual vector calculated in the convergence solution algorithm (known evaluation method) and taking the log 10 of the value. The horizontal axis represents the number of iterations of the iterative solution.

「Data Table」の表の項目は次のとおりである。
No. 選択した収束求解アルゴリズムに付した番号
Prec−Solver 収束求解アルゴリズム名。選択した解法と、それと併
用する前処理技法を組合せた名称。
The items in the “Data Table” table are as follows.
No. Number assigned to the selected convergence solution algorithm Prec-Solver convergence solution algorithm name. The selected solution and
Name combining the preprocessing techniques used.

Iter. 収束所要回数.収束求解アルゴリズムで得られる近似解が収束する
までにかかった反復回数。収束求解アルゴリズムの残差ベクトルに
対する収束判定は、10のマイナス12乗(コンピュータ上の表現
では1.0e−12)で判定した。
Iter. Number of times required for convergence. The approximate solution obtained by the convergence solution algorithm converges
The number of iterations it took to complete. For residual vector of convergence solution algorithm
On the other hand, the convergence judgment is 10 minus 12 (representation on the computer
Then, it determined by 1.0e-12).

Cpu time 収束までに要したCPU時間[単位:秒]を表す。
Res. norm 真の残差の値.収束求解アルゴリズム中の残差ベクトルを
元に収束と判定されても、求められた近似解を代入した真
の残差(b−Ax)は,収束には程遠い値である場合もあ
る。
Cpu time Represents the CPU time [unit: seconds] required to converge.
Res. norm True residual value. The residual vector in the convergence solution algorithm
Even if it is originally determined to converge, the true value obtained by substituting the obtained approximate solution
The residual (b−Ax) may be far from convergence.
The

Status 真の残差の値から収束した(conv.)か、見かけ上の収束(n
o conv.)か、全く収束していない(「max.itr.(
反復回数の上限に到達)」「brk.dwn.(ブレークダウン:
何らかの数値的不安定により反復計算の続行が不可能となった)」
)かを表示する。
Status Converged from the value of the true residual (conv.) Or apparently converged (n
o conv. ) Or not converged at all (“max.itr. (
Reaching the upper limit of the number of iterations) ”“ brk.dwn. (Breakdown:
Some numerical instability made it impossible to continue the iterative calculation) "
) Is displayed.

図15は、図14から続く画面である(画面スクロールしたところ.冒頭の表は重複して表示している)。
図15において、データテーブルとCPU時間を示す棒グラフが示される。図6の((1))で「データテーブル」のみを選択した場合には、図15の表と棒グラフのみが表示される。
Data Tableの番号を横軸にして、各々のCPU時間をビジュアルに比較評価し易くするために棒グラフを表示している。
この図の一番下にある「Converged:1,2,3,4」の表示は、収束した数値計算アルゴリズムの番号を表示している。
FIG. 15 is a screen continued from FIG. 14 (when the screen is scrolled, the table at the beginning is duplicated).
FIG. 15 shows a data table and a bar graph indicating CPU time. When only “data table” is selected in ((1)) of FIG. 6, only the table and bar graph of FIG. 15 are displayed.
A bar graph is displayed to make it easy to visually compare and evaluate each CPU time with the Data Table number as the horizontal axis.
The display of “Converged: 1, 2, 3, 4” at the bottom of the figure indicates the number of the converged numerical calculation algorithm.

図16は、図15からさらに続く画面(画面スクロールしたところ)、これは、図4,5中の拡張子「.log」のファイルの内容(Output data)をそのまま表示したものである。   FIG. 16 is a screen further continued from FIG. 15 (screen scrolled), which shows the contents (Output data) of the file with the extension “.log” in FIGS. 4 and 5 as they are.

図6の((1))で「出力データ」のみを選択した場合には,図16に示す「Output data」のみが表示される。
結果画面表示手段15には、パラメータSELの値に応じて、必要な情報を画面表示できるように編集する。本実施例システムでは、これらの制御はphpを用い、画面表示用にはhtmlの仕様に従った出力を行っている。
If only “output data” is selected in ((1)) of FIG. 6, only “Output data” shown in FIG. 16 is displayed.
The result screen display means 15 is edited so that necessary information can be displayed on the screen according to the value of the parameter SEL. In the system of this embodiment, these controls use php, and output according to the specifications of html for screen display.

データベース13の中から、反復解法の収束の様子を表す残差のデータ(図5では「add32−04010000.rsd」である)をグラフ表示するにあたっては、フリーソフトウェアのgnuplotを用いている。gnuplotを実行するのに必要な入力ファイルもphpの機能を用いて一時ファイルを作成し、それを用いて残差データ(テキスト形式)から画像データ(バイナリ形式)を生成し、画面表示する。   When displaying the residual data (in FIG. 5, “add32-04010000.rsd”) representing the state of convergence of the iterative solution from the database 13, free software gnuplot is used. An input file necessary for executing gnulot is also created by using the php function to create a temporary file, and using this, image data (binary format) is generated from the residual data (text format) and displayed on the screen.

CPU時間や収束所用回数などのデータを表示するにあたっては、テキスト形式のログファイル(図5では,「add32−04010000.log」である)の中から該当箇所を抽出し、表形式として画面表示する。   When displaying data such as the CPU time and the number of times of convergence, the relevant part is extracted from a log file in text format (in FIG. 5, “add32-04010000.log”) and displayed on the screen as a table format. .

このように結果画面表示手段15は、データ取得処理手段で取得したデータに基づいて収束グラフ、CPU時間および収束所要回数のいずれかもしくはこれらの組み合わせ表示することを行う。そして、結果画面表示手段15の画面には、前記収束グラフが前記動作仕様ファクターの複数の組み合わせに基づいて複数同時に表示される。   As described above, the result screen display means 15 displays any one of the convergence graph, the CPU time and the required number of convergence, or a combination thereof based on the data acquired by the data acquisition processing means. A plurality of convergence graphs are simultaneously displayed on the screen of the result screen display unit 15 based on a plurality of combinations of the operation specification factors.

次に図1について、クライアント端末200について説明する。クライアント端末200は、表示装置51を備える。表示装置51は、問題の表示52、パラメータ項目選択53、検索結果表示54,および,より妥当な収束求解アルゴリズムの選定表示55を行う。 Next, the client terminal 200 will be described with reference to FIG. The client terminal 200 includes a display device 51. The display device 51 displays a problem display 52, a parameter item selection 53, a search result display 54, and a more appropriate convergence solution algorithm selection display 55.

図2に示すように、クライアント端末200、すなわち表示装置51は各パラメータの動作仕様ファクターの設定61を行い、検索実行指示62によって検索要求を提供側計算機システム2に行い、および返却された結果を検索結果として表示63(検索結果表示)を行う。   As shown in FIG. 2, the client terminal 200, that is, the display device 51 sets the operation specification factor 61 of each parameter, makes a search request to the providing computer system 2 according to the search execution instruction 62, and returns the returned result. Display 63 (search result display) is performed as a search result.

1)問題の表示
自然現象や工学現象の解明では、収束求解シミュレーションを用いた解析が盛んである。それらのシミュレーションでは、多くの場合、線形方程式や固有値問題などを始めとする多くの種類の収束求解の問題を解くことに帰着される。ところが、線形方程式を例にとると、収束求解アルゴリズムも様々なものが存在し、対象とする問題の性質によっては、その性能が十分に発揮されないようなものもある。線形方程式以外の収束求解においても同じような状況である。従って、実際の収束求解シミュレーションにあたっては、どの収束求解アルゴリズムを適用したら良いか指針が欲しいところである。クライアントは、クライアント端末200に問題の表示を行うことになる。
2)パラメータ項目他選択:
図6を参照して、解きたい問題の性質に似たタイプの問題を選定することを行う。すな
わち、パラメータの項目および各パラメータ項目についての動作仕様ファクターの選定を
行う。これによって、検索要求がなされる。
3)検索結果表示:
図14,図15,図16に示すようにして検索結果が通信手段を介してフィードバック
され、表示装置51の画面上に表示される。
4)収束求解アルゴリズムの再選定:
検索結果を参考にして,自分の問題を解くのに適していると思われる収束求解アルゴリ
ズムを選定し、再度検索要求を行い、検索結果を表示することを行う。
1) Problem display In the elucidation of natural phenomena and engineering phenomena, analysis using convergence solution simulation is popular. These simulations often result in solving many types of convergence solutions, including linear equations and eigenvalue problems. However, taking a linear equation as an example, there are various convergence solution algorithms, and depending on the nature of the problem to be solved, there are cases where the performance is not fully exhibited. The same situation applies to convergence solutions other than linear equations. Therefore, in an actual convergence solution simulation, a guideline is desired as to which convergence solution algorithm should be applied. The client displays a problem on the client terminal 200.
2) Select other parameter items:
Referring to FIG. 6, a type of problem similar to the nature of the problem to be solved is selected. In other words, parameter items and operation specification factors for each parameter item are selected. Thus, a search request is made.
3) Search result display:
The search results are fed back through the communication means and displayed on the screen of the display device 51 as shown in FIGS.
4) Reselection of convergence solution algorithm:
With reference to the search result, a convergence solution algorithm that seems to be suitable for solving the problem is selected, a search request is made again, and the search result is displayed.

図2において、提供側計算機システムでは入力されたパラメータ項目、パラメータ項目毎の動作仕様ファクターの選択によって入力パラメータ解析71が行われ、該当ファイルを検索72してデータベース13に該当ファイルを探してデータとしての提供を受け、対象データを表示用に編集73を行う。編集された結果は、検索結果としてクライアント端末にフィードバックされ、検索結果表示63がなされることになる。   In FIG. 2, in the providing side computer system, an input parameter analysis 71 is performed by selecting an input parameter item and an operation specification factor for each parameter item. The corresponding file is searched 72 to search the database 13 for the corresponding file as data. The target data is edited 73 for display. The edited result is fed back to the client terminal as a search result, and a search result display 63 is made.

このように、収束求解アルゴリズム性能表示装置100は、設定画面表示手段の画面に
表示されたいずれかの選択手段についても通信手段を介してのクライアント端末からの指令信号によって選択操作可能である。
以上のように構成される収束求解アルゴリズム性能表示装置によって以下の収束求解アルゴリズム性能表示方法が構成される。
Thus, the convergence solution algorithm performance display device 100 can select any one of the selection means displayed on the screen of the setting screen display means by a command signal from the client terminal via the communication means.
The following convergence solution algorithm performance display method is configured by the convergence solution algorithm performance display device configured as described above.

記憶手段11によって、収束求解アルゴリズム毎に、解くべき問題、解法および解法と併用する技法の各項目について設定したパラメータ、各パラメータについて設定され、収束グラフ、CPU時間および収束所要回数の動作仕様を決定する動作仕様ファクターおよび各項目から選択された動作仕様形式の組み合わせに関連づけられた収束グラフ、CPU時間および収束所要回数について演算するコンピュータプログラムを格納すること。 Determined by the storage unit 11, for each convergent solving algorithms, problems to be solved, the parameters were set for each item of the techniques in combination with solutions and solutions, we are set for each parameter, the convergence graph, the operation specifications of the CPU time and convergence required number A computer program for calculating a convergence graph, a CPU time and a required number of times of convergence associated with a combination of an operation specification factor to be selected and an operation specification format selected from each item;

演算処理手段(1)12によって、前記コンピュータプログラムを使用して、各項目から選択された前記動作仕様ファクターの組み合わせに関連づけられた収束グラフ、CPU時間および収束所要回数について演算処理すること。   The arithmetic processing means (1) 12 performs arithmetic processing on the convergence graph, CPU time, and required number of times of convergence associated with the combination of the operation specification factors selected from the respective items, using the computer program.

データベース13に、前記演算処理手段の演算結果である、各項目から選択された前記動作仕様ファクターの組み合わせに関連づけて収束グラフ、CPU時間および収束所要回数についてのデータを格納すること。   The database 13 stores data on the convergence graph, the CPU time, and the required number of times of convergence in association with the combination of the operation specification factors selected from each item, which is the calculation result of the calculation processing means.

演算処理手段(2)14の設定画面表示手段によって、各パラメータの表示手段と各パラメータの選択手段、前記収束グラフ、CPU時間および収束所要回数のいずれかもしくはこれらの組み合わせの表示手段とこれらの内のいずれかを選択する選択手段、各パラメータを組み合わせた形式での前記動作仕様ファクターの組み合わせを複数表示する表示手段といずれかの組み合わせの1つまたは複数を選択する選択手段、を1つの画面に同時に表示すること。   By means of the setting screen display means of the arithmetic processing means (2) 14, each parameter display means and each parameter selection means, the convergence graph, the CPU time and the required number of times of convergence, or a display means of a combination thereof, and of these A selection means for selecting any one of the above, a display means for displaying a plurality of combinations of the operation specification factors in a form in which each parameter is combined, and a selection means for selecting one or more of any combination on one screen. Display at the same time.

演算処理手段(2)14のデータ取得処理手段によって、前記画面上で、パラメータのいずれか、前記収束グラフ、CPU時間および収束所要回数のいずれかもしくはこれらの組み合わせ、および各パラメータを組み合わせ形式での前記動作仕様ファクターの組み合わせの1つまたは複数選択すると、これらの組み合わせについて前記データベースに格納されたデータを検索し、取得する処理を行うこと。   By the data acquisition processing means of the arithmetic processing means (2) 14, any one of the parameters, the convergence graph, the CPU time and the required number of times of convergence, or a combination thereof, and each parameter in the combined form are displayed on the screen. When one or a plurality of combinations of the operation specification factors are selected, processing for searching and acquiring data stored in the database for these combinations is performed.

結果画面表示手段15によって、該データ取得処理手段で取得したデータに基づいて前記収束グラフ、CPU時間および収束所要回数のいずれかもしくはこれらの組み合わせ表示すること。   The result screen display means 15 displays any one or a combination of the convergence graph, CPU time and required number of convergence based on the data acquired by the data acquisition processing means.

そして、以上の構成によって、前記設定画面表示手段の画面に表示されたいずれかの選択手段についても通信手段を介してのクライアント端末からの指令信号によって選択操作すること。   With the above configuration, any selection means displayed on the screen of the setting screen display means is selected and operated by a command signal from the client terminal via the communication means.

本発明の実施例の構成を示すブロック図。The block diagram which shows the structure of the Example of this invention. 図1の一部詳細を示すフローチャート図。FIG. 2 is a flowchart showing a part of FIG. 1 in detail. 前処理付き共役勾配法の数値アルゴリズムの例を示す図。The figure which shows the example of the numerical algorithm of the conjugate gradient method with preprocessing. データベースに載せる際の情報提供状況を示す図。The figure which shows the information provision condition at the time of putting in a database. 動作仕様ファクターに関連して収束所要回数、CPU時間が格納される状況を示す図。The figure which shows the condition where the convergence required frequency and CPU time are stored in relation to the operation specification factor. 線形方程式の場合のパラメータ入力、動作仕様ファクター入力、およびデータ検索・表示依頼の画面を示す図。The figure which shows the screen of parameter input in the case of a linear equation, operation specification factor input, and a data search and display request. 図6の画面にて((1))と((2))の値をパラメタに代入する例。The example which substitutes the value of ((1)) and ((2)) for the parameter in the screen of FIG. 図6の画面にて((3))〜((4))の値をパラメタに代入する例および((5))の説明。An example of substituting the values of ((3)) to ((4)) into parameters on the screen of FIG. パラメータの値の受け取り、パラメータの値の受け取りと解法の個数(配列の要素数)の分析を説明する図。The figure explaining reception of a parameter value, reception of a parameter value, and analysis of the number of solutions (number of elements of an array). パラメータの値の受け取りと前処理の個数(配列の要素数)の分析を説明する図。The figure explaining reception of the value of a parameter, and analysis of the number of preprocessing (the number of elements of an array). (2)において、解法のIDに「99」が存在しないときの説明図。An explanatory view when “99” does not exist in the solution ID in (2). パラメータ「SEL」の値の受け取りとその値に応じた制御を説明する図。The figure explaining reception of the value of parameter "SEL", and control according to the value. 検索対象であるファイル名を構成する処理の図。The figure of the process which comprises the file name which is search object. 結果表示例図。FIG. 図14から続く画面を示す図。The figure which shows the screen which continues from FIG. 図15から続く画面を示す図。The figure which shows the screen which continues from FIG.

符号の説明Explanation of symbols

11…記憶手段、12…演算処理手段(1)、13…データベース、14…演算処理手段(2)、15…結果画面表示手段、20…収束求解アルゴリズム、21…パラメータ、22…解くべき問題、23…解法、24…解法と併用する技法、25…入力データファイル、26…実行形式プログラムファイル、51…表示装置、52…問題の表示、53…パラメータ項目他選択、54…検索結果表示、55…より妥当な収束求解アルゴリズムの選定・表示、61…各パラメータの動作仕様ファクター(例えば値)の設定、62…検索実行指示、63…検索結果表示、71…入力パラメータ解析、72…該当ファイル検索、73…対象データを表示用に編集、100…収束求解アルゴリズム性能表示装置、200…クライアント端末。 DESCRIPTION OF SYMBOLS 11 ... Memory | storage means, 12 ... Arithmetic processing means (1), 13 ... Database, 14 ... Arithmetic processing means (2), 15 ... Result screen display means, 20 ... Convergence solution algorithm, 21 ... Parameter, 22 ... Problem to be solved, 23 ... Solution method, 24 ... Technique used in combination with the solution method, 25 ... Input data file, 26 ... Execution format program file, 51 ... Display device, 52 ... Display of problem, 53 ... Selection of parameter items, 54 ... Display of search result, 55 ... selection and display of more appropriate convergence solution algorithm, 61 ... setting of operation specification factor (for example, value) of each parameter, 62 ... search execution instruction, 63 ... search result display, 71 ... input parameter analysis, 72 ... corresponding file search 73 ... Editing target data for display, 100 ... Convergence solution algorithm performance display device, 200 ... Client terminal.

Claims (5)

収束求解する収束求解アルゴリズムの性能を表示するものであって、
該収束求解アルゴリズムが解くべき問題、解法及び解法に併用される収束性向上のための前処理、係数行列に施すスケーリング、係数行列や行や列の順番を入れ替えるオーダリング及び変換公式のいずれかの併用される技法のメニュー項目を配列して格納する記憶手段、
収束状況を示す収束グラフ、収束へのCPU時間及び収束までの演算反復回数である収束所要回数のいずれか又は全部の表示項目、及び解くべき問題、解法及び解法に併用される技法の各配列されたメニュー項目を表示する表示手段と、前記表示項目から収束グラフ、収束へのCPU時間及び収束所要回数のいずれか又は全部の項目、及び各配列されたメニュー項目から選択された、解くべき問題、解法及び解法に併用される技法のパラメータ項目を表示するパラメータ選択手段を備えた設定画面表示手段、
選択されたパラメータ項目を受け取り、解くべき問題に対する解法と解法に併用された技法のパラメータ項目の組み合わせを形成し、各組み合わせでの収束グラフデータの取得、CPU時間及び収束所要回数の取得のいずれか又は全部の演算処理を行い、データベースに演算結果を格納させる演算処理手段、及び
各組み合わせの演算処理結果を受け取り、各組み合わせの演算処理結果を画面対比表示する結果画面表示手段、
からなることを特徴とする収束求解アルゴリズム性能表示装置。
It displays the performance of the convergence solution algorithm for convergence solution,
The problem to be solved by the convergence solving algorithm, the pre-processing for improving the convergence that is used together with the solution and the solution, the scaling applied to the coefficient matrix, the ordering for changing the order of the coefficient matrix and the rows and columns, and any combination of the conversion formulas Storage means for arranging and storing menu items of a technique to be performed,
Each or all of the display items of the convergence graph showing the convergence status, the CPU time to convergence and the number of convergence iterations that are the number of iterations until the convergence, and the problem to be solved, the solution and the technique used in the solution are arranged A display means for displaying the menu item, a convergence graph from the display item, any or all items of the CPU time and the required number of convergence times for convergence, and a problem to be solved, selected from the arranged menu items, A setting screen display means having a parameter selection means for displaying the parameter items of the technique used in the solution and the solution,
Receive the selected parameter item, form a combination of the parameter item of the technique to be used together with the solution method for the problem to be solved, and acquire one of the convergence graph data, the CPU time and the required number of convergence times in each combination Or an arithmetic processing means for performing the entire arithmetic processing and storing the arithmetic results in the database, and
A convergence solver algorithm performance display device comprising: a result screen display means for receiving a calculation processing result of each combination and displaying the calculation processing result of each combination on the screen .
請求項1において、前記結果画面表示手段は、画面に演算処理された収束グラフデータを用いて複数の収束グラフを同時に表示することを特徴とする収束求解アルゴリズム性能表示装置。 According to claim 1, wherein the result screen displaying means converges solving algorithm performance display device and displaying a plurality of convergence graphs simultaneously using convergence graph data processing on the screen. 請求項1において、前記結果画面表示手段は、画面に複数のCPU時間もしくは収束所要回数を同時に表示することを特徴とする収束求解アルゴリズム性能表示装置。 Oite to claim 1, wherein the result screen displaying means converges solving algorithm performance display device characterized by simultaneously displaying a plurality of CPU time or converge required number of times on the screen. 請求項1からのいずれかにおいて、前記設定画面表示手段は、通信手段を介してのクライアント端末からの指令信号を参照して表示項目についてパラメータ項目として選択させることを特徴とする収束求解アルゴリズム性能表示装置。 In any one of claims 1 to 3, the setting screen displaying means is converged solving algorithm performance for causing selected as parameter items for display items with reference to the command signal from the client terminal via the communication means Display device. 請求項1に記載した収束求解アルゴリズム性能表示装置による収束求解アルゴリズム性能表示方法において、
前記設定画面表示手段が、収束グラフ、収束へのCPU時間及び収束所要回数のいずれか又は全部の表示項目、及び解くべき問題、解法及び解法に併用される技法の各配列されたメニュー項目を表示し、前記表示項目から収束グラフ、収束へのCPU時間及び収束所要回数のいずれか又は全部の項目、及び各配列されたメニュー項目から選択された、解くべき問題、解法及び解法に併用される技法のパラメータ項目を表示し、
前記演算処理手段が、パラメータ項目を受け取り、解法と解法に併用された技法のパラメータ項目の組み合せを形成し、各組み合わせでの収束グラフデータの取得、CPU時間及び収束所要回数の取得のいずれか又は全部の演算処理を行い、データベースに演算結果を格納させ、
前記結果画面表示手段が、各組み合わせの演算処理結果を受け取り、各組み合わせの演算処理結果を画面対比表示すること
を特徴とする収束求解アルゴリズム性能表示方法
In the convergence solution algorithm performance display method by the convergence solution algorithm performance display device according to claim 1 ,
The setting screen display means displays a convergence graph, a display item for any or all of the CPU time to convergence and the number of times required for convergence, and the arranged menu items for the problem to be solved, the solution, and the technique used in the solution. A problem to be solved, a solution and a technique selected from the display items to the convergence graph, any or all items of the convergence time, CPU time to convergence, and the number of times required for convergence, and each arranged menu item Display the parameter item of
The arithmetic processing means receives the parameter item, forms a combination of the parameter items of the technique used in the solution and the solution, and obtains the convergence graph data in each combination, CPU time and acquisition of the required number of convergence or Perform all computations, store computations in the database,
A method for displaying a convergent solution algorithm performance, wherein the result screen display means receives an arithmetic processing result of each combination and displays the arithmetic processing result of each combination on a screen .
JP2006102171A 2006-04-03 2006-04-03 Convergence solution algorithm performance display device and convergence solution algorithm performance display method Active JP4576535B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006102171A JP4576535B2 (en) 2006-04-03 2006-04-03 Convergence solution algorithm performance display device and convergence solution algorithm performance display method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006102171A JP4576535B2 (en) 2006-04-03 2006-04-03 Convergence solution algorithm performance display device and convergence solution algorithm performance display method

Publications (2)

Publication Number Publication Date
JP2007279836A JP2007279836A (en) 2007-10-25
JP4576535B2 true JP4576535B2 (en) 2010-11-10

Family

ID=38681247

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006102171A Active JP4576535B2 (en) 2006-04-03 2006-04-03 Convergence solution algorithm performance display device and convergence solution algorithm performance display method

Country Status (1)

Country Link
JP (1) JP4576535B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6550465B2 (en) * 2015-08-20 2019-07-24 株式会社日立製作所 Information processing circuit

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05135091A (en) * 1991-11-11 1993-06-01 Nec Software Ltd Device and method for automatically selecting and reinforcing simultaneous linear equation of cyclic reduction method
JPH0934944A (en) * 1995-07-17 1997-02-07 Fujitsu Ltd Plan problem solution processing system
JPH11242664A (en) * 1998-02-25 1999-09-07 Hitachi Ltd Calculating device for calculating solution to simultaneous linear equations
JP2000298665A (en) * 1999-04-13 2000-10-24 Fujitsu Ltd Data base for deciding operation algorithm, data base generation device for deciding operation algorithm and program recording medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05135091A (en) * 1991-11-11 1993-06-01 Nec Software Ltd Device and method for automatically selecting and reinforcing simultaneous linear equation of cyclic reduction method
JPH0934944A (en) * 1995-07-17 1997-02-07 Fujitsu Ltd Plan problem solution processing system
JPH11242664A (en) * 1998-02-25 1999-09-07 Hitachi Ltd Calculating device for calculating solution to simultaneous linear equations
JP2000298665A (en) * 1999-04-13 2000-10-24 Fujitsu Ltd Data base for deciding operation algorithm, data base generation device for deciding operation algorithm and program recording medium

Also Published As

Publication number Publication date
JP2007279836A (en) 2007-10-25

Similar Documents

Publication Publication Date Title
Dongarra et al. The singular value decomposition: Anatomy of optimizing an algorithm for extreme scale
US10353882B2 (en) Packaging data science operations
Regis Constrained optimization by radial basis function interpolation for high-dimensional expensive black-box problems with infeasible initial points
Lippiello et al. Parameter estimation in the ETAS model: Approximations and novel methods
US20180336461A1 (en) Operating a neural network defined by user code
Li et al. Exploration of multifrontal method with GPU in power flow computation
CN116738081B (en) Front-end component binding method, device and storage medium
CN110288444B (en) Method and system for realizing user related recommendation
Karimi et al. Vcsr: An efficient gpu memory-aware sparse format
Usevich et al. Decoupling multivariate polynomials: Interconnections between tensorizations
CN113268485B (en) Data table association analysis method, device, equipment and storage medium
Chang et al. Algorithm 1028: vtmop: solver for blackbox multiobjective optimization problems
CN111859785B (en) Fluid feature extraction method, system, computer-readable storage medium and device
JP4576535B2 (en) Convergence solution algorithm performance display device and convergence solution algorithm performance display method
Jamal et al. A hybrid CPU/GPU approach for the parallel algebraic recursive multilevel solver pARMS
JP4576536B2 (en) Performance comparison display device and performance display comparison system for convergent solution algorithm
CN115906863B (en) Emotion analysis method, device, equipment and storage medium based on contrast learning
Willkomm et al. A new user interface for ADiMat: toward accurate and efficient derivatives of MATLAB programmes with ease of use
WO2019244804A1 (en) Processing device, method, and program
JP2017111749A (en) Calculation code generation device, method and program
CN113064910B (en) Reaction type pneumatic data multidimensional analysis platform
CN110334055B (en) Method for acquiring material calculation data
Lichtenberg et al. Analyzing residue surface proximity to interpret molecular dynamics
Agullo et al. Modeling Irregular Kernels of Task-based codes: Illustration with the Fast Multipole Method
Yevick et al. Accuracy and efficiency of simplified tensor network codes

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20100608

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20100708

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20100727

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150