JPH1153325A - Method for load distribution - Google Patents

Method for load distribution

Info

Publication number
JPH1153325A
JPH1153325A JP20672897A JP20672897A JPH1153325A JP H1153325 A JPH1153325 A JP H1153325A JP 20672897 A JP20672897 A JP 20672897A JP 20672897 A JP20672897 A JP 20672897A JP H1153325 A JPH1153325 A JP H1153325A
Authority
JP
Japan
Prior art keywords
node
partial
area
numbers
boundary
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP20672897A
Other languages
Japanese (ja)
Inventor
Nobuhiro Iogi
伸洋 五百木
Satomi Hasegawa
里美 長谷川
Hiroki Kawamura
宏樹 河村
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.)
Hitachi Software Engineering Co Ltd
Hitachi Ltd
Original Assignee
Hitachi Software Engineering Co Ltd
Hitachi 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 Hitachi Software Engineering Co Ltd, Hitachi Ltd filed Critical Hitachi Software Engineering Co Ltd
Priority to JP20672897A priority Critical patent/JPH1153325A/en
Publication of JPH1153325A publication Critical patent/JPH1153325A/en
Pending legal-status Critical Current

Links

Landscapes

  • Multi Processors (AREA)

Abstract

PROBLEM TO BE SOLVED: To enable parallel computation at a high speed by uniformly distributing an operation load to each processor of a parallel computer in an analysis area of a numerical value simulation. SOLUTION: In a method for distributing load to computers constituting a parallel computer, an analysis area, which is discritized in the space direction for a numerical value simulation and is divided into many odes and elements, is divided into almost uniform partial areas for the number of computers used for a parallel computation (102). Next, analysis area division information, which is independently given a node number and an element number, is generated in a node and element of each divided partial area and, moreover, the node numbers are redundantly given to the nodes existing on a boundary between the partial areas so that the become serial numbers of the whole analysis area (104). Then, a node number management table for indicating a correspondence between the node numbers for each partial area and the node numbers which becomes seal numbers in the entire analysis area is generated (105), and the analysis area division information and the node number management table are given to each computer which constitutes the parallel computers.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、並列計算機を構成
する各計算機に対する負荷分散方法に係り、特に、並列
計算機に数値シミュレーションを行わせる場合等に使用
して、各計算機に対する負荷を最適にすることを可能に
した負荷分散方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a method for distributing loads to computers constituting a parallel computer, and more particularly to a method for optimizing the load on each computer, which is used when a numerical simulation is performed by a parallel computer. The present invention relates to a load distribution method that makes it possible.

【0002】[0002]

【従来の技術】負荷分散方法に関する従来技術として、
例えば、特開平4−321158号公報に記載の「配列
データの分配/収集処理装置」、情報処理学会研究報告
書96−HPC−63に記載の論文「分散メモリ型並列
計算機のための多重スカイライン法」等が知られてい
る。前者の従来技術は、ある特定のプロセッサ上に存在
する配列データを分散メモリ上へ効率よく分配する技術
に関するものであり、後者の従来技術は、連立1次方程
式解法システムを効率よく使用するための配列データの
分配、有限要素及び節点番号の設定方式に関するもので
ある。
2. Description of the Related Art As a prior art relating to a load distribution method,
For example, a "distribution / collection processing device for array data" described in JP-A-4-321158 and a paper "Multi Skyline Method for Distributed Memory Parallel Computer" described in IPSJ Research Report 96-HPC-63. Are known. The former prior art relates to a technique for efficiently distributing array data existing on a specific processor to a distributed memory, and the latter prior art relates to a technique for efficiently using a simultaneous linear equation solving system. The present invention relates to distribution of array data and a method of setting finite elements and node numbers.

【0003】[0003]

【発明が解決しようとする課題】前述の前者の従来技術
は、配列データ全体を特定のプロセッサが持つメモリま
たはファイル上に格納する必要のあるものである。この
ため、この従来技術は、配列データ全体をメモリ上に格
納するためのメモリ量が必要になり、扱うことができる
問題の規模が特定のプロセッサが持つメモリ量で制限さ
れてしまうという問題点を有している。また、この従来
技術は、配列データ全体をファイルに格納する場合、フ
ァイルとの間の入出力のための時間がオーバーヘッドと
なり、処理性能を低下させてしまうという問題点を生じ
させてしまうものである。
In the former prior art, the entire array data must be stored in a memory or a file of a specific processor. For this reason, this conventional technique requires a memory amount for storing the entire array data in a memory, and the problem that the scale of the problem that can be handled is limited by the memory amount of a specific processor is disadvantageous. Have. Further, in the conventional technique, when the entire array data is stored in a file, a time for inputting and outputting to and from the file becomes an overhead, thereby causing a problem that processing performance is reduced. .

【0004】また、前述の後者の従来技術は、有限要素
法解析で使用する有限要素及びその節点番号の設定方法
に関するものであるが、単純な矩形領域のみの解析に適
用することができるものであり、複雑な解析領域に対し
ては対応することができないという問題点を有してい
る。
The latter prior art relates to a method for setting finite elements and their node numbers used in finite element analysis, but can be applied to analysis of only a simple rectangular area. There is a problem that it is impossible to deal with a complicated analysis area.

【0005】本発明の目的は、前述した従来技術の問題
点を解決し、数値シミュレーションで解析領域の空間方
向への離散化に用いる差分格子及び有限要素分割を、並
列計算のために使用するプロセッサに対して、演算負荷
が均一になるように分割することを可能にし、並列化に
よる演算性能を向上させることができる並列計算機を構
成する各計算機に対する負荷分散方法を提供することに
ある。
An object of the present invention is to solve the above-mentioned problems of the prior art, and to use a differential grid and a finite element division used for discretization of an analysis region in a spatial direction in a numerical simulation for a parallel calculation. Another object of the present invention is to provide a load distribution method for computers constituting a parallel computer, which can divide the operation load so as to be uniform and improve the operation performance by parallelization.

【0006】また、本発明の目的は、差分格子及び有限
要素分割を予め分割しておくことにより、特定のプロセ
ッサが持つメモリ及びファイルに配列データ全体を格納
することなく分散メモリ上に配列データを分配すること
を可能にした並列計算機を構成する各計算機に対する負
荷分散方法を提供することにある。
Another object of the present invention is to divide the differential grid and the finite element division in advance so that the array data can be stored in a distributed memory without storing the entire array data in a memory and a file of a specific processor. It is an object of the present invention to provide a load distribution method for computers constituting a parallel computer capable of distribution.

【0007】[0007]

【課題を解決するための手段】本発明によれば前記目的
は、数値シミュレーションのための空間方向に離散化し
て多数の節点及び要素に領域分割された解析領域を分割
した部分領域のそれぞれを、並列計算機を構成する各計
算機に与える負荷分散方法において、前記解析領域を並
列計算に使用する計算機の台数分のほぼ均一な大きさの
部分領域に分割し、分割された各部分領域毎の節点及び
要素に節点番号及び要素番号を独立に与え、さらに、部
分領域と部分領域との境界上に存在する節点に対して解
析領域全体で通し番号となるように節点番号を重複して
与え、前記各部分領域毎の節点番号と解析領域全体で通
し番号となる節点番号との対応を示す節点番号管理テー
ブルを生成することにより達成される。
According to the present invention, an object of the present invention is to provide a method in which each of partial regions obtained by dividing an analysis region, which has been divided into a large number of nodes and elements by spatial discretization for numerical simulation, is In the load distribution method applied to each of the computers constituting the parallel computer, the analysis area is divided into sub-areas having a substantially uniform size corresponding to the number of computers used for the parallel computation, and the nodes for each of the divided sub-areas and Node numbers and element numbers are independently assigned to the elements, and further, node numbers existing on the boundary between the partial regions are overlapped with the node numbers so as to be serial numbers throughout the analysis region. This is achieved by generating a node number management table indicating the correspondence between the node numbers for each area and the node numbers that are serial numbers in the entire analysis area.

【0008】また、前記目的は、数値シミュレーション
のための空間方向に離散化して多数の節点及び要素に領
域分割された解析領域を分割した部分領域のそれぞれ
を、並列計算機を構成する各計算機に与える負荷分散方
法において、前記解析領域を並列計算に使用する計算機
の台数分のほぼ均一な大きさの部分領域に分割し、部分
領域と部分領域との境界上に存在する節点に対して解析
領域全体で通し番号となるように節点番号を与え、それ
以外の各部分領域の節点及び要素に対して節点番号及び
要素番号を各部分領域毎に独立に与えることにより達成
される。
Further, the object is to provide each computer constituting a parallel computer with a partial region obtained by dividing an analysis region which has been discretized in a spatial direction for numerical simulation and divided into a number of nodes and elements. In the load distribution method, the analysis area is divided into sub-areas having a substantially uniform size corresponding to the number of computers used in the parallel calculation, and the entire analysis area is divided into nodes existing on the boundary between the sub-areas. This is achieved by assigning node numbers so that the numbers become serial numbers, and giving the node numbers and element numbers to the nodes and elements of the other partial areas independently for each partial area.

【0009】[0009]

【発明の実施の形態】以下、本発明による負荷分散方法
の一実施形態を図面により詳細に説明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of the load distribution method according to the present invention will be described below in detail with reference to the drawings.

【0010】図1は本発明の一実施形態による負荷分散
方法を実施するシステムの構成及び処理の流れを説明す
る図、図2は入力情報106の一例である解析領域の離
散化情報を説明する図、図3は図2に示した入力情報1
06の離散化情報に対する解析領域分割情報107及び
解析領域の境界上に存在する節点番号を管理する境界情
報108を説明する図、図4は解析領域分割処理部10
2の構成と処理の流れとを説明する図である。図1、図
4において、101は負荷分散処理部、102は解析領
域分割処理部、103は内部境界判定処理部、104は
節点・要素番号付与処理部、105は節点番号管理テー
ブル作成処理部、106は入力情報、110は出力情
報、402は領域サイズ検出処理部、403は部分領域
分割処理部、404は部分領域補正処理部である。
FIG. 1 is a diagram for explaining the configuration and processing flow of a system for implementing a load distribution method according to an embodiment of the present invention. FIG. 2 is a diagram for explaining discretized information of an analysis area, which is an example of input information 106. FIG. 3 shows the input information 1 shown in FIG.
FIG. 4 is a diagram for explaining analysis region division information 107 for discretization information 06 and boundary information 108 for managing node numbers existing on the boundaries of the analysis region. FIG.
FIG. 2 is a diagram for explaining the configuration and processing flow of a second embodiment. 1 and 4, 101 is a load distribution processing unit, 102 is an analysis region division processing unit, 103 is an internal boundary determination processing unit, 104 is a node / element number assignment processing unit, 105 is a node number management table creation processing unit, Reference numeral 106 denotes input information, 110 denotes output information, 402 denotes an area size detection processing unit, 403 denotes a partial area division processing unit, and 404 denotes a partial area correction processing unit.

【0011】図1において、配列データを分割して複数
のプロセッサに割り当てる負荷分散処理部101は、解
析領域をプロセッサ台数分に分割する解析領域分割処理
部102と、分割したことによって生じた境界面を検出
する内部境界判定処理部103と、分割されたそれぞれ
の領域に対して局所的な節点・要素番号を付与する節点
・要素番号付与処理部104と、分割したことによって
生じた境界領域に対する局所的な節点番号と解析領域全
体での節点番号との対応を示す節点番号管理テーブルを
作成する節点番号管理テーブル作成部105とにより構
成される。
In FIG. 1, a load distribution processing unit 101 that divides array data and allocates it to a plurality of processors includes an analysis area division processing unit 102 that divides an analysis area into the number of processors, and a boundary surface generated by the division. , A node / element number assigning unit 104 for assigning a local node / element number to each of the divided areas, and a local And a node number management table creator 105 that creates a node number management table indicating the correspondence between a typical node number and a node number in the entire analysis area.

【0012】前述の負荷分散処理部101に入力される
入力情報106は、解析領域の空間方向への離散化情報
である解析領域分割情報107と、解析領域の境界上に
存在する節点を管理する境界情報108と、並列実行の
ために使用するプロセッサ台数109とを有している。
また、負荷分散処理部101からの出力情報110は、
並列計算機を構成する各プロセッサに与える分割した領
域のそれぞれに対する空間方向の離散化情報を格納した
部分領域分割情報111と、分割したことによって生じ
た境界領域に対する局所的な節点番号と解析領域全体で
の節点番号との対応を示す節点番号管理テーブル112
を有している。そして、この分割領域のそれぞれに対す
る部分領域分割情報111と節点番号管理テーブル11
2とは、数値シミュレーション等の演算のため並列計算
機を構成する各プロセッサのそれぞれに与えられる。
The input information 106 input to the above-mentioned load distribution processing unit 101 manages analysis area division information 107 which is information discretized in the spatial direction of the analysis area, and nodes existing on the boundary of the analysis area. It has boundary information 108 and the number of processors 109 used for parallel execution.
The output information 110 from the load distribution processing unit 101 is
The partial area division information 111 storing the discretization information in the spatial direction for each of the divided areas given to each processor constituting the parallel computer, the local node number for the boundary area generated by the division, and the entire analysis area Node number management table 112 indicating the correspondence with the node numbers
have. Then, the partial area division information 111 for each of the divided areas and the node number management table 11
2 is given to each processor constituting the parallel computer for operations such as numerical simulation.

【0013】図2に示す入力情報106の一例は、解析
領域分割情報107の元となる解析領域201の空間方
向への離散化状況を示しており、この入力情報としての
解析領域201は、例えば、図2に示す形状が水路の一
部であるとし、並列計算機に行わせる処理が、例えば、
図の上方のFA線の開口部からの水流が図の右方のCD
線の出口から流出するとした場合の図示図形内の領域の
各部分における流速を算出するという場合の例である。
An example of the input information 106 shown in FIG. 2 shows a discretization state in the spatial direction of the analysis area 201 which is the basis of the analysis area division information 107. The analysis area 201 as the input information is, for example, , The shape shown in FIG. 2 is a part of the water channel, and the processing performed by the parallel computer is, for example,
The water flow from the opening of the FA line at the top of the figure is the CD on the right side of the figure.
This is an example of calculating the flow velocity in each part of the area in the figure in the case where it flows out from the exit of the line.

【0014】図2に示す解析領域201を有限要素分割
によって離散化した例において、線分204と線分20
5との交点である多数の節点202には節点番号、線分
に囲まれた多数の領域203には要素番号が付与されて
いる。図2では要素番号が丸付きの数字で示されてい
る。
In an example in which the analysis area 201 shown in FIG. 2 is discretized by finite element division, a line segment 204 and a line segment 20 are divided.
A number of nodes 202, which are intersections with 5, are assigned node numbers, and an element number is assigned to many regions 203 surrounded by line segments. In FIG. 2, element numbers are indicated by circled numbers.

【0015】次に、図2に示した入力情報106の離散
化情報に対する解析領域分割情報107及び解析領域の
境界上に存在する節点番号を管理する境界情報108に
ついて、図3を参照して説明する。
Next, the analysis area division information 107 for the discretized information of the input information 106 shown in FIG. 2 and the boundary information 108 for managing the node number existing on the boundary of the analysis area will be described with reference to FIG. I do.

【0016】解析領域分割情報107は、節点番号とそ
の座標位置とを格納した節点情報302と要素を構成す
る節点番号を管理する有限要素構成情報303とにより
構成される。節点情報302は、図2に示す入力情報1
06の全解析領域201に含まれる全ての節点の節点番
号と、対応するx、yの座標とにより構成される。ま
た、有限要素構成情報303は、図2に示す入力情報1
06の全解析領域201に含まれる全ての要素の要素番
号と、その要素を囲む4つの節点番号I1、I2、I
3、I4とにより構成される。この節点番号I1、I
2、I3、I4は、その要素の左下の節点から反時計ま
わりに並べられる。
The analysis area division information 107 is composed of node information 302 storing node numbers and their coordinate positions, and finite element configuration information 303 managing node numbers constituting elements. The node information 302 is the input information 1 shown in FIG.
06, which are composed of the node numbers of all the nodes included in the entire analysis area 201 and the corresponding x and y coordinates. The finite element configuration information 303 is the input information 1 shown in FIG.
06, the element numbers of all the elements included in the entire analysis area 201 and four node numbers I1, I2, and I surrounding the element.
3 and I4. These node numbers I1, I
2, I3 and I4 are arranged counterclockwise from the lower left node of the element.

【0017】また、境界情報108には、境界名称30
5、境界を構成する節点数306、境界を構成する節点
番号307が格納されている。境界名称305は、図2
に示す入力情報106の全解析領域の境界を規定する名
称であり、図3に示す例では、図2に示す解析領域の1
つの直線で示される境界をその両端の点の名称により作
成される。図3には、図2に示す領域の底辺の境界とし
て、名称BCが与えられた例が示されている。この境界
には、図2に示す例の場合、全部で11個の節点が含ま
れているため節点数306に“11”が格納されてい
る。また、節点番号307として、この境界上に存在す
る11個の節点の番号が格納されている。この境界情報
108は、図2に示す解析領域201の場合、CD、D
E、EF、FA、ABの各境界について、前述と同様な
形式で作成される。
The boundary information 108 includes the boundary name 30
5, the number of nodes 306 forming the boundary and the number 307 of the nodes forming the boundary are stored. The boundary name 305 is shown in FIG.
Are the names defining the boundaries of all the analysis areas of the input information 106 shown in FIG. 3, and in the example shown in FIG.
A boundary indicated by two straight lines is created by the names of the points at both ends. FIG. 3 shows an example in which a name BC is given as a boundary of the bottom of the region shown in FIG. In the example shown in FIG. 2, “11” is stored as the number of nodes 306 in the example shown in FIG. Also, as the node number 307, the numbers of 11 nodes existing on this boundary are stored. In the case of the analysis area 201 shown in FIG.
The boundaries of E, EF, FA, and AB are created in the same format as described above.

【0018】次に、図4を参照して、図1に示す解析領
域分割処理部102の構成と処理の流れとについて説明
する。
Next, the configuration and processing flow of the analysis area division processing unit 102 shown in FIG. 1 will be described with reference to FIG.

【0019】解析領域分割処理部102は、領域サイズ
検出処理部402と、部分領域分割処理部403と、部
分領域補正処理部404とにより構成される。領域サイ
ズ検出処理部402は、まず、入力された解析領域分割
情報107の1つである図3により説明した節点情報3
02から、X軸方向の最大値Xmax及び最小値Xmin、Y
軸方向の最大値Ymax及び最小値Yminを求める。次に、
求まったそれぞれの軸方向の最大値から最小値を減算す
ることにより、X方向の領域幅Xlen及びY方向の領域
幅Ylenを求める。
The analysis area division processing section 102 includes an area size detection processing section 402, a partial area division processing section 403, and a partial area correction processing section 404. The region size detection processing unit 402 firstly performs the node information 3 described with reference to FIG. 3, which is one of the input analysis region division information 107.
02, the maximum value Xmax and the minimum value Xmin, Y in the X-axis direction
The maximum value Ymax and the minimum value Ymin in the axial direction are obtained. next,
By subtracting the minimum value from the obtained maximum value in the axial direction, the area width Xlen in the X direction and the area width Ylen in the Y direction are obtained.

【0020】部分領域分割処理部403は、領域サイズ
検出処理部402で求めたX、Yの各軸方向の領域幅を
比較し、長い方の軸方向で解析領域をプロセッサ台数分
に分割する。この分割された部分領域は、後述するよう
に、部分領域補正処理部404により補正される。
The partial area division processing section 403 compares the area widths in the X and Y axis directions obtained by the area size detection processing section 402, and divides the analysis area in the longer axis direction by the number of processors. The divided partial areas are corrected by the partial area correction processing unit 404 as described later.

【0021】図5は部分領域分割処理部403により解
析領域201を4個の部分領域507〜510に分割し
た例を示す図である。図5に示す例は、分割軸方向とし
てX軸が選択され、解析領域201のX軸方向505を
プロセッサ台数で均等に分割している。ここでは、4台
のプロセッサを使用している場合を例としている。な
お、図5の点線506は、部分領域の境界線を表してい
る。また、502〜504は、解析領域201の(Xmi
n,Ymin)、(Xmax,Ymin)、(Xmin,Ymax)の各節点
を示している。
FIG. 5 is a diagram showing an example in which the analysis area 201 is divided into four partial areas 507 to 510 by the partial area division processing unit 403. In the example shown in FIG. 5, the X-axis is selected as the division axis direction, and the X-axis direction 505 of the analysis area 201 is equally divided by the number of processors. Here, a case where four processors are used is taken as an example. Note that a dotted line 506 in FIG. 5 represents a boundary of the partial area. In addition, 502 to 504 correspond to (Xmi
n, Ymin), (Xmax, Ymin) and (Xmin, Ymax).

【0022】図6は前述した部分領域補正処理部404
での部分領域の大きさを補正する処理を説明するフロー
チャート、図7は補正された部分領域により分割された
解析領域の例を示す図である。
FIG. 6 shows the partial area correction processing section 404 described above.
Is a flowchart for explaining the processing for correcting the size of the partial area in FIG. 7, and FIG. 7 is a diagram showing an example of an analysis area divided by the corrected partial area.

【0023】部分領域分割処理部403は、特定の軸方
向をプロセッサ台数で均等に分割しているため、各部分
領域内の要素数を均一にすることができない。そこで、
部分領域補正処理部404は、各部分領域内の要素数の
補正を行う。以下、図6を参照してこの処理を説明す
る。
Since the partial area division processing unit 403 equally divides the specific axis direction by the number of processors, the number of elements in each partial area cannot be made uniform. Therefore,
The partial area correction processing unit 404 corrects the number of elements in each partial area. Hereinafter, this processing will be described with reference to FIG.

【0024】(1)部分領域補正処理部404は、ま
ず、入力情報である解析領域分割情報107の有限要素
構成情報303から得られる解析領域内の要素数とプロ
セッサ台数109とから、要素数をプロセッサ台数で除
することにより、1つの部分領域が持つ最適な要素数E
meanを求める(ステップ602)。
(1) First, the partial area correction processing unit 404 determines the number of elements from the number of elements in the analysis area and the number of processors 109 obtained from the finite element configuration information 303 of the analysis area division information 107 as input information. By dividing by the number of processors, the optimum number E of elements in one partial area
Mean is obtained (step 602).

【0025】(2)次に、各部分領域毎の要素数の補正
を順次行うために、ワークレジスタKKに解析領域の分
割数、この例では“4”を格納し、ワークレジスタJJ
に初期値“1”を格納する(ステップ603、60
4)。
(2) Next, in order to sequentially correct the number of elements for each partial area, the number of divisions of the analysis area, in this example, "4" is stored in the work register KK.
Is stored as the initial value "1" (steps 603 and 60).
4).

【0026】(3)レジスタKKとJJとに格納されて
いる値を比較し、JJ≦KKでない場合、すなわち、J
J>KKの場合、処理すべき部分領域がすでにないので
処理を終了する(ステップ605)。
(3) The values stored in the registers KK and JJ are compared, and if JJ ≦ KK is not satisfied, ie, J
If J> KK, there is no partial area to be processed, so the process ends (step 605).

【0027】(4)ステップ605でJJ≦KKであっ
た場合、レジスタJJで示される部分領域内の要素数の
計算を行う。レジスタJJの値は、図5に示すように、
解析領域201を4分割した部分領域の右側からの部分
領域507〜510に対して、1〜4の値が付与されて
いるものとする。そして、JJ=1の場合、図5に示す
部分領域507内の要素数が求める要素数とされる(ス
テップ606)。
(4) If JJ ≦ KK in step 605, the number of elements in the partial area indicated by the register JJ is calculated. The value of the register JJ is, as shown in FIG.
It is assumed that values 1 to 4 are assigned to partial regions 507 to 510 from the right side of the partial region obtained by dividing the analysis region 201 into four. If JJ = 1, the number of elements in the partial area 507 shown in FIG. 5 is set as the number of elements to be obtained (step 606).

【0028】(5)次に、ステップ602で求めた最適
な要素数Emeanからステップ606で求めた部分領域内
の要素数を減算して、その差Ndiffを求め、この差Ndi
ffの絶対値ABS(Ndiff)が予め定められた許容範囲Δ
diffより大きいか否かをチェックし、許容範囲内であれ
ば、レジスタJJの値に“1”を加え、ステップ605
の処理に戻って、次の部分領域の処理を続ける(ステッ
プ607〜609)。
(5) Next, the number of elements in the partial area obtained in step 606 is subtracted from the optimum number of elements Emean obtained in step 602 to obtain a difference Ndiff.
The absolute value ABS (Ndiff) of ff is a predetermined allowable range Δ
It is checked whether it is larger than diff, and if it is within the allowable range, “1” is added to the value of the register JJ, and step 605 is performed.
Then, the processing of the next partial area is continued (steps 607 to 609).

【0029】(6)ステップ608でABS(Ndiff)が
予め定められた許容範囲Δdiffより大きかった場合、N
diffの値の正負をチェックし、Ndiffの値が正の数の場
合、部分領域の境界面の座標Xdiv を、予め定めておい
た補正量ΔX分マイナス方向に移動させ、Ndiffの値が
負の数であった場合、予め定めておいた補正量ΔX分プ
ラス方向に移動させる(ステップ610〜612)。
(6) If ABS (Ndiff) is larger than the predetermined allowable range Δdiff in step 608, N
The value of diff is checked for positive or negative. If the value of Ndiff is a positive number, the coordinate Xdiv of the boundary surface of the partial area is moved in the minus direction by a predetermined correction amount ΔX, and the value of Ndiff is negative. If it is a number, it is moved in the plus direction by a predetermined correction amount ΔX (steps 610 to 612).

【0030】(7)境界面の座標を移動した後、ステッ
プ606からの処理に戻り、ΔX分の補正後の部分領域
内に存在する要素数を再度求め、その部分領域内の要素
数と最適な要素数Emeanとの差が許容範囲Δdiff内にな
るまで処理を続ける。
(7) After moving the coordinates of the boundary surface, the flow returns to the processing from step 606, and the number of elements existing in the corrected partial area corresponding to ΔX is obtained again. The processing is continued until the difference from the element number Emean falls within the allowable range Δdiff.

【0031】なお、前述したステップ606の処理にお
いて、次の部分領域内の要素数を求める場合、前の部分
領域の境界面の増減を考慮して加減算を行って、その部
分領域内の要素数を求める。
When the number of elements in the next partial area is obtained in the processing of step 606 described above, addition and subtraction are performed in consideration of the increase / decrease of the boundary surface of the previous partial area, and the number of elements in the partial area is calculated. Ask for.

【0032】前述した処理を行うことにより、各部分領
域に存在する要素数の均一化を図ることができる。
By performing the above-described processing, the number of elements existing in each partial area can be made uniform.

【0033】部分領域分割処理部403により4個の部
分領域507〜510に分割された解析領域201は、
部分領域補正処理部404により補正され、図7に示す
ように部分領域が補正される。図7には、部分領域1と
して部分領域補正処理部404により補正された部分領
域507が補正された状態を示している。部分領域50
7と508との境界は、部分領域分割処理部403によ
り求められた境界線506から、前述したステップ61
1の処理でΔXだけ移動させられた境界線704に移動
している。
The analysis area 201 divided into four partial areas 507 to 510 by the partial area division processing unit 403 is
The correction is made by the partial area correction processing unit 404, and the partial area is corrected as shown in FIG. FIG. 7 shows a state where the partial area 507 corrected as the partial area 1 by the partial area correction processing unit 404 is corrected. Partial area 50
7 and 508 are obtained from the boundary line 506 obtained by the partial area division processing unit 403 in step 61 described above.
It has moved to the boundary line 704 moved by ΔX in the process of 1.

【0034】図8は図1に示した内部境界判定処理部1
03による内部境界の検出について説明する図であり、
以下、これについて説明する。ここでは、前述した部分
領域補正処理部404により得られた1つの部分領域1
が、図8(a)に示すような節点番号を持つ矩形状の部
分領域801であるとして説明する。
FIG. 8 shows the internal boundary determination processing unit 1 shown in FIG.
FIG. 3 is a diagram illustrating detection of an internal boundary according to an embodiment 03.
Hereinafter, this will be described. Here, one partial area 1 obtained by the partial area correction processing unit 404 described above is used.
Is described as a rectangular partial area 801 having node numbers as shown in FIG.

【0035】内部境界判定処理部103は、まず、部分
領域801内に含まれる各要素803について、 ∫ads 但し、aは定数 なる式による境界積分を行い、その積分計算を節点80
4毎に行ってその値を求める。なお、ここでの境界は、
斜線で示す解析領域外の領域に接する境界と、隣接する
部分領域と境界である内部境界とを含んでいる。境界積
分802の方法について、解析領域の一部805を拡大
した図8(b)を参照して説明する。
First, the internal boundary determination processing unit 103 performs a boundary integration on each element 803 included in the partial area 801 by using an expression of ∫ads, where a is a constant, and performs the integration calculation at the node 80
Go for every 4 to find its value. The boundary here is
It includes a boundary that is in contact with a region outside the analysis region indicated by hatching, and an internal boundary that is a boundary with an adjacent partial region. The method of the boundary integration 802 will be described with reference to FIG. 8B in which a part 805 of the analysis area is enlarged.

【0036】図8(b)において、境界面に接していな
い節点である内点807について、隣接する4つの要素
で線積分を行うと、よく知られているように、矢印で示
すような逆方向の積分が必ず存在するため、境界積分の
結果は常に“0”になる。一方、境界線上の節点808
について、隣接する4つの要素で線積分を行うと、境界
上の辺に対する積分が1方向しか存在しないため、境界
積分の結果は必ず“0”以外の値となる。
In FIG. 8 (b), when an inner point 807, which is a node not in contact with the boundary surface, is subjected to line integration with four adjacent elements, it is well known that an inverse point indicated by an arrow is obtained. Since there is always an integral in the direction, the result of the boundary integral is always "0". On the other hand, a node 808 on the boundary line
When the line integration is performed with four adjacent elements, since there is only one integration with respect to the side on the boundary, the result of the boundary integration is always a value other than “0”.

【0037】そして、内部境界判定処理部103は、部
分領域内801内の全ての要素について、前述したよう
な境界積分を実施し、その結果が“0”以外の値となっ
た節点を集めて、図8(c)に示すような、領域名、境
界節点数、境界節点番号を持つその部分領域に対するテ
ーブル809を作成する。このテーブル809には内部
境界と解析領域の境界とが混在しているため、内部境界
判定処理部103は、入力情報106内の境界情報10
8を参照し、テーブル809から境界情報108に存在
する節点番号を削除して、図8(d)に示すような、内
部境界の境界節点数と節点番号とを持つ内部境界管理テ
ーブル810を作成する。
Then, the internal boundary determination processing unit 103 performs the above-described boundary integration for all elements in the partial area 801 and collects nodes whose result is a value other than “0”. 8C, a table 809 is created for the partial area having the area name, the number of boundary nodes, and the boundary node number. Since the internal boundary and the boundary of the analysis area are mixed in this table 809, the internal boundary determination processing unit 103 sets the boundary information 10 in the input information 106.
8, the node number existing in the boundary information 108 is deleted from the table 809, and an internal boundary management table 810 having the number of internal boundary nodes and the node number as shown in FIG. I do.

【0038】図9は図1に示した節点・要素番号付与処
理部104の処理について説明する図であり、以下、こ
れについて説明する。ここでは、図8により説明した部
分領域801に対する処理を行うものとして説明する。
FIG. 9 is a diagram for explaining the processing of the node / element number assigning section 104 shown in FIG. 1. This will be described below. Here, a description will be given assuming that the processing is performed on the partial area 801 described with reference to FIG.

【0039】節点・要素番号付与処理部104は、ま
ず、内部境界判定処理部103により作成された内部境
界管理テーブル810内に存在する節点を除いた図9
(a)に示す領域902に含まれる全ての節点に対して
通し番号を付与する。次に、節点・要素番号付与処理部
104は、内部境界管理テーブル810内に存在する節
点903に対して、前述で付与した通し番号に続く番号
による通し番号を付与し、部分領域801内の節点の全
てが通し番号を持つようにする。また、部分領域801
に含まれる要素についても、部分領域801内で通し番
号となるように、から順に要素番号が付与される。前
述の処理により部分領域801内の節点及び要素に節点
番号及び要素番号が付与された結果が、図9(b)に示
すものとなる。前述の処理は、部分領域の全てについて
実行される。
The node / element number assigning section 104 first removes nodes existing in the internal boundary management table 810 created by the internal boundary determining section 103 in FIG.
Serial numbers are assigned to all nodes included in the area 902 shown in FIG. Next, the node / element number assignment processing unit 104 assigns a serial number to the node 903 existing in the internal boundary management table 810 by a number following the serial number assigned above, and assigns all nodes in the partial area 801. Have serial numbers. Also, the partial area 801
Are also assigned element numbers in order from the beginning so as to be serial numbers in the partial area 801. FIG. 9B shows the result of assigning the node numbers and the element numbers to the nodes and elements in the partial area 801 by the above-described processing. The above-described processing is executed for all of the partial areas.

【0040】図10は図1に示した節点番号管理テーブ
ル作成処理部105の処理について説明する図であり、
以下、これについて説明する。ここでは、図2に示す解
析領域201全体が、前述までの処理により、内部境界
線1002〜1004によって4つの均一な部分領域に
分割され、各部分領域に対して、節点番号及び要素番号
が通し番号で付与されたものとして説明する。
FIG. 10 is a diagram for explaining the processing of the node number management table creation processing unit 105 shown in FIG.
Hereinafter, this will be described. Here, the entire analysis area 201 shown in FIG. 2 is divided into four uniform partial areas by the internal boundaries 1002 to 1004 by the processing described above, and the node number and the element number are serially numbered for each partial area. The description will be made assuming that the information has been given.

【0041】節点番号管理テーブル作成処理部105
は、解析領域201の内部境界線1002〜1004上
に存在する節点に対して、解析領域201全体で通し番
号となるように再度節点番号を付与する。このとき、こ
の節点番号は、解析領域201に含まれる全ての節点に
ついて節点番号を付与した場合に、末尾となるような通
し番号となるように与えられる。従って、内部境界線上
に存在する節点番号の先頭は、 先頭の番号=解析領域全体の節点数−内部境界上の節点
数+1 として求められる。
Node number management table creation processing unit 105
Assigns node numbers again to the nodes existing on the internal boundary lines 1002 to 1004 of the analysis area 201 so that the entire analysis area 201 has a serial number. At this time, the node numbers are given such that when all the nodes included in the analysis area 201 are assigned node numbers, they are serial numbers at the end. Therefore, the head of the node number existing on the internal boundary line is obtained as the head number = the number of nodes of the entire analysis area−the number of nodes on the internal boundary + 1.

【0042】例えば、解析領域201全体の節点数が1
57節点で、内部境界上に存在する節点数が23節点の
場合、内部境界線1002、1003、1004の上に
ある節点に対して、図10(a)に示すように、節点番
号135から昇順に与えられる。そして、節点番号管理
テーブル作成処理部105は、新たに付与した内部境界
線上の節点番号と節点・要素番号付与処理部103が作
成した内部境界管理テーブル810の節点番号との対応
を示す図10(b)に示すような節点番号管理テーブル
112を作成する。
For example, if the number of nodes in the entire analysis area 201 is 1
When the number of nodes existing on the internal boundary is 23 at 57 nodes, as shown in FIG. 10A, ascending order from the node number 135 to the nodes on the internal boundaries 1002, 1003, and 1004 Given to. Then, the node number management table creation processing unit 105 shows the correspondence between the newly assigned node number on the internal boundary line and the node number of the internal boundary management table 810 created by the node / element number assignment processing unit 103 (FIG. 10). A node number management table 112 as shown in b) is created.

【0043】図10(b)に示す節点番号管理テーブル
112は、部分領域1として示す部分領域1005に対
するものであり、同様な節点番号管理テーブル112が
他の部分領域に対しても作成される。その場合、2つの
部分領域との内部境界を有する部分領域の節点番号管理
テーブルには、2つの内部境界線上の節点番号の対応付
けが登録される。
The node number management table 112 shown in FIG. 10B is for the partial area 1005 shown as the partial area 1, and the same node number management table 112 is created for other partial areas. In that case, the correspondence of the node numbers on the two internal boundaries is registered in the node number management table of the partial area having the internal boundary with the two partial areas.

【0044】図11は出力情報110の1つである部分
領域分割情報111を説明する図である。この部分領域
分割情報111は、各部分領域毎に図8、図9により説
明した処理で新たに作成されたその部分領域に特有の節
点番号とその座標位置とを対応付けた節点情報1103
と、その部分領域に特有の要素番号とその要素を規定す
る節点番号I1〜I4とを対応付けた有限要素構成情報
1104とにより構成される。図11に示す例は、部分
領域1に対するものであり、他の部分領域に対する部分
領域分割情報も、前述と同様に作成される。
FIG. 11 is a view for explaining partial area division information 111 which is one of the output information 110. The partial area division information 111 includes, for each partial area, node information 1103 in which a node number unique to the partial area newly created in the processing described with reference to FIGS.
And finite element configuration information 1104 in which element numbers unique to the partial area are associated with node numbers I1 to I4 defining the elements. The example shown in FIG. 11 is for partial area 1, and partial area division information for other partial areas is created in the same manner as described above.

【0045】前述したように出力情報110として作成
された各部分領域毎の部分領域作成情報111と節点番
号管理テーブル112とは、並列処理を行う各計算機に
与えられ、各計算機がこれらの情報に基づいた処理を行
う。
As described above, the partial area creation information 111 for each partial area and the node number management table 112 created as the output information 110 are given to each computer that performs parallel processing, and each computer Perform processing based on

【0046】前述した本発明の一実施形態は、分割され
た均一な大きさの各部分領域毎の節点及び要素に節点番
号及び要素番号を独立に与え、さらに、部分領域と部分
領域との境界上に存在する節点に対して解析領域全体で
通し番号となるように節点番号を重複して与え、前記各
部分領域毎の節点番号と解析領域全体で通し番号となる
節点番号との対応を示す節点番号管理テーブルを生成す
るとして説明したが、本発明は、前記分割された均一な
大きさの部分領域について、部分領域と部分領域との境
界上に存在する節点に対して解析領域全体で通し番号と
なるように節点番号を与え、それ以外の各部分領域の節
点及び要素に対して節点番号及び要素番号を各部分領域
毎に独立に与えるようにしてもよい。これにより、節点
番号管理テーブルの生成を省略することができる。
According to the above-described embodiment of the present invention, the node number and the element number are independently assigned to the nodes and elements of each divided partial area having a uniform size, and the boundary between the partial areas is divided. Node numbers overlappingly give node numbers to the existing nodes so as to be serial numbers throughout the analysis area, and node numbers indicating the correspondence between the node numbers of each of the partial areas and the node numbers which are serial numbers throughout the analysis area. Although it has been described that the management table is generated, according to the present invention, for the divided uniform-sized partial areas, serial numbers are assigned to the nodes existing on the boundary between the partial areas and the entire analysis area. As described above, a node number may be assigned, and a node number and an element number may be assigned to each of the other partial regions independently of each other. Thereby, generation of the node number management table can be omitted.

【0047】図12は前述した本発明の一実施形態によ
る負荷分散方法を使用して数値シミュレーションを行わ
せた場合の効果を説明する図である。
FIG. 12 is a diagram for explaining the effect of performing a numerical simulation using the load distribution method according to the embodiment of the present invention.

【0048】一般に、数値シミュレーションは、物理現
象を支配している偏微分方程式を、空間及び時間方向に
離散化し、得られた連立1次方程式を解くことによっ
て、物理現象をシミュレートするものである。図12
(a)は、本発明を適用しない場合の連立1次方程式の
係数行列の状況の例を示している。この例では、非ゼロ
要素1202の突出した部分が全体に散らばっているた
め、連立1次方程式を解く際に無駄な計算が多く発生す
る。
In general, the numerical simulation simulates a physical phenomenon by discretizing a partial differential equation governing the physical phenomenon in the space and time directions, and solving the obtained simultaneous linear equation. . FIG.
(A) shows an example of the situation of the coefficient matrix of the system of linear equations when the present invention is not applied. In this example, since the protruding portions of the non-zero elements 1202 are scattered throughout, a lot of unnecessary calculations occur when solving the simultaneous linear equations.

【0049】これに対して、図12(b)は、本発明を
適用した場合の係数行列の状況の例を示している。本発
明による負荷分散方法を適用した場合、非ゼロ要素12
04は、内部境界の節点に対して節点番号管理テーブル
112で管理している通し番号を付与することによっ
て、非ゼロ要素が突出した部分1205を係数行列の末
尾に集中させることができる。これにより、本発明を適
用した場合、非ゼロ要素が突出した部分とそれ以外の部
分とを分離して連立1次方程式を解くことが可能になる
ため、高速に連立1次方程式を解くことが可能になる。
On the other hand, FIG. 12B shows an example of the situation of the coefficient matrix when the present invention is applied. When the load distribution method according to the present invention is applied, the non-zero element 12
No. 04 assigns a serial number managed in the node number management table 112 to a node at an internal boundary, so that a portion 1205 where a non-zero element protrudes can be concentrated at the end of the coefficient matrix. Accordingly, when the present invention is applied, it is possible to solve a system of linear equations by separating a portion where a non-zero element protrudes from another portion and solve the system of linear equations at high speed. Will be possible.

【0050】[0050]

【発明の効果】以上説明したように本発明によれば、数
値シミュレーションでの解析領域を、並列計算機の各プ
ロセッサへ演算負荷を均一に分配できるため、高速な並
列計算が可能になる。また、作成される係数行列のが連
立1次方程式解法の1つであるスカイライン法に適した
形状になるため、高速な連立1次方程式解法が可能にな
る。
As described above, according to the present invention, the analysis load in the numerical simulation can be evenly distributed to the processors of the parallel computer, so that high-speed parallel calculation can be performed. Further, since the coefficient matrix to be created has a shape suitable for the skyline method, which is one of the simultaneous linear equation solving methods, high-speed simultaneous linear equation solving can be performed.

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

【図1】本発明の一実施形態による負荷分散方法を実施
するシステムの構成及び処理の流れを説明する図であ
る。
FIG. 1 is a diagram illustrating a configuration and a processing flow of a system that implements a load distribution method according to an embodiment of the present invention.

【図2】入力情報の一例である解析領域の離散化情報を
説明する図である。
FIG. 2 is a diagram illustrating discretization information of an analysis area, which is an example of input information.

【図3】図2に示した入力情報の離散化情報に対する解
析領域分割情報及び解析領域の境界上に存在する節点番
号を管理する境界情報を説明する図である。
FIG. 3 is a diagram illustrating analysis region division information for discretized information of input information and boundary information for managing a node number existing on a boundary of the analysis region illustrated in FIG. 2;

【図4】解析領域分割処理部の構成と処理の流れとを説
明する図である。
FIG. 4 is a diagram illustrating the configuration and processing flow of an analysis region division processing unit.

【図5】部分領域分割処理部により解析領域を4個の部
分領域に分割した例を示す図である。
FIG. 5 is a diagram illustrating an example in which an analysis region is divided into four partial regions by a partial region division processing unit.

【図6】前述した部分領域補正処理部での部分領域の大
きさを補正する処理を説明するフローチャートである。
FIG. 6 is a flowchart illustrating a process of correcting the size of a partial region in the above-described partial region correction processing unit.

【図7】補正された部分領域により分割された解析領域
の例を示す図である。
FIG. 7 is a diagram illustrating an example of an analysis area divided by a corrected partial area.

【図8】図1に示した内部境界判定処理部による内部境
界の検出について説明する図である。
FIG. 8 is a diagram illustrating detection of an internal boundary by an internal boundary determination processing unit illustrated in FIG. 1;

【図9】図1に示した節点・要素番号付与処理部の処理
について説明する図である。
FIG. 9 is a diagram illustrating a process of a node / element number assignment processing unit illustrated in FIG. 1;

【図10】図1に示した節点番号管理テーブル作成処理
部の処理について説明する図である。
FIG. 10 is a diagram illustrating a process of a node number management table creation processing unit illustrated in FIG. 1;

【図11】出力情報の1つである部分領域分割情報を説
明する図である。
FIG. 11 is a diagram illustrating partial area division information that is one of output information.

【図12】前述した本発明の一実施形態による負荷分散
方法を使用して数値シミュレーションを行わせた場合の
効果を説明する図である。
FIG. 12 is a diagram illustrating an effect when a numerical simulation is performed using the load distribution method according to the embodiment of the present invention described above.

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

101 負荷分散処理部 102 解析領域分割処理部 103 内部境界判定処理部 104 節点・要素番号付与処理部 105 節点番号管理テーブル作成処理部 106 入力情報 110 出力情報 402 領域サイズ検出処理部 403 部分領域分割処理部 404 部分領域補正処理部 Reference Signs List 101 load distribution processing unit 102 analysis region division processing unit 103 internal boundary determination processing unit 104 node / element number assignment processing unit 105 node number management table creation processing unit 106 input information 110 output information 402 region size detection processing unit 403 partial region division processing Unit 404 Partial area correction processing unit

───────────────────────────────────────────────────── フロントページの続き (72)発明者 長谷川 里美 神奈川県横浜市戸塚区戸塚町5030番地 株 式会社日立製作所ソフトウェア開発本部内 (72)発明者 河村 宏樹 神奈川県横浜市中区尾上町六丁目81番地 日立ソフトウェアエンジニアリング株式会 社内 ──────────────────────────────────────────────────の Continuing on the front page (72) Inventor Satomi Hasegawa 5030 Totsuka-cho, Totsuka-ku, Yokohama-shi, Kanagawa Prefecture Inside the Software Development Division of Hitachi, Ltd. 81 Hitachi Software Engineering Co., Ltd.

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 数値シミュレーションのための空間方向
に離散化して多数の節点及び要素に領域分割された解析
領域を分割した部分領域のそれぞれを、並列計算機を構
成する各計算機に与える負荷分散方法において、前記解
析領域を並列計算に使用する計算機の台数分のほぼ均一
な大きさの部分領域に分割し、分割された各部分領域毎
の節点及び要素に節点番号及び要素番号を独立に与え、
さらに、部分領域と部分領域との境界上に存在する節点
に対して解析領域全体で通し番号となるように節点番号
を重複して与え、前記各部分領域毎の節点番号と解析領
域全体で通し番号となる節点番号との対応を示す節点番
号管理テーブルを生成することことを特徴とする負荷分
散方法。
1. A load distribution method in which each of partial regions obtained by dividing an analysis region, which is divided into a number of nodes and elements by spatial discretization for numerical simulation, is provided to each computer constituting a parallel computer. Dividing the analysis region into sub-regions of substantially uniform size corresponding to the number of computers used for parallel computation, and independently giving node numbers and element numbers to nodes and elements of each of the divided sub-regions,
Furthermore, node numbers that overlap on the entire analysis region are assigned to nodes existing on the boundary between the partial region and the partial region so as to be serial numbers, and the node number for each of the partial regions and the serial number for the entire analysis region are assigned. A load distribution method characterized by generating a node number management table indicating a correspondence with a node number.
【請求項2】 数値シミュレーションのための空間方向
に離散化して多数の節点及び要素に領域分割された解析
領域を分割した部分領域のそれぞれを、並列計算機を構
成する各計算機に与える負荷分散方法において、前記解
析領域を並列計算に使用する計算機の台数分のほぼ均一
な大きさの部分領域に分割し、部分領域と部分領域との
境界上に存在する節点に対して解析領域全体で通し番号
となるように節点番号を与え、それ以外の各部分領域の
節点及び要素に対して節点番号及び要素番号を各部分領
域毎に独立に与えることを特徴とする負荷分散方法。
2. A load distribution method in which each of partial regions obtained by dividing an analysis region, which has been divided into a large number of nodes and elements by spatial discretization for numerical simulation, is provided to each computer constituting a parallel computer. The analysis area is divided into sub-areas having a substantially uniform size corresponding to the number of computers used for the parallel calculation, and the serial numbers are assigned to the nodes existing on the boundary between the sub-areas and the entire analysis area. A node number and a node number and an element number are independently assigned to nodes and elements of other partial areas for each partial area.
【請求項3】 数値シミュレーションのための空間方向
に離散化して多数の節点及び要素に領域分割された解析
領域を分割した部分領域のそれぞれを、並列計算機を構
成する各計算機に与える負荷分散方法において、並列計
算に使用する計算機の台数分に予め分割した各部分領域
に対して、部分領域と部分領域の境界上に存在する節点
に対して、解析領域全体で通し番号となるように節点番
号を重複して与え、各部分領域単位に付与されている節
点番号と解析領域全体で通し番号となるように付与した
節点番号との対応を示す節点番号管理テーブルを生成す
ることを特徴とする負荷分散方法。
3. A load distribution method in which each of partial regions obtained by dividing an analysis region, which has been divided into a large number of nodes and elements by spatial discretization for numerical simulation, is provided to each computer constituting a parallel computer. For each partial area divided in advance by the number of computers used for parallel calculation, the node numbers are overlapped so that the serial numbers are assigned to the nodes existing on the boundary between the partial areas and the partial area so that the entire analysis area has a serial number. And generating a node number management table indicating a correspondence between the node number assigned to each partial area unit and the node number assigned so as to be a serial number in the entire analysis area.
JP20672897A 1997-07-31 1997-07-31 Method for load distribution Pending JPH1153325A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP20672897A JPH1153325A (en) 1997-07-31 1997-07-31 Method for load distribution

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP20672897A JPH1153325A (en) 1997-07-31 1997-07-31 Method for load distribution

Publications (1)

Publication Number Publication Date
JPH1153325A true JPH1153325A (en) 1999-02-26

Family

ID=16528131

Family Applications (1)

Application Number Title Priority Date Filing Date
JP20672897A Pending JPH1153325A (en) 1997-07-31 1997-07-31 Method for load distribution

Country Status (1)

Country Link
JP (1) JPH1153325A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007280307A (en) * 2006-04-11 2007-10-25 Nuclear Fuel Ind Ltd Method of managing segmented region for parallel computation
JP2011028464A (en) * 2009-07-24 2011-02-10 Hitachi Ltd Batch processing multiplexing method
JP2014211699A (en) * 2013-04-17 2014-11-13 富士通株式会社 Allocation method, allocation program, information processing apparatus, and analysis system

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007280307A (en) * 2006-04-11 2007-10-25 Nuclear Fuel Ind Ltd Method of managing segmented region for parallel computation
JP4523565B2 (en) * 2006-04-11 2010-08-11 原子燃料工業株式会社 Partitioned area management method for parallel computing
JP2011028464A (en) * 2009-07-24 2011-02-10 Hitachi Ltd Batch processing multiplexing method
JP2014211699A (en) * 2013-04-17 2014-11-13 富士通株式会社 Allocation method, allocation program, information processing apparatus, and analysis system

Similar Documents

Publication Publication Date Title
KR0160367B1 (en) Mesh generator and generating method
EP1550059B1 (en) A system and method for reducing wire delay or congestion during synthesis of hardware solvers
JP4999013B2 (en) Integrated OPC verification tool
JP3921367B2 (en) Data processing apparatus and method, computer program, information storage medium, parallel processing apparatus, data processing system
WO2018131457A1 (en) Information processing device, program and information processing method
Pogarskaia et al. Simulation and optimization of aircraft assembly process using supercomputer technologies
Giuliani et al. Adaptive mesh refinement on graphics processing units for applications in gas dynamics
Goudarzi et al. Design of a universal logic block for fault-tolerant realization of any logic operation in trapped-ion quantum circuits
JPH04213118A (en) Program translation processor
JPH1153325A (en) Method for load distribution
Sundar et al. Massive parallelization and performance enhancement of an immersed boundary method based unsteady flow solver
Abalakin et al. Parallel Algorithm for Flow Simulation in Rotor–Stator Systems Based on Edge-Based Schemes
Luksch Parallel and distributed implementation of large industrial applications
Parsons et al. Generating parallel programs from skeleton based specifications
Quell et al. Parallelized construction of extension velocities for the level-set method
WO2009061551A2 (en) Distributed mask data preparation
Rathmayer et al. Parallelizing CFX-TfC, a state of the art industrial CFD package
JP2831727B2 (en) Hardware resource allocation support system
Chin et al. Static and dynamic memory footprint reduction for fpga routing algorithms
Liu et al. A Complement Graph Based Heuristic Algorithm for Embedded Register Allocation
Wang et al. Node-based dynamic adaptive grid with quadrilateral and hexahedral elements
JP2023014560A (en) Information processing apparatus, information processing method, and program
JP3180984B2 (en) Scheduling method of processing operation in semiconductor integrated circuit
JP2831726B2 (en) Memory element allocation support device
Symons et al. Development of a method of optimising data distribution on a loosely coupled multiprocessor system