JP2011008382A - Particle behavior analysis system, information processing apparatus, particle behavior analysis apparatus, information processing system and program - Google Patents

Particle behavior analysis system, information processing apparatus, particle behavior analysis apparatus, information processing system and program Download PDF

Info

Publication number
JP2011008382A
JP2011008382A JP2009149512A JP2009149512A JP2011008382A JP 2011008382 A JP2011008382 A JP 2011008382A JP 2009149512 A JP2009149512 A JP 2009149512A JP 2009149512 A JP2009149512 A JP 2009149512A JP 2011008382 A JP2011008382 A JP 2011008382A
Authority
JP
Japan
Prior art keywords
calculation
particle behavior
analysis
particle
processing
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
JP2009149512A
Other languages
Japanese (ja)
Inventor
Takehiro Seko
丈裕 世古
Nobuyuki Hirooka
信行 廣岡
Hideki Okamoto
英樹 岡本
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.)
Fujifilm Business Innovation Corp
Original Assignee
Fuji Xerox Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fuji Xerox Co Ltd filed Critical Fuji Xerox Co Ltd
Priority to JP2009149512A priority Critical patent/JP2011008382A/en
Publication of JP2011008382A publication Critical patent/JP2011008382A/en
Pending legal-status Critical Current

Links

Images

Abstract

PROBLEM TO BE SOLVED: To prevent a difference in throughput between computers from adversely influencing the time for particle behavior analysis using a plurality of computers for parallel computing.SOLUTION: Elements requiring heavy analysis load are preferentially assigned to high-throughput computers, and elements requiring light analysis load are preferentially assigned to low-throughput computers. For example, Of four quad-cores 234B, quad-cores 234B_0 and 234B_1 have a relatively high throughput, and quad-cores 234B_2 and 234B_3 have a relatively low throughput. Sixteen developer particles 102 belonging to a development nip area T1 requiring heavy computational load of interparticle interaction are allotted to particle numbers 0-15 assigned to the quad-cores 234B_0 and 234B_1. Developer particles 102 belonging to a first area T2 and a second area T3 requiring light computational load of interparticle interaction are allotted to particle numbers 16-31 assigned to the quad-cores 234B_2 and 234B_3.

Description

本発明は、粒子挙動解析システム、情報処理装置、粒子挙動解析装置、情報処理システム、プログラムに関する。   The present invention relates to a particle behavior analysis system, an information processing device, a particle behavior analysis device, an information processing system, and a program.

情報処理を行なう場合に、処理時間の短縮を目的として、情報処理装置や電子計算装置(計算機とも称する)を複数台使用し、各装置の並行動作による分散処理を行なうことが提案されている(特許文献1,2を参照)。   In the case of performing information processing, it has been proposed to use a plurality of information processing devices and electronic computing devices (also referred to as computers) for the purpose of reducing processing time, and to perform distributed processing by parallel operation of each device ( (See Patent Documents 1 and 2).

特開2007−193152号公報JP 2007-193152 A 特開2008−084009号公報JP 2008-084009 A

たとえば、特許文献1では、粒子の挙動をシミュレーションにより解析する場合に、力分割並行アルゴリズムにより並行処理を実現する仕組みが提案されている。たとえば、各粒子の磁気力、静電気力、接触力の各粒子間相互作用について、それぞれ各別の力マトリクスを用いて、特定プロセッサに分散して計算し、特定プロセッサ間で通信し、分散して計算した相互作用力の和を求め、各粒子の運動方程式を解いて位置座標を計算する。各粒子の位置座標を特定プロセッサに通信し、計算情報を更新し、予め決められた計算ステップに到達するまで、同様の処理を繰り返す。これにより、特許文献1の仕組みを適用しない場合よりもプロセッサ間の通信量を低減させることで、解析処理時間の短縮を図るようにしている。   For example, Patent Document 1 proposes a mechanism for realizing parallel processing using a force-division parallel algorithm when analyzing the behavior of particles by simulation. For example, each particle's magnetic force, electrostatic force, and contact force interaction between particles is calculated by using a separate force matrix, distributed to specific processors, communicated between specific processors, and distributed. The sum of the calculated interaction forces is obtained, and the position coordinate is calculated by solving the equation of motion of each particle. The position coordinates of each particle are communicated to the specific processor, the calculation information is updated, and the same processing is repeated until a predetermined calculation step is reached. As a result, the amount of communication between processors is reduced as compared with the case where the mechanism of Patent Document 1 is not applied, thereby shortening the analysis processing time.

特許文献2では、複数の異なる種類のプロセッサコアにより構成されたマルチコアプロセッサ(ヘテロジーニアスなマルチコアプロセッサと称する)において、タスクごとに処理に最も適したプロセッサコアを利用することで、特許文献2の仕組みを適用しない場合よりも、タスクを動的に効率よくプロセッサコアへ割り当てる仕組みが提案されている。たとえば、最初にタスクを実行する際に、ハードウェア資源の利用情報をパフォーマンスモニタで収集し、2回目以降の再実行時には以前に収集されたタスクのハードウェア資源の利用情報を参照して、処理させる1つのプロセッサコアを選択するようにしている。   In Patent Document 2, in a multi-core processor (referred to as a heterogeneous multi-core processor) configured by a plurality of different types of processor cores, a processor core that is most suitable for processing for each task is used. A mechanism for dynamically and efficiently allocating tasks to processor cores has been proposed, compared to the case where no is applied. For example, when the task is executed for the first time, the hardware resource usage information is collected by the performance monitor, and at the second and subsequent re-executions, the hardware resource usage information of the task collected before is referred to and processed. One processor core to be selected is selected.

本発明は、複数の情報処理装置や電子計算装置で並行処理を実行する際に、複数の装置の中に他とは処理性能の異なるものが存在する場合であっても、大きな速度低下を起こさずにシステムを構成する全ての装置の処理性能を利用することのできる仕組みを提供することを目的とする。   In the present invention, when parallel processing is executed by a plurality of information processing devices and electronic computing devices, even if a plurality of devices have processing performance different from the others, the speed is greatly reduced. It is an object of the present invention to provide a mechanism that can utilize the processing performance of all the devices constituting the system.

請求項1に記載の発明は、分配された解析対象要素を受け付ける受付部および前記受付部が受け付けた解析対象要素に基づき予め決められた並行処理の分割法に従って粒子挙動計算を行なう粒子挙動計算部を具備した複数の粒子挙動解析装置と、解析対象範囲内の解析対象要素を、前記複数の粒子挙動解析装置のそれぞれに分配する第1の分配処理部を備えた情報処理装置と、を備え、前記第1の分配処理部は、前記複数の粒子挙動解析装置の前記粒子挙動計算部の処理性能に基づき、各粒子挙動解析装置が扱う解析対象要素を分配する粒子挙動解析システムである。   The invention described in claim 1 is a reception unit that receives distributed analysis target elements, and a particle behavior calculation unit that performs particle behavior calculation according to a predetermined parallel processing division method based on the analysis target elements received by the reception unit. A plurality of particle behavior analysis devices, and an information processing device including a first distribution processing unit that distributes analysis target elements within a range to be analyzed to each of the plurality of particle behavior analysis devices, The first distribution processing unit is a particle behavior analysis system that distributes analysis target elements handled by each particle behavior analysis device based on the processing performance of the particle behavior calculation unit of the plurality of particle behavior analysis devices.

請求項2に記載の発明は、請求項1に記載の発明において、前記第1の分配処理部は、前記粒子挙動計算部を具備した複数の粒子挙動解析装置の何れかに設けられている。   According to a second aspect of the present invention, in the first aspect of the invention, the first distribution processing unit is provided in any of a plurality of particle behavior analysis apparatuses including the particle behavior calculation unit.

請求項3に記載の発明は、請求項1または2に記載の発明において、前記粒子挙動解析装置は、前記粒子挙動計算部が、前記予め決められた並行処理の分割法に従って前記記憶部との間で計算情報の入出力を行ないながら粒子挙動計算を行なう複数の粒子挙動計算機能部の組合せで構成されており、さらに、前記第1の分配処理部により当該粒子挙動解析装置に分配された解析対象要素を、前記複数の粒子挙動計算機能部のそれぞれに分配する第2の分配処理部を備え、前記第2の分配処理部は、前記複数の粒子挙動計算機能部の処理性能に基づき、各粒子挙動計算機能部が扱う解析対象要素を分配する。   According to a third aspect of the present invention, in the first or second aspect of the present invention, the particle behavior analysis apparatus is configured such that the particle behavior calculation unit is connected to the storage unit according to the predetermined parallel processing division method. And a combination of a plurality of particle behavior calculation function units that perform particle behavior calculation while inputting / outputting calculation information between them, and the analysis distributed to the particle behavior analysis device by the first distribution processing unit A second distribution processing unit that distributes the target element to each of the plurality of particle behavior calculation function units, the second distribution processing unit based on the processing performance of the plurality of particle behavior calculation function units, Distributes the analysis target elements handled by the particle behavior calculation function unit.

請求項4に記載の発明は、請求項3に記載の発明において、前記粒子挙動計算機能部が、さらに、前記予め決められた並行処理の分割法に従って前記記憶部との間で計算情報の入出力を行ないながら粒子挙動計算を行なう複数の粒子挙動計算機能部の組合せで構成されている。   According to a fourth aspect of the present invention, in the invention according to the third aspect, the particle behavior calculation function unit further inputs calculation information to and from the storage unit according to the predetermined parallel processing division method. It is composed of a combination of a plurality of particle behavior calculation function units that perform particle behavior calculation while outputting.

請求項5に記載の発明は、予め決められた並行処理の分割法に従って粒子挙動計算を行なう粒子挙動計算部を具備した複数の粒子挙動解析装置に対して、解析対象範囲内の解析対象要素を各粒子挙動解析装置の各粒子挙動計算部のそれぞれに分配する分配処理部を備え、前記分配処理部は、前記複数の粒子挙動解析装置の前記粒子挙動計算部の処理性能に基づき、各粒子挙動解析装置が扱う解析対象要素を分配する情報処理装置である。   The invention according to claim 5 provides an analysis target element within an analysis target range for a plurality of particle behavior analysis devices including a particle behavior calculation unit that performs particle behavior calculation according to a predetermined parallel processing division method. A distribution processing unit that distributes to each particle behavior calculation unit of each particle behavior analysis device, the distribution processing unit based on the processing performance of the particle behavior calculation unit of the plurality of particle behavior analysis devices This is an information processing apparatus that distributes analysis target elements handled by the analysis apparatus.

請求項6に記載の発明は、請求項5に記載の発明において、前記分配処理部は、複数の前記粒子挙動計算部の何れかに他と処理性能の差がある場合に、解析対象範囲内の解析対象要素を均等に分配した場合よりも各粒子挙動計算部での解析処理時間の差が小さくなるように、各粒子挙動計算部が扱う解析対象要素の量を制御する。   The invention according to claim 6 is the invention according to claim 5, wherein the distribution processing unit is within the analysis target range when any of the plurality of particle behavior calculation units has a difference in processing performance from the others. The amount of analysis target elements handled by each particle behavior calculation unit is controlled so that the difference in analysis processing time in each particle behavior calculation unit is smaller than when the analysis target elements are evenly distributed.

請求項7に記載の発明は、予め決められた並行処理の分割法に従って粒子挙動計算を行なう複数の粒子挙動計算機能部の組合せで構成されている粒子挙動計算部を具備した複数の粒子挙動解析装置のそれぞれに分配された解析対象要素をさらに各粒子挙動計算機能部のそれぞれに分配する分配処理部を備え、前記分配処理部は、前記複数の粒子挙動計算機能部の処理性能に基づき、各粒子挙動計算機能部が扱う解析対象要素を分配する情報処理装置である。   The invention according to claim 7 is a plurality of particle behavior analysis comprising a particle behavior calculation unit composed of a combination of a plurality of particle behavior calculation function units for performing particle behavior calculation according to a predetermined parallel processing division method. A distribution processing unit that further distributes the analysis target element distributed to each of the devices to each of the particle behavior calculation function units, the distribution processing unit based on the processing performance of the plurality of particle behavior calculation function units, This is an information processing device that distributes analysis target elements handled by the particle behavior calculation function unit.

請求項8に記載の発明は、請求項7に記載の発明において、前記分配処理部は、前記複数の粒子挙動計算機能部の何れかに他と処理性能の差がある場合に、解析対象範囲内の解析対象要素を均等に分配した場合よりも各粒子挙動計算機能部での解析処理時間の差が小さくなるように、各粒子挙動計算機能部が扱う解析対象要素の量を制御する。   The invention according to claim 8 is the analysis object range according to claim 7, wherein the distribution processing unit has an analysis target range when there is a difference in processing performance from any of the plurality of particle behavior calculation function units. The amount of analysis target elements handled by each particle behavior calculation function unit is controlled so that the difference in the analysis processing time in each particle behavior calculation function unit becomes smaller than when the analysis target elements are distributed evenly.

請求項9に記載の発明は、請求項5〜8の内の何れか一項に記載の発明において、前記分配処理部は、解析対象領域中の粒子密度と前記処理性能に基づき、前記解析対象要素を分配する。   The invention according to claim 9 is the invention according to any one of claims 5 to 8, wherein the distribution processing unit is configured to analyze the analysis target based on a particle density in the analysis target region and the processing performance. Distribute elements.

請求項10に記載の発明は、請求項9に記載の発明において、前記分配処理部は、粒子密度が高いものについては処理性能の高いものに前記解析対象要素を分配し、粒子密度が低いものについては処理性能の低いものに前記解析対象要素を分配する。   The invention according to claim 10 is the invention according to claim 9, wherein the distribution processing unit distributes the element to be analyzed to those having a high processing performance for those having a high particle density, and has a low particle density. Is distributed to those having low processing performance.

請求項11に記載の発明は、請求項5〜8の内の何れか一項に記載の発明において、前記分配処理部は、粒子が属する領域と前記処理性能に基づき、前記解析対象要素を分配する。   The invention according to claim 11 is the invention according to any one of claims 5 to 8, wherein the distribution processing unit distributes the analysis target element based on a region to which particles belong and the processing performance. To do.

請求項12に記載の発明は、 請求項11に記載の発明において、前記分配処理部は、粒子数が多い領域については処理性能の高いものに前記解析対象要素を分配し、粒子数が少ない領域については処理性能の低いものに前記解析対象要素を分配する。   The invention according to a twelfth aspect is the invention according to the eleventh aspect, wherein the distribution processing unit distributes the element to be analyzed to a region having a high processing performance for a region having a large number of particles, and a region having a small number of particles. Is distributed to those having low processing performance.

請求項13に記載の発明は、請求項5〜8,11,12の内の何れか一項に記載の発明において、前記分配処理部は、粒子の種類と前記処理性能に基づき、前記解析対象要素を分配する。   The invention according to a thirteenth aspect is the invention according to any one of the fifth to eighth, eleventh, and twelfth aspects, wherein the distribution processing unit is configured to analyze the analysis object based on a type of particles and the processing performance. Distribute elements.

請求項14に記載の発明は、請求項13に記載の発明において、前記分配処理部は、解析対象領域中で、粒子数が多いものについては処理性能の高いものに前記解析対象要素を分配し、粒子数が少ないものについては処理性能の低いものに前記解析対象要素を分配する。   According to a fourteenth aspect of the present invention, in the invention according to the thirteenth aspect, the distribution processing unit distributes the analysis target elements to those having a high processing performance for those having a large number of particles in the analysis target region. For those having a small number of particles, the analysis target element is distributed to those having a low processing performance.

請求項15に記載の発明は、請求項5〜14の内の何れか一項に記載の発明において、前記分配処理部は、粒子挙動解析処理の進行に伴う解析対象範囲内の解析対象要素の量の変化に応じて、前記情報処理装置による計算情報の複写および入替えと協働して、前記解析対象要素を再分配する。   The invention according to claim 15 is the invention according to any one of claims 5 to 14, wherein the distribution processing unit is configured to analyze the analysis target element within the analysis target range as the particle behavior analysis process proceeds. The analysis target element is redistributed in cooperation with copying and replacement of calculation information by the information processing apparatus according to a change in quantity.

請求項16に記載の発明は、請求項15に記載の発明において、前記粒子挙動解析装置との間で計算情報の複写と入替えを行なう第2の情報処理装置が粒子挙動解析システムに備えられている場合に、前記分配処理部は、粒子挙動計算の負荷が高くなったものと粒子挙動計算の負荷が低くなったものとを交換するように、前記解析対象要素を再分配し、前記第2の情報処理装置に対しては、粒子挙動計算の負荷が高くなったものと粒子挙動計算の負荷が低くなったものとの間で、計算情報の複写と入替えを行なうように制御する。   The invention according to claim 16 is the invention according to claim 15, wherein the particle behavior analysis system is provided with a second information processing device for copying and replacing calculation information with the particle behavior analysis device. The distribution processing unit redistributes the analysis target element so as to exchange the one having a high particle behavior calculation load and the one having a low particle behavior calculation load. The information processing apparatus is controlled so that the calculation information is copied and replaced between the one having a high particle behavior calculation load and the one having a low particle behavior calculation load.

請求項17に記載の発明は、予め決められた並行処理の分割法に従って粒子挙動計算を行なう粒子挙動計算部と、解析対象範囲内の解析対象要素を、前記粒子挙動計算部および通信手段で接続された他の粒子挙動解析装置の各粒子挙動計算部のそれぞれに分配する分配処理部と、を備え、前記分配処理部は、それぞれの前記粒子挙動計算部の処理性能に基づき、各粒子挙動計算部が扱う解析対象要素を分配する粒子挙動解析装置である。   The invention according to claim 17 connects a particle behavior calculation unit that performs particle behavior calculation according to a predetermined parallel processing division method, and an analysis target element within an analysis target range by the particle behavior calculation unit and the communication unit. A distribution processing unit that distributes to each of the particle behavior calculation units of the other particle behavior analysis apparatus, and the distribution processing unit calculates each particle behavior based on the processing performance of each of the particle behavior calculation units. It is a particle behavior analysis device which distributes the analysis object element which a part handles.

請求項18に記載の発明は、予め決められた並行処理の分割法に従って粒子挙動計算を行なう複数の粒子挙動計算機能部の組合せで構成されている粒子挙動計算部と、解析対象範囲内の解析対象要素を、前記複数の粒子挙動計算機能部のそれぞれに分配する分配処理部と、を備え、前記分配処理部は、前記複数の粒子挙動計算機能部の処理性能に基づき、各粒子挙動計算機能部が扱う解析対象要素を分配する粒子挙動解析装置である。   The invention according to claim 18 includes a particle behavior calculation unit configured by a combination of a plurality of particle behavior calculation function units for performing particle behavior calculation according to a predetermined parallel processing division method, and an analysis within the analysis target range. A distribution processing unit that distributes the target element to each of the plurality of particle behavior calculation function units, the distribution processing unit based on the processing performance of the plurality of particle behavior calculation function units, It is a particle behavior analysis device which distributes the analysis object element which a part handles.

請求項19に記載の発明は、入力された計算対象要素について計算処理を行なう複数の計算部と、通信手段で接続された前記複数の計算部のそれぞれに計算対象要素を分配する分配処理部と、を備え、前記分配処理部は、前記複数の計算部の処理性能に基づき、各計算部が扱う計算対象要素を分配する情報処理システムである。   The invention according to claim 19 includes a plurality of calculation units that perform calculation processing on the input calculation target element, and a distribution processing unit that distributes the calculation target element to each of the plurality of calculation units connected by communication means. The distribution processing unit is an information processing system that distributes calculation target elements handled by each calculation unit based on the processing performance of the plurality of calculation units.

請求項20に記載の発明は、入力された計算情報について情報処理計算を行なう複数の計算部に対して、前記複数の計算部の各処理性能に基づき、各計算部が扱う計算情報をそれぞれ分配する分配処理部として電子計算装置を機能させるプログラムである。   The invention according to claim 20 distributes the calculation information handled by each calculation unit to a plurality of calculation units that perform information processing calculation on the input calculation information based on each processing performance of the calculation units. This is a program that causes an electronic computer to function as a distribution processing unit.

請求項1,5,17,19,20に記載の発明によれば、システムを構成する複数の装置の中に他とは処理性能の異なるものが存在する場合であっても、本発明の分配処理部を有さない場合に比較して、大きな速度低下を起こさずに全ての装置の処理性能を利用して並行処理を実行することができる。   According to the first, fifth, 17, 19, and 20th aspects of the present invention, the distribution of the present invention can be performed even when a plurality of devices constituting the system have processing performance different from others. Compared to the case where the processing unit is not provided, parallel processing can be executed using the processing performance of all apparatuses without causing a large speed reduction.

請求項2に記載の発明によれば、粒子挙動解析を行なう装置と解析対象要素を各装置に分配する情報処理装置を各別の装置で構成する場合よりもシステムをコンパクトにできる。   According to the second aspect of the present invention, the system can be made more compact than the case where the apparatus for performing particle behavior analysis and the information processing apparatus for distributing the analysis target element to each apparatus are constituted by different apparatuses.

請求項3,7,18に記載の発明によれば、各装置の計算部の粒子挙動計算機能部がさらに複数の粒子挙動計算機能部の組合せで構成されている場合において、つまり、各装置の計算部が1つのマルチコアで構成されている場合において、マルチコアを構成する複数の粒子挙動計算機能部の中に他とは処理性能の異なるものが存在する場合であっても、本発明の分配処理部を有さない場合に比較して、大きな速度低下を起こさずに全ての粒子挙動計算機能部の処理性能を利用して並行処理を実行することができる。   According to invention of Claim 3, 7, 18, when the particle behavior calculation function part of the calculation part of each apparatus is further comprised by the combination of several particle behavior calculation function part, that is, of each apparatus. In the case where the calculation unit is composed of one multi-core, the distribution processing according to the present invention can be performed even when a plurality of particle behavior calculation function units constituting the multi-core have different processing performance from the others. Compared to the case where there is no unit, parallel processing can be executed using the processing performance of all the particle behavior calculation function units without causing a large speed reduction.

請求項4に記載の発明によれば、各装置の計算部の粒子挙動計算機能部がさらに複数の粒子挙動計算機能部の組合せで構成されている場合において、つまり、各装置の計算部が複数のマルチコアで構成されている場合において、マルチコアを構成する複数の粒子挙動計算機能部の中に他とは処理性能の異なるものが存在する場合であっても、複数の粒子挙動計算機能部の全てにそれぞれの処理性能に応じた処理量を割り当てることができる。   According to the invention described in claim 4, when the particle behavior calculation function unit of the calculation unit of each device is further configured by a combination of a plurality of particle behavior calculation function units, that is, a plurality of calculation units of each device. In the case of a multi-core configuration, all of the plurality of particle behavior calculation function units are included even when there are different particle performance calculation function units constituting the multi-core. Can be assigned a processing amount corresponding to each processing performance.

請求項6,8に記載の発明によれば、解析対象要素を均等に分配した場合よりも解析処理時間を短縮できる。   According to the sixth and eighth aspects of the invention, the analysis processing time can be shortened compared with the case where the analysis target elements are evenly distributed.

請求項9に記載の発明によれば、解析負荷が粒子密度の影響を受ける場合であっても、複数の装置の全てにそれぞれの処理性能に応じた処理量を割り当てて、複数の装置の全てを無駄なく利用して、並行処理を実行することができる。   According to the ninth aspect of the present invention, even when the analysis load is affected by the particle density, all the plurality of apparatuses are allotted a processing amount corresponding to each processing performance to all of the plurality of apparatuses. Can be executed without waste.

請求項10に記載の発明によれば、解析負荷が粒子密度の影響を受ける場合であっても、請求項10の構成を適用しない場合よりも処理時間を短くすることができる。   According to the invention described in claim 10, even when the analysis load is affected by the particle density, the processing time can be shortened as compared with the case where the configuration of claim 10 is not applied.

請求項11に記載の発明によれば、解析負荷が粒子が属する領域の影響を受ける場合であっても、複数の装置の全てにそれぞれの処理性能に応じた処理量を割り当てて、複数の装置の全てを無駄なく利用して、並行処理を実行することができる。   According to the invention of claim 11, even when the analysis load is affected by the region to which the particles belong, all of the plurality of devices are allotted a processing amount according to their processing performance, and the plurality of devices It is possible to execute parallel processing using all of the above without waste.

請求項12に記載の発明によれば、解析負荷が粒子が属する領域の影響を受ける場合であっても、請求項12の構成を適用しない場合よりも処理時間を短くすることができる。   According to the twelfth aspect of the present invention, even when the analysis load is affected by the region to which the particles belong, the processing time can be shortened compared with the case where the configuration of the twelfth aspect is not applied.

請求項13に記載の発明によれば、解析負荷が粒子種の影響を受ける場合であっても、複数の装置の全てにそれぞれの処理性能に応じた処理量を割り当てて、複数の装置の全てを無駄なく利用して、並行処理を実行することができる。   According to the invention described in claim 13, even when the analysis load is affected by the particle type, all of the plurality of devices are allocated by assigning a processing amount corresponding to each processing performance to all of the plurality of devices. Can be executed without waste.

請求項14に記載の発明によれば、解析負荷が粒子種の影響を受ける場合であっても、請求項14の構成を適用しない場合よりも処理時間を短くすることができる。   According to the invention described in claim 14, even when the analysis load is affected by the particle type, the processing time can be shortened compared with the case where the configuration of claim 14 is not applied.

請求項15に記載の発明によれば、解析処理の進行に伴い解析対象要素の量に変化が起こる場合であっても、その変化に応じて複数の装置の全てにそれぞれの処理性能に応じた処理量を割り当てて、複数の装置の全てを無駄なく利用して、並行処理を実行することができる。   According to the fifteenth aspect of the present invention, even when the amount of the analysis target element changes with the progress of the analysis processing, all of the plurality of devices according to the change respond to each processing performance. Parallel processing can be executed by assigning a processing amount and using all of the plurality of apparatuses without waste.

請求項16に記載の発明によれば、解析処理の進行に伴い解析対象要素の量に変化が起こる場合であっても、請求項16の構成を適用しない場合よりも処理時間を短くすることができる。   According to the sixteenth aspect of the present invention, even when the amount of the analysis target element changes as the analysis process proceeds, the processing time can be shortened compared to the case where the configuration of the sixteenth aspect is not applied. it can.

印刷装置(プリンタ)や複写装置(コピー機)などの電子写真方式の画像形成装置の一構成例を示す図である。1 is a diagram illustrating a configuration example of an electrophotographic image forming apparatus such as a printing apparatus (printer) or a copying apparatus (copier). 粒子挙動解析システムの第1構成例を説明する図である。It is a figure explaining the 1st structural example of a particle behavior analysis system. 粒子挙動解析システムの第2構成例を説明する図である。It is a figure explaining the 2nd structural example of a particle behavior analysis system. 粒子挙動解析システムの第3構成例を説明する図である。It is a figure explaining the 3rd structural example of a particle behavior analysis system. 粒子挙動解析装置の第1構成例を説明する図(主粒子挙動解析装置に着目)である。It is a figure explaining the 1st structural example of a particle behavior analyzer (attention is paid to the main particle behavior analyzer). 粒子挙動解析装置の第1構成例を説明する図(副粒子挙動解析装置に着目)である。It is a figure explaining the 1st structural example of a particle behavior analyzer (attention is paid to a secondary particle behavior analyzer). 粒子挙動解析装置の第2構成例を説明する図(主粒子挙動解析装置に着目)である。It is a figure explaining the 2nd structural example of a particle behavior analyzer (attention is paid to the main particle behavior analyzer). 粒子挙動解析装置の第2構成例を説明する図(副粒子挙動解析装置に着目)である。It is a figure explaining the 2nd structural example of a particle behavior analyzer (focusing on a secondary particle behavior analyzer). 粒子挙動解析装置の第3構成例を説明する図(主粒子挙動解析装置に着目)である。It is a figure explaining the 3rd structural example of a particle behavior analyzer (focusing on a main particle behavior analyzer). 粒子挙動解析装置の第3構成例を説明する図(副粒子挙動解析装置に着目)である。It is a figure explaining the 3rd structural example of a particle behavior analyzer (focusing on a secondary particle behavior analyzer). 各計算機の処理能力と粒子間相互作用力の計算量に応じた分配制御の概要を説明する図である。It is a figure explaining the outline | summary of distribution control according to the processing capacity of each computer, and the calculation amount of the interaction force between particles. 処理能力と計算量に応じた分配制御の第1実施形態における、現像作用の行なわれる現像ニップ領域とその近傍での粒子の運動状況を説明する図である。It is a figure explaining the movement situation of the particle | grains in the development nip area | region where a developing action is performed, and its vicinity in 1st Embodiment of distribution control according to a processing capacity and calculation amount. 第1実施形態を適用した力マトリクスとプロセッサの関係を説明する図である。It is a figure explaining the relationship between the force matrix to which 1st Embodiment is applied, and a processor. 処理能力と計算量に応じた分配制御の第2実施形態を適用した力マトリクスとプロセッサの関係を説明する図である。It is a figure explaining the relationship between the force matrix and processor which applied 2nd Embodiment of the distribution control according to a processing capacity and calculation amount. 処理能力と計算量に応じた分配制御の第3実施形態における、規制トリマーによる層形成プロセスでの粒子の運動状況を説明する図である。It is a figure explaining the movement condition of the particle | grains in the layer formation process by a regulation trimmer in 3rd Embodiment of distribution control according to a processing capacity and calculation amount. 第3実施形態を適用した力マトリクスとプロセッサの関係を説明する図である。It is a figure explaining the relationship between the force matrix and processor which applied 3rd Embodiment. 処理能力と計算量に応じた分配制御の第4実施形態を適用した第4構成例の粒子挙動解析システムを示す図である。It is a figure which shows the particle behavior analysis system of the 4th structural example to which 4th Embodiment of distribution control according to processing capacity and calculation amount is applied. 第4実施形態における、現像作用の行なわれる現像ニップ領域とその近傍での粒子の運動状況を説明する図である。It is a figure explaining the movement situation of the particle | grains in the image development nip area | region where the image development effect | action is performed, and its vicinity in 4th Embodiment. 第4実施形態を適用した力マトリクスとプロセッサの関係を説明する図である。It is a figure explaining the relationship between the force matrix and processor which applied 4th Embodiment.

以下、図面を参照して本発明の実施形態について詳細に説明する。なお、以下においては、情報処理装置が適用される具体例として、粒子挙動解析装置を例に説明する。粒子挙動解析装置の解析対象粒子が存在する装置としては、たとえば、プリンタ装置、ファクシミリ装置、またはそれらの機能を有する複合機などの画像形成装置を例に説明する。   Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings. In the following, a particle behavior analysis device will be described as an example as a specific example to which the information processing device is applied. As an apparatus in which particles to be analyzed by the particle behavior analysis apparatus exist, an image forming apparatus such as a printer apparatus, a facsimile apparatus, or a multifunction machine having these functions will be described as an example.

解析対象粒子との関係においては、トナー粒子のみまたはキャリア粒子とトナー粒子からなる現像剤を用いる電子写真方式による画像形成装置の現像装置における現像剤挙動解析に着目する。ただしこれは一例であって、解析対象粒子が存在する装置は画像形成装置に限定されない。   In relation to the analysis target particles, attention is paid to developer behavior analysis in a developing device of an electrophotographic image forming apparatus using only toner particles or a developer composed of carrier particles and toner particles. However, this is only an example, and the apparatus in which the particles to be analyzed exist is not limited to the image forming apparatus.

<画像形成装置の概要>
図1は、印刷装置(プリンタ)や複写装置(コピー機)などの電子写真方式の画像形成装置の一構成例を示す図である。図示のように、画像形成装置1は、感光体10を中心として、その近傍に配された直流電源22、交流バイアス電源24、および帯電部26を具備した帯電装置20と、レーザ光源32やポリゴンミラー34やモータ36を具備した露光装置30と、図示しない攪拌機構を備えた現像装置40と、転写電源52および転写部54を具備した転写装置50と、ブレード機構を持つクリーニング装置60と、用紙搬送路上の後流側の予め決められた位置に配されたロール機構を具備した定着装置70とを備えている。
<Outline of image forming apparatus>
FIG. 1 is a diagram illustrating a configuration example of an electrophotographic image forming apparatus such as a printing apparatus (printer) or a copying apparatus (copier). As shown in the figure, the image forming apparatus 1 includes a charging device 20 including a DC power source 22, an AC bias power source 24, and a charging unit 26 arranged around the photoreceptor 10, a laser light source 32, and a polygon. An exposure device 30 having a mirror 34 and a motor 36, a developing device 40 having a stirring mechanism (not shown), a transfer device 50 having a transfer power source 52 and a transfer unit 54, a cleaning device 60 having a blade mechanism, and paper And a fixing device 70 provided with a roll mechanism disposed at a predetermined position on the downstream side on the conveyance path.

現像装置40には、現像剤粒子102が充填されている。図では、1つの現像剤粒子102を便宜的に1つの丸で示している。実際には、現像剤粒子102はたとえば、それぞれ物性や粒径の異なる磁性体から構成された(磁性を持つ)キャリア粒子と非磁性のトナー粒子(たとえば各色のトナー粒子)を主成分として含有する2成分方式のものである。キャリア粒子とトナー粒子の対によって、全体として磁性粉体が形成されるようにしている。トナー粒子は、キャリア粒子に静電力により互いに吸着されている。一般的には、キャリア粒子の粒径の方がトナー粒子の粒径よりも大きい。なお、トナー粒子としては、磁性トナーを使用してもよく、この場合キャリア粒子を使用しなくてもよい。現像剤粒子102は、実際にはさらに、キャリア粒子およびトナー粒子の他に外添剤などの他の粒子も含む。   The developing device 40 is filled with developer particles 102. In the figure, one developer particle 102 is indicated by one circle for convenience. Actually, the developer particles 102 contain, for example, carrier particles (having magnetic properties) and non-magnetic toner particles (for example, toner particles of each color) composed of magnetic materials having different physical properties and particle sizes as main components. Two-component system. The pair of carrier particles and toner particles forms a magnetic powder as a whole. The toner particles are adsorbed to the carrier particles by electrostatic force. In general, the particle size of the carrier particles is larger than the particle size of the toner particles. As the toner particles, magnetic toner may be used, and in this case, carrier particles may not be used. Developer particles 102 actually further include other particles such as external additives in addition to carrier particles and toner particles.

現像装置40は、収納容器101内に、表面に現像剤粒子102を担持する担持ロールの一例である現像ロール140(マグロール、マグネットローラ、磁気搬送ローラとも言われる)を、周面が開口部101aから少し突き出すように備える。現像ロール140内には、その内周縁に沿って、予め決められた間隔で予め決められた数のマグネット142が配置されている。   The developing device 40 includes a developing roll 140 (also referred to as a mag roll, a magnet roller, or a magnetic transport roller), which is an example of a carrying roll carrying the developer particles 102 on the surface, in the storage container 101, and a peripheral surface having an opening 101a. Prepare to stick out a little. A predetermined number of magnets 142 are arranged in the developing roll 140 at predetermined intervals along the inner periphery.

また、現像装置40は、現像ロール140の近傍に、高さ規制部材や層形成部材や層規制部材として機能する規制トリマー150を備え、マグネット142による磁力線に沿ってできた現像剤粒子102の磁気ブラシの高さを規制するようになっている。   Further, the developing device 40 includes a regulating trimmer 150 that functions as a height regulating member, a layer forming member, and a layer regulating member in the vicinity of the developing roll 140, and the magnetic force of the developer particles 102 formed along the magnetic lines of force by the magnet 142. The height of the brush is regulated.

図示を割愛するが、収納容器101内には、現像剤粒子102を攪拌するとともに現像ロール140側に搬送する攪拌搬送ロールが設けられる。攪拌搬送ロールは、その回転動作によって、現像剤粒子102を現像ロール140側に攪拌しながら搬送する。   Although illustration is omitted, in the storage container 101, an agitating and conveying roll that agitates the developer particles 102 and conveys the developer particles 102 to the developing roll 140 side is provided. The agitating and conveying roll conveys the developer particles 102 to the developing roll 140 side while agitating by the rotating operation.

現像ロール140は、矢印X方向に回転される感光体10とともに、感光体10と対向する側のその表面の回転移動方向が、感光体10の移動方向Xと同じ向き(矢印Y方向)に回転される。感光体10の移動方向Xと逆向きに回転駆動するようにしてもよい。   The developing roll 140 rotates together with the photoconductor 10 rotated in the direction of arrow X, and the rotational movement direction of the surface on the side facing the photoconductor 10 rotates in the same direction as the movement direction X of the photoconductor 10 (arrow Y direction). Is done. The photosensitive member 10 may be driven to rotate in the direction opposite to the moving direction X.

現像剤粒子102は、攪拌機能を持つ攪拌搬送ロール(図示せず)により攪拌され摩擦帯電されつつ現像ロール140側に搬送される。規制トリマー150によって現像剤粒子102の現像ロール140への吸着量が規制され一定の高さで現像ロール140の周縁に現像剤粒子102が付着する。キャリア粒子は、現像ロール140に内蔵されたマグネット142からの磁場により磁気ブラシを構成する。トナー粒子はキャリア粒子とともに、感光体10に対向する部分まで搬送される。   The developer particles 102 are conveyed to the developing roll 140 side while being agitated and frictionally charged by an agitating and conveying roll (not shown) having an agitating function. The regulation trimmer 150 regulates the amount of the developer particles 102 adsorbed to the developing roll 140, and the developer particles 102 adhere to the periphery of the developing roll 140 at a certain height. The carrier particles constitute a magnetic brush by a magnetic field from a magnet 142 built in the developing roll 140. The toner particles are transported together with the carrier particles to a portion facing the photoreceptor 10.

画像形成装置1を複写装置として構成する場合、帯電装置20によって、直流電源22からの直流電圧に交流バイアス電源24からの交流バイアス電圧を重畳させて帯電電位(初期電位)を生成し、この帯電電位で感光体10の表面を一様な表面電位に帯電させる。   When the image forming apparatus 1 is configured as a copying apparatus, the charging device 20 generates a charging potential (initial potential) by superimposing the AC bias voltage from the AC bias power source 24 on the DC voltage from the DC power source 22, and this charging. The surface of the photoconductor 10 is charged to a uniform surface potential with an electric potential.

この後、原稿を図示しない読取装置によってスキャンして得た画像データに従って感光体10の表面に露光装置30に備えられるレーザ光源32から発せられるレーザ・ビームをモータ36により回転駆動されるポリゴンミラー34でスキャンすることによって、感光体10表面を露光して潜像電位からなる静電潜像を形成する。   After that, a polygon mirror 34 that is rotated by a motor 36 with a laser beam emitted from a laser light source 32 provided on the exposure device 30 on the surface of the photoreceptor 10 in accordance with image data obtained by scanning the original with a reading device (not shown). Scanning, the surface of the photoconductor 10 is exposed to form an electrostatic latent image having a latent image potential.

続いて、現像装置40は、図示しない攪拌機構において出力色のトナー粒子やキャリア粒子などでなる現像剤粒子102を混合しながら、その現像剤粒子102中のトナー粒子を感光体10の表面に形成されている静電潜像に重畳することでトナー像を感光体10の表面に形成させる。   Subsequently, the developing device 40 forms the toner particles in the developer particles 102 on the surface of the photoconductor 10 while mixing the developer particles 102 such as output color toner particles and carrier particles in a stirring mechanism (not shown). A toner image is formed on the surface of the photoconductor 10 by being superimposed on the electrostatic latent image.

すなわち、現像ロール140は、感光体10に対向して設けられており、現像ロール140に吸着された現像剤粒子102のうちトナー粒子は、帯電されており、静電気力により感光体10に吸着される。このとき、感光体10の表面は、記録画像に応じて露光されることで静電潜像が形成されており、トナー粒子は、感光体10に形成された静電潜像に応じて吸着される。これによって、感光体10の表面に形成された潜像は現像化される。現像処理後のキャリア粒子と、感光体10側に飛翔されなかったトナー粒子とは、収納容器101内に回収される。   That is, the developing roller 140 is provided to face the photoconductor 10, and the toner particles among the developer particles 102 adsorbed to the developing roller 140 are charged and are adsorbed to the photoconductor 10 by electrostatic force. The At this time, an electrostatic latent image is formed on the surface of the photoreceptor 10 by exposure according to a recorded image, and toner particles are adsorbed according to the electrostatic latent image formed on the photoreceptor 10. The As a result, the latent image formed on the surface of the photoconductor 10 is developed. The carrier particles after the development processing and the toner particles that have not been ejected to the photoconductor 10 are collected in the storage container 101.

この後、転写装置50は、感光体10の表面に形成されているトナー像を、外部から搬送されてきた印刷用紙上に転写する。感光体10と転写部54とが対向する予め決められた範囲を転写領域と称する。   Thereafter, the transfer device 50 transfers the toner image formed on the surface of the photoreceptor 10 onto the printing paper conveyed from the outside. A predetermined range in which the photoconductor 10 and the transfer unit 54 face each other is referred to as a transfer region.

転写済の用紙は定着装置70側に搬送され、定着装置70にて加熱溶融・圧着作用によりトナー像を転写体としての印刷用紙上に定着する。定着済の用紙は、図示しない排出装置によって、画像形成装置1の外に排紙される。   The transferred sheet is conveyed to the fixing device 70 side, and the fixing device 70 fixes the toner image onto a printing sheet as a transfer body by heating, melting and pressing. The fixed paper is discharged out of the image forming apparatus 1 by a discharge device (not shown).

一方、クリーニング装置60は、転写装置50による転写後の感光体10の表面に残留する残留トナーを除去する。清掃後の感光体10の表面には残留電位が残っているが、帯電装置20で初期電位を印加してから次の電子写真プロセスに利用される。   On the other hand, the cleaning device 60 removes residual toner remaining on the surface of the photoreceptor 10 after being transferred by the transfer device 50. Although the residual potential remains on the surface of the photoreceptor 10 after cleaning, it is used in the next electrophotographic process after the initial potential is applied by the charging device 20.

なお、カラー画像形成用の画像形成装置1を構成する場合、画像形成に関わる主要部の構成としては、たとえば転写装置50にて直接に用紙に感光体10のトナー像を転写体である用紙に転写させるのではなく、たとえば、K(黒),Y(イエロー),M(マゼンタ),C(シアン)の出力色に対応する複数のエンジンを、たとえばK→Y→M→Cの順にインライン状に配列し、K,Y,M,Cの画像を4つのエンジンで並行的(同時進行的)に処理する、すなわち配置位置に応じた時間を隔てて、1色ずつ中間転写ベルトに感光体10のトナー像を転写(特に1次転写という)させ、その後、中間転写ベルト上のトナー像を用紙に転写(特に2次転写という)させるように構成したタンデム型のカラー画像形成装置にしてもよい。   In the case where the image forming apparatus 1 for color image formation is configured, as a configuration of a main part related to image formation, for example, the toner image of the photoreceptor 10 is directly applied to a sheet by the transfer device 50 on a sheet as a transfer body. For example, a plurality of engines corresponding to output colors of K (black), Y (yellow), M (magenta), and C (cyan) are inlined in the order of K → Y → M → C, for example. The K, Y, M, and C images are processed in parallel (simultaneously) by four engines, that is, the photosensitive member 10 is placed on the intermediate transfer belt one color at a time according to the arrangement position. The toner image may be transferred (particularly referred to as primary transfer), and then the toner image on the intermediate transfer belt may be transferred onto the paper (particularly referred to as secondary transfer). .

このような電子写真プロセスでは、感光体10に対する帯電、スキャンした原稿イメージの露光、現像すなわち感光体10へのトナー重畳、用紙へのトナー転写およびトナー定着、感光体10のクリーニングという複数の工程からなる。電子写真プロセスでは、たとえば、攪拌、現像、転写などの各プロセスにおいて粉体挙動解析シミュレーションを適用することで、現実に画像形成実験を行なうことなく、形成される画像を予測し評価する。キャリア粒子およびトナー粒子の挙動の解析が、電子写真装置本体や現像装置40の開発にとって重要な要素となる。   In such an electrophotographic process, charging of the photoconductor 10, exposure of a scanned original image, development, that is, toner superimposition on the photoconductor 10, toner transfer to a sheet and toner fixing, and cleaning of the photoconductor 10 are performed. Become. In the electrophotographic process, for example, by applying a powder behavior analysis simulation in each process such as stirring, development, and transfer, an image to be formed is predicted and evaluated without actually performing an image forming experiment. Analysis of the behavior of carrier particles and toner particles is an important factor for the development of the electrophotographic apparatus main body and the developing apparatus 40.

たとえば、現像装置40の解析では、攪拌プロセスや現像プロセスなどが解析対象となる。たとえば、規制トリマー150の攪拌搬送ロール側の予め決められた範囲領域を層形成領域と称し、現像剤粒子102についての粒子挙動解析では、磁場および重力場の作用を考慮する。攪拌搬送ロールにより攪拌・搬送される予め決められた範囲領域を攪拌搬送領域と称し、現像剤粒子102についての粒子挙動解析では、重力場の作用を考慮する。   For example, in the analysis of the developing device 40, an agitation process, a development process, and the like are to be analyzed. For example, a predetermined range area on the stirring and conveying roll side of the regulation trimmer 150 is referred to as a layer formation area, and in the particle behavior analysis of the developer particles 102, the effects of a magnetic field and a gravitational field are taken into consideration. A predetermined range region that is agitated and conveyed by the agitating / conveying roll is referred to as an agitating / conveying region.

攪拌搬送領域と層形成領域との間の現像剤粒子102が現像ロール140に磁気吸着される予め決められた範囲領域をピックアップ領域と称し、現像剤粒子102についての粒子挙動解析では、磁場および重力場の作用を考慮する。   A predetermined range area in which the developer particles 102 between the stirring conveyance area and the layer forming area are magnetically attracted to the developing roll 140 is referred to as a pickup area. In the particle behavior analysis of the developer particles 102, magnetic field and gravity are used. Consider field effects.

感光体10と現像ロール140の各周縁が対向し現像作用の行なわれる範囲領域を現像ニップ領域と称し、現像剤粒子102についての粒子挙動解析では、電場、磁場、重力場の作用を考慮する。現像剤粒子102の回収される予め決められた範囲領域をピックオフ領域と称し、現像剤粒子102についての粒子挙動解析では、磁場および重力場の作用を考慮する。   A region where the peripheral edges of the photoconductor 10 and the developing roll 140 face each other and a developing action is performed is referred to as a developing nip region. In the particle behavior analysis of the developer particles 102, the effects of an electric field, a magnetic field, and a gravitational field are considered. A predetermined range area in which the developer particles 102 are collected is referred to as a pick-off area, and in the particle behavior analysis for the developer particles 102, the effects of a magnetic field and a gravitational field are considered.

感光体10の表面は、記録画像に応じた静電潜像が形成されており、トナー粒子は、静電力により感光体10の表面に飛翔する。感光体10の表面には、飛翔したトナー粒子が付着し、記録画像に応じたトナー像が形成される。このとき、トナー粒子の感光体10への吸着のされ方によって、記録画像の画質が左右される。トナー粒子は、キャリア粒子により感光体10に搬送されているので、トナー粒子の感光体10への吸着のされ方は、現像ロール140と感光体10との間の現像ニップ領域でのキャリア粒子およびトナー粒子の挙動により決定される。   An electrostatic latent image corresponding to a recorded image is formed on the surface of the photoconductor 10, and the toner particles fly to the surface of the photoconductor 10 by electrostatic force. The flying toner particles adhere to the surface of the photoconductor 10, and a toner image corresponding to the recorded image is formed. At this time, the image quality of the recorded image depends on how the toner particles are attracted to the photoreceptor 10. Since the toner particles are conveyed to the photoconductor 10 by the carrier particles, how the toner particles are adsorbed to the photoconductor 10 is determined by the carrier particles in the developing nip region between the developing roll 140 and the photoconductor 10 and It is determined by the behavior of the toner particles.

また、転写装置50における転写プロセスでは、感光体表面粗さや、感光体・中間転写ベルトや用紙などの転写体間の速度差、転写体の接触幅などの転写プロセスにおける条件パラメータを変更しながら、粉体挙動解析シミュレーションを繰り返し行なっていくことで、転写プロセスを再現しながら形成される画質の評価を行なう。因みに、転写プロセスについての粒子挙動解析では、現像剤粒子102(特にトナー粒子)に作用する電場および重力場を考慮する。   Further, in the transfer process in the transfer device 50, while changing condition parameters in the transfer process such as the surface roughness of the photoreceptor, the speed difference between the transfer bodies such as the photoreceptor / intermediate transfer belt and paper, and the contact width of the transfer body, By repeating the powder behavior analysis simulation, the image quality formed is evaluated while reproducing the transfer process. Incidentally, in the particle behavior analysis for the transfer process, an electric field and a gravitational field acting on the developer particles 102 (particularly toner particles) are considered.

<粒子挙動解析システム>
図2〜図2Bは、本実施形態の粒子挙動解析システムの構成例を説明する図である。ここで、図2は第1構成例を示すブロック図である。図2Aは、第2構成例を示すブロック図である。図2Bは、第3構成例を示すブロック図である。
<Particle behavior analysis system>
2 to 2B are diagrams for explaining a configuration example of the particle behavior analysis system of the present embodiment. Here, FIG. 2 is a block diagram showing a first configuration example. FIG. 2A is a block diagram illustrating a second configuration example. FIG. 2B is a block diagram illustrating a third configuration example.

粒子挙動解析システムにおいては、各相互作用の解析を行なう際、多くのプロセッサを用いた単純な並行処理では、並行処理効率に飽和傾向が出る。その対策として、本実施形態の粒子挙動解析システムにおいては、各相互作用の解析を行なう際、予め定められている分割法を用いて解析する。因みに、本実施形態では、各相互作用の解析を行なう際の分割法としては、たとえば、領域分割法(SD;Spatial Decomposition Method)、粒子分割法(PD;Particle Decomposition Method やRD;Replicated Data Method)、力分割法(力マトリクスを用いたアルゴリズム)の何れをも採用し得る。以下では、特段の断りのない限り、力分割法を適用した粒子挙動解析を行なうものとして説明する。なお、前記の各分割法を用いて並行処理により粒子挙動解析を行なう仕組みそのものについては公知技術であり、本明細書ではそれらの詳細説明を割愛する。   In the particle behavior analysis system, when analyzing each interaction, simple parallel processing using many processors tends to saturate the parallel processing efficiency. As a countermeasure, in the particle behavior analysis system of the present embodiment, when analyzing each interaction, analysis is performed using a predetermined division method. Incidentally, in the present embodiment, as a division method for analyzing each interaction, for example, a region decomposition method (SD), a particle decomposition method (PD; Particle Decomposition Method or RD; Replicated Data Method) Any of force splitting methods (algorithms using a force matrix) can be adopted. In the following description, it is assumed that the particle behavior analysis using the force splitting method is performed unless otherwise specified. Note that a mechanism for performing particle behavior analysis by parallel processing using each of the above-described division methods is a known technique, and detailed description thereof is omitted in this specification.

[第1構成例]
図2に示す第1構成例の粒子挙動解析システム200Cは、力分割法により粒子の挙動を解析する際に当該行以外の各計算ノードとの間で情報通信を行なう主通信線とは別に、力マトリクスにおける行方向の各計算ノードとの間で情報通信を行なう副通信線を行ごとに設けている。主通信線や副通信線は、複数の粒子挙動解析装置202との間での計算情報が伝送される通信手段として機能すればよく、有線・無線の何れもよいし、その仕様も何れでもよい。
[First configuration example]
The particle behavior analysis system 200C of the first configuration example shown in FIG. 2 is separate from the main communication line that performs information communication with each calculation node other than the row when analyzing the behavior of particles by the force division method. A sub-communication line for performing information communication with each calculation node in the row direction in the force matrix is provided for each row. The main communication line and the sub communication line only need to function as a communication means for transmitting calculation information to and from the plurality of particle behavior analysis apparatuses 202, and may be either wired or wireless, and may have any specifications. .

たとえば、粒子挙動解析システム200Cは、それぞれ粒子挙動解析機能を有する複数台の粒子挙動解析装置202が副通信線の一例であるサブネットワーク209_1(外部バス)にてネットワーク(バス)接続されて並行型計算装置として構成されている複数の粒子挙動解析システム200が、さらに、主通信線の一例であるメインネットワーク209_2(外部バス)で接続されて構成されている。構成的には、事実上の並行型計算装置をネットワーク接続してなるグリッド型計算装置に近いものである。   For example, in the particle behavior analysis system 200C, a plurality of particle behavior analysis devices 202 each having a particle behavior analysis function are connected in a network (bus) via a sub-network 209_1 (external bus) which is an example of a sub-communication line. A plurality of particle behavior analysis systems 200 configured as a computing device are further connected by a main network 209_2 (external bus) which is an example of a main communication line. In terms of configuration, it is close to a grid type computing device formed by connecting virtually parallel computing devices over a network.

サブネットワーク209_1は、通信状態がルーティング機能を持つネットワーク管理装置208_1で管理されるようになっている。メインネットワーク209_2は、通信状態がルーティング機能を持つネットワーク管理装置208_2で管理されるようになっている。   The sub-network 209_1 is managed by a network management device 208_1 whose communication state has a routing function. The main network 209_2 is managed by a network management device 208_2 whose communication state has a routing function.

なお、図では便宜的に、ネットワーク管理装置208_2から1本のネットワーク線を出し、そのネットワーク線上に主粒子挙動解析システム200aおよび副粒子挙動解析システム200b(詳細にはネットワーク管理装置208_1)を接続する態様で示しているが、実際には、ネットワーク管理装置208_2に備えられる個別のポートに各粒子挙動解析システム200のネットワーク管理装置208_1が接続され、各粒子挙動解析システム200間の通信は、ネットワーク管理装置208_2を介してなされるようになっている。   In the figure, for convenience, one network line is drawn from the network management device 208_2, and the main particle behavior analysis system 200a and the secondary particle behavior analysis system 200b (specifically, the network management device 208_1) are connected to the network line. Although shown in the embodiment, in reality, the network management device 208_1 of each particle behavior analysis system 200 is connected to an individual port provided in the network management device 208_2, and communication between each particle behavior analysis system 200 is performed by network management. It is made via the device 208_2.

ネットワーク209(サブネットワーク209_1とメインネットワーク209_2)の通信仕様は不問とする。たとえば、通信プロトコルが同じものでもよいし異なるものでもよい。また、通信速度は、同じものでもよいし、異なるものでもよいが、好ましくは同じものとする。   The communication specifications of the network 209 (subnetwork 209_1 and main network 209_2) are unquestioned. For example, the communication protocol may be the same or different. The communication speed may be the same or different, but preferably the same.

図示した例では、粒子挙動解析システム200Cを構成する各粒子挙動解析システム200のうちの1つ(1つの並行計算装置)が全体を統括する主粒子挙動解析システム200aとして機能するようになっており、この主粒子挙動解析システム200aに対して残りの粒子挙動解析システム200が、主粒子挙動解析システム200aにより制御される副粒子挙動解析システム200b1,200b2,…としてメインネットワーク209_2で接続されている。粒子挙動解析システム200a,200b1,200b2,…は、各相互作用の解析を行なう際、力分割法を用いて解析する。   In the illustrated example, one of the particle behavior analysis systems 200 constituting the particle behavior analysis system 200C (one parallel computing device) functions as a main particle behavior analysis system 200a that controls the whole. The remaining particle behavior analysis system 200 is connected to the main particle behavior analysis system 200a through the main network 209_2 as secondary particle behavior analysis systems 200b1, 200b2,... Controlled by the main particle behavior analysis system 200a. The particle behavior analysis systems 200a, 200b1, 200b2,... Use a force division method when analyzing each interaction.

また、主粒子挙動解析システム200aの各粒子挙動解析装置202の内の1台が全体を統括する計算管理ノードの機能を持つ主粒子挙動解析装置202aとして機能するようになっている。主粒子挙動解析装置202aに対して残りの粒子挙動解析装置202が、主粒子挙動解析装置202aにより制御される副粒子挙動解析装置202bとしてネットワーク接続されている。一方、各副粒子挙動解析システム200bは、全てが副粒子挙動解析装置202bで構成されている。   Further, one of the particle behavior analysis apparatuses 202 of the main particle behavior analysis system 200a functions as a main particle behavior analysis apparatus 202a having a function of a calculation management node that controls the whole. The remaining particle behavior analysis device 202 is connected to the main particle behavior analysis device 202a as a sub particle behavior analysis device 202b controlled by the main particle behavior analysis device 202a. On the other hand, all of the secondary particle behavior analysis systems 200b are configured by the secondary particle behavior analysis device 202b.

各粒子挙動解析装置202は、一例として、一般の電子計算装置と同様のもので構成する。ここで、第1構成例の粒子挙動解析システム200Cでは、各粒子挙動解析装置202は、計算処理を行なうコア部分(いわゆるCPUの部分:コアプロセッサとも称する)が1つのシングルコアのものである。   As an example, each particle behavior analysis device 202 is configured by the same as a general electronic computer. Here, in the particle behavior analysis system 200 </ b> C of the first configuration example, each particle behavior analysis device 202 has a single core with a core portion (so-called CPU portion: also called a core processor) that performs calculation processing.

粒子挙動解析システム200Cは、主要の処理データを相互にサブネットワーク209_1およびメインネットワーク209_2を介して伝達し合い、粒子挙動解析処理を並行的に実行する。ここで、サブネットワーク209_1が、力マトリクスとの行方向のデータ通信の他、行方向のファイル出力処理に寄与するように、計算ノードを割り当てる。基本的な考え方は、粒子挙動解析システム200a,200b1,200b2,…に属する各計算ノードは、力マトリクスの行方向に、同一位置のものとなるように割り当てる。たとえば、32粒子を16個のプロセッサで並行計算する場合は、1行分の計算ノードは4つになるので、4つの粒子挙動解析システム200(200a,200b1,200b2,200b3)で粒子挙動解析システム200Cを構成し、各粒子挙動解析システム200a,200b1,200b2,200b3を力マトリクスの行方向に割り当てる。   The particle behavior analysis system 200C transmits main processing data to each other via the sub-network 209_1 and the main network 209_2, and executes the particle behavior analysis processing in parallel. Here, the computation node is assigned so that the sub-network 209_1 contributes to the file output process in the row direction in addition to the data communication in the row direction with the force matrix. The basic idea is that the calculation nodes belonging to the particle behavior analysis systems 200a, 200b1, 200b2,... Are assigned so as to be in the same position in the row direction of the force matrix. For example, when 32 particles are calculated in parallel by 16 processors, there are four calculation nodes for one row, so the particle behavior analysis system 200 (200a, 200b1, 200b2, 200b3) has four particle behavior analysis systems. 200C is configured, and each particle behavior analysis system 200a, 200b1, 200b2, 200b3 is assigned in the row direction of the force matrix.

[第2構成例]
図2Aに示す第2構成例の粒子挙動解析システム200Dは、第1構成例に対する変形例である。具体的には、第1構成例の粒子挙動解析システム200a,200b1,200b2,…のそれぞれを、複数のコア部分(いわゆるCPUの部分)を1つの筐体(半導体チップ)に収容したマルチコアを有する粒子挙動解析装置202に置き換えて構成している。つまり、粒子挙動解析装置202内の数値演算処理部を、複数の粒子挙動計算機能部の組合せで構成されたマルチコアとしたものである。よって、サブネットワーク209_1の部分は筐体外部に出ることはなく、事実上、同一の筐体に収容された内部配線209_3(内部バス)となっている。
[Second configuration example]
A particle behavior analysis system 200D of the second configuration example shown in FIG. 2A is a modification of the first configuration example. Specifically, each of the particle behavior analysis systems 200a, 200b1, 200b2,... Of the first configuration example has a multi-core in which a plurality of core portions (so-called CPU portions) are accommodated in one housing (semiconductor chip). The particle behavior analyzer 202 is used instead. That is, the numerical calculation processing unit in the particle behavior analysis apparatus 202 is a multi-core configured by a combination of a plurality of particle behavior calculation function units. Therefore, the portion of the sub-network 209_1 does not go outside the casing, and is effectively the internal wiring 209_3 (internal bus) accommodated in the same casing.

たとえば、粒子挙動解析システム200Dにおいて、32粒子を16個のプロセッサで並行計算する場合は、1行分の計算ノードは4つになるので、同一の筐体に4つのCPU(コアプロセッサ:粒子挙動計算機能部)を収容したクワッドコア(Quad Core :4コア)CPUを有する粒子挙動解析装置202を4台使用し、各粒子挙動解析装置202(つまりクワッドコアCPU#0〜#3)を力マトリクスの行方向のそれぞれに割り当てる。その他の点に関しては、第1構成例と同様である。   For example, in the particle behavior analysis system 200D, when 32 particles are calculated in parallel by 16 processors, there are four calculation nodes for one row, so four CPUs (core processor: particle behavior in one casing). Four particle behavior analysis devices 202 having a quad core (4 core) CPU containing a calculation function unit) are used, and each particle behavior analysis device 202 (that is, quad core CPU # 0 to # 3) is a force matrix. Assign to each of the row directions. Other points are the same as in the first configuration example.

[第3構成例]
図2Bに示す第3構成例の粒子挙動解析システム200Eは、第2構成例に対する変形例であり、具体的には、第2構成例の主粒子挙動解析システム200aのみで構成したものである。
[Third configuration example]
A particle behavior analysis system 200E of the third configuration example shown in FIG. 2B is a modification example of the second configuration example, and specifically includes only the main particle behavior analysis system 200a of the second configuration example.

たとえば、32粒子を16個のプロセッサで並行計算する場合は、1行分の計算ノードは4つになるが、計算ノードごとに粒子挙動解析装置202を割り当てるのではなく、同一筐体内で4つ計算ノードの機能を持つように構成する。一例として、クワッドコアCPUを4個配置し、各クワッドコアCPU#0〜#3を力マトリクスの行方向に割り当てる。その他の点に関しては、第1構成例と同様である。   For example, when 32 particles are calculated in parallel by 16 processors, there are four calculation nodes for one row, but instead of allocating the particle behavior analysis device 202 for each calculation node, four calculation nodes in the same housing. Configure to have the function of a compute node. As an example, four quad-core CPUs are arranged, and each quad-core CPU # 0 to # 3 is assigned in the row direction of the force matrix. Other points are the same as in the first configuration example.

つまり、第2構成例は、各クワッドコアを別筐体(別の計算装置)に配置しそれらをネットワーク接続する(外部バスで接続する)構成である。一方、第3構成例は、各クワッドコアを同一筐体(1つの計算装置)に配置して、それらを内部バスのみで接続する構成である。   That is, the second configuration example is a configuration in which each quad core is arranged in a separate housing (separate computing device) and connected to the network (connected by an external bus). On the other hand, the third configuration example is a configuration in which the quad cores are arranged in the same housing (one computing device) and are connected only by an internal bus.

[変形例]
図示しないが、第3構成例の粒子挙動解析装置202aをさらにネットワーク接続したシステム構成にしてもよい。たとえばクワッドコアを同一筐体(1つの計算装置)に4つ配置して、それらを内部バスで接続した4台の計算装置(粒子挙動解析装置202)を、さらに、外部バスで接続し、その内の1つを主粒子挙動解析装置202aとし残りを副粒子挙動解析装置202bとする構成である。
[Modification]
Although not shown, a system configuration in which the particle behavior analysis apparatus 202a of the third configuration example is further connected to a network may be used. For example, four quad cores are arranged in the same housing (one computing device), and these four computing devices (particle behavior analysis device 202) connected by an internal bus are further connected by an external bus. One of them is a main particle behavior analyzer 202a and the rest is a sub particle behavior analyzer 202b.

<粒子挙動解析装置>
[第1構成例]
図3〜図3Aは、粒子挙動解析装置202を説明する図である。ここで、図3は、特に第1構成例の粒子挙動解析システム200Cにおける計算管理ノードの機能を具備した主粒子挙動解析装置202aに着目したブロック図である。図3Aは、第1構成例の粒子挙動解析システム200Cにおける一般ノードの機能を具備した副粒子挙動解析装置202bに着目したブロック図である。主粒子挙動解析装置202aは、副粒子挙動解析装置202bを含んで構成されている。
<Particle behavior analyzer>
[First configuration example]
3 to 3A are diagrams for explaining the particle behavior analysis apparatus 202. Here, FIG. 3 is a block diagram focusing on the main particle behavior analysis device 202a having the function of the calculation management node in the particle behavior analysis system 200C of the first configuration example. FIG. 3A is a block diagram focusing on the secondary particle behavior analysis apparatus 202b having the function of a general node in the particle behavior analysis system 200C of the first configuration example. The main particle behavior analysis device 202a includes a sub particle behavior analysis device 202b.

図3に示すように、主粒子挙動解析装置202aは、指示入力装置210などを利用して処理対象データを取り込むデータ入力部220と、粒子挙動解析処理を行なうデータ処理部230と、処理結果を表示装置212などを利用して操作者に提示する情報提示部240を備えている。データ入力部220と情報提示部240は、主粒子挙動解析装置202aの計算管理ノードに相当する部分に設けられている。図3Aにも示すように、副粒子挙動解析装置202bは、このデータ処理部230のみで構成すればよい。   As shown in FIG. 3, the main particle behavior analysis device 202a uses a command input device 210 or the like to input data to be processed 220, a data processing unit 230 for performing particle behavior analysis processing, and a processing result. An information presenting unit 240 that presents to the operator using the display device 212 or the like is provided. The data input part 220 and the information presentation part 240 are provided in the part corresponded to the calculation management node of the main particle behavior analysis apparatus 202a. As shown in FIG. 3A, the secondary particle behavior analysis apparatus 202b may be configured by only the data processing unit 230.

また、主粒子挙動解析装置202aの計算管理ノード側の筐体内に、処理対象要素を力分割法により分割するに当たり、それぞれ計算装置で構成され力分割法による粒子挙動解析を行なう各計算システム(プロセッサとも称する:図1では粒子挙動解析装置202)に各分割部分を割り当てる分割処理部250を備えている。   Each of the computing systems (processors) each configured by a computing device and performing particle behavior analysis by the force splitting method when the processing target element is split by the force splitting method in the casing on the calculation management node side of the main particle behavior analyzing device 202a. Also referred to as: In FIG. 1, the particle behavior analysis apparatus 202) is provided with a division processing unit 250 that assigns each divided portion.

データ処理部230は、データ入力部220から入力されたデータに基づいて粒子挙動解析処理を行なう。そのため、データ処理部230は、データ受付部232、メモリアクセス制御部237、データ記憶部238、数値演算処理部234および一時記憶部238aを同一パッケージ(筐体)に具備するプロセッサコア部239Aを有している。   The data processing unit 230 performs a particle behavior analysis process based on the data input from the data input unit 220. Therefore, the data processing unit 230 includes a processor core unit 239A having a data receiving unit 232, a memory access control unit 237, a data storage unit 238, a numerical operation processing unit 234, and a temporary storage unit 238a in the same package (housing). is doing.

プロセッサコア部239Aは、数値演算処理を行なう1個のプロセッサコア(単に「コア」とも称する)と内蔵メモリ(一時記憶部238a)を具備したシングルコアコアCPUで構成されるものである。プロセッサコア部239Aには、数値演算処理部234と一時記憶部238aの他に、出力データ処理部として機能するバスインタフェース部235を有する。   The processor core unit 239A is configured by a single core core CPU including one processor core (also simply referred to as “core”) that performs numerical calculation processing and a built-in memory (temporary storage unit 238a). The processor core unit 239A includes a bus interface unit 235 that functions as an output data processing unit in addition to the numerical operation processing unit 234 and the temporary storage unit 238a.

数値演算処理部234は、分割処理部250による分割処理により割り当てられた分割部分について、決められた分割法に従ってデータ記憶部238との間でデータ(情報)の入出力(メモリアクセス)を行ないながら計算を行なう粒子挙動計算部として機能する。   The numerical arithmetic processing unit 234 performs input / output (memory access) of data (information) to and from the data storage unit 238 in accordance with the determined division method for the divided portion assigned by the division processing by the division processing unit 250. It functions as a particle behavior calculator that performs calculations.

データ記憶部238は、相互作用を計算するためのパラメータ表のデータを記憶する装置であり、メモリバスを介して数値演算処理部234に接続される。ここで、データ記憶部238は、粒子挙動解析装置202ごとに設けられる一時記憶部238aおよび外部記憶装置238bで構成される。   The data storage unit 238 is a device that stores parameter table data for calculating the interaction, and is connected to the numerical operation processing unit 234 via a memory bus. Here, the data storage unit 238 includes a temporary storage unit 238 a and an external storage device 238 b provided for each particle behavior analysis device 202.

一時記憶部238aは、プロセッサコア部239Aが具備するCPU(数値演算処理部234)と同一の半導体基板上に内蔵されるいわゆるキャッシュメモリ(Cache Memory)である。外部記憶装置238bは、いわゆるメインメモリとも称される外部の半導体製の記憶媒体(たとえば数100MB〜数GB程度の容量のもの)、およびメインメモリより大容量(数100GB以上)のハードディスク装置(HDD)などである。周知のように、CPUのアクセスは、メインメモリよりもキャッシュメモリの方が高速である。   The temporary storage unit 238a is a so-called cache memory built on the same semiconductor substrate as the CPU (numerical calculation processing unit 234) included in the processor core unit 239A. The external storage device 238b is an external semiconductor storage medium (for example, having a capacity of several hundred MB to several GB) also called a so-called main memory, and a hard disk device (HDD) having a larger capacity (several hundred GB or more) than the main memory. ) Etc. As is well known, the CPU access is faster in the cache memory than in the main memory.

プロセッサコア部239Aは、外部記憶装置238bと数値演算処理部234との間でデータ入出力と各粒子挙動解析装置202間の情報通信に同じバスを共用するものである。つまり、プロセッサコア部239Aは、他の粒子挙動解析装置202の各プロセッサコア(数値演算処理部234)間の通信(以下コア間通信と称する)用および共有メモリ(外部記憶装置238b)へのアクセス(以下メモリアクセスと称する)用のバス(ネットワーク209を含む)を共有する構成となっている。   The processor core unit 239A shares the same bus for data input / output and information communication between the particle behavior analysis devices 202 between the external storage device 238b and the numerical operation processing unit 234. That is, the processor core unit 239A is used for communication (hereinafter referred to as inter-core communication) between the processor cores (numerical calculation processing units 234) of the other particle behavior analysis device 202 and access to the shared memory (external storage device 238b). A bus (including the network 209) for sharing (hereinafter referred to as memory access) is shared.

データ入力部220は、指示入力装置210を構成するキーボードやマウスを介して操作者より入力されるコマンドやデータを受け付け、データ処理部230、分割処理部250にそれぞれで必要とされるデータを渡す。ここで、本実施形態では、データ入力部220は、各粒子挙動解析装置202の数値演算処理部234の処理性能の情報を指示入力装置210を介して受け付けておく。また、データ入力部220は、解析の対象としている装置(たとえば現像装置40)の構成および解析対象粒子(たとえば現像剤粒子102)の座標、物性値に関するデータなどを指示入力装置210を介して受け付ける。   The data input unit 220 receives commands and data input from the operator via the keyboard and mouse constituting the instruction input device 210, and passes the data necessary for the data processing unit 230 and the division processing unit 250, respectively. . Here, in the present embodiment, the data input unit 220 receives information on the processing performance of the numerical calculation processing unit 234 of each particle behavior analysis device 202 via the instruction input device 210. Further, the data input unit 220 receives, via the instruction input device 210, the configuration of the device to be analyzed (for example, the developing device 40), the coordinates of the particles to be analyzed (for example, the developer particles 102), and data related to physical property values. .

データ受付部232は、データ入力部220から入力されたデータを外部記憶装置238bに記憶し、数値計算時に必要なデータを数値演算処理部234に供給する。外部記憶装置238bには、たとえば、データ入力部220を介して受け取った、解析の対象としている装置(たとえば現像装置40)の構成および解析対象粒子(たとえば現像剤粒子102)の座標、物性値に関するデータなどが記憶される。   The data receiving unit 232 stores the data input from the data input unit 220 in the external storage device 238b, and supplies data necessary for numerical calculation to the numerical operation processing unit 234. In the external storage device 238b, for example, the configuration of the device to be analyzed (for example, the developing device 40), the coordinates of the analysis target particles (for example, the developer particles 102), and the physical property values received via the data input unit 220 are stored. Data etc. are stored.

分割処理部250は、縦N・横Nの力マトリクスを使用するように設定し、各力マトリクスに解析対象粒子を割り当てる。   The division processing unit 250 is set to use a vertical N / horizontal N force matrix, and assigns analysis target particles to each force matrix.

粒子挙動解析装置202は、解析対象範囲内の解析対象要素を、ネットワーク209で接続された各粒子挙動解析装置202の各数値演算処理部234のそれぞれに分配する第1の分配処理部の一例である解析負荷分配処理部の機能を具備する。この解析負荷分配処理部は、たとえば、各ノードのプロセッサコアの処理性能が同じであるときには、各ノードでの計算量が均等となるようにすることも考慮する。たとえば、処理対象要素を予め決められた並行処理の分割法により分割するに当たり、それぞれ複数の計算装置で構成された各計算システム(粒子挙動解析システム200)における同一範囲時点での計算時間(ステップ当たりの計算時間)が同等となるように解析対象要素を分配する。この解析負荷分配処理部は、図示のように分割処理部250が兼用する構成(解析負荷分配処理部251と記す)としてもよいし、分割処理部250とは別の機能要素として設けてもよい。   The particle behavior analysis device 202 is an example of a first distribution processing unit that distributes analysis target elements within the analysis target range to each numerical operation processing unit 234 of each particle behavior analysis device 202 connected by the network 209. It has the function of a certain analysis load distribution processing unit. For example, when the processing performance of the processor core of each node is the same, this analysis load distribution processing unit also considers that the calculation amount at each node is equal. For example, when dividing the processing target element by a predetermined parallel processing division method, the calculation time (per step) in each time point in the same range in each calculation system (particle behavior analysis system 200) configured by a plurality of calculation devices. The analysis target elements are distributed so that the calculation time is equal. The analysis load distribution processing unit may be configured to be shared by the division processing unit 250 (shown as an analysis load distribution processing unit 251) as illustrated, or may be provided as a functional element different from the division processing unit 250. .

解析負荷分配処理部251は、静電相互作用、磁気相互作用、機械的相互作用(接触力)、または付着力などの複数種類の粒子間相互作用を考慮する場合や、現像剤粒子102を構成する物性の異なる複数種類の粒子(本例ではキャリア粒子、トナー粒子、外添剤)を解析対象とする場合においても、並行解析処理時の各プロセッサコア間の計算時間差が本実施形態を適用しない場合よりも小さくなるように、解析対象の作用力の相違や粒子種の相違などに起因する相互作用力の計算負荷の相違を勘案して解析対象要素(力分割法ではたとえば粒子データ)を分配する分割処理(分配処理)を行なう。その結果として、全体としての解析処理時間が短縮される。解析対象要素を各粒子挙動解析装置202に分配することを負荷分配と称する。この際、本実施形態を適用しない場合は、各粒子挙動解析装置202(の数値演算処理部234)の処理性能は同一であるとして、それぞれの計算量(つまり解析負荷)が同じになるように負荷分配を行なう。   The analysis load distribution processing unit 251 configures the developer particles 102 when considering a plurality of types of particle interactions such as electrostatic interaction, magnetic interaction, mechanical interaction (contact force), or adhesion force. Even when a plurality of types of particles having different physical properties (in this example, carrier particles, toner particles, and external additives) are to be analyzed, the calculation time difference between the processor cores during parallel analysis processing does not apply this embodiment. Distribute analysis target elements (for example, particle data in force splitting method) taking into account differences in interaction force calculation load caused by differences in acting force and particle type of analysis target Division processing (distribution processing) is performed. As a result, the analysis processing time as a whole is shortened. Distributing the analysis target element to each particle behavior analysis apparatus 202 is referred to as load distribution. At this time, when this embodiment is not applied, the processing performance of each particle behavior analysis device 202 (the numerical calculation processing unit 234) is assumed to be the same, and the respective calculation amounts (that is, analysis loads) are the same. Perform load distribution.

これに対して、第1構成例の解析負荷分配処理部251は、各ノードのプロセッサコアの処理性能が異なるときには、粒子挙動解析処理時の相互作用力の計算量と、粒子挙動解析システム200を構成する各粒子挙動解析装置202の数値演算処理部234の処理性能(計算能力)を勘案して、各粒子挙動解析装置202での解析処理時間の差が小さくなるように、各粒子挙動解析装置202が扱う解析対象要素の量(つまり計算量)を制御する。各数値演算処理部234の処理性能が異なるときに、解析対象要素を均等に配分したのでは、つまり各計算機に同量の計算を行なわせたのでは、各ノードでの解析時間に相違が発生してしまい、解析処理効率の低下が発生する。そこで、本実施形態では、処理性能差も加味して各ノードでの解析時間差が本実施形態を適用しない場合よりも小さくなるように負荷分配を行なうのである。基本的な考え方は、解析負荷の重たい要素については優先的に処理性能の高い粒子挙動解析装置202(数値演算処理部234)に担当させる、換言すると、解析負荷の軽い要素については優先的に処理性能の低い粒子挙動解析装置202(数値演算処理部234)に担当させる。   On the other hand, when the processing performance of the processor core of each node is different, the analysis load distribution processing unit 251 of the first configuration example uses the calculation amount of the interaction force during the particle behavior analysis processing and the particle behavior analysis system 200. In consideration of the processing performance (calculation capability) of the numerical calculation processing unit 234 of each particle behavior analysis device 202 that constitutes each particle behavior analysis device, the difference in the analysis processing time in each particle behavior analysis device 202 is reduced. The amount of analysis target elements handled by 202 (that is, the amount of calculation) is controlled. When the processing performance of each numerical arithmetic processing unit 234 is different, if the analysis target elements are evenly distributed, that is, if the same amount of calculation is performed by each computer, a difference occurs in the analysis time at each node. As a result, the analysis processing efficiency is reduced. Therefore, in the present embodiment, load distribution is performed so that the analysis time difference at each node is smaller than in the case where the present embodiment is not applied in consideration of the processing performance difference. The basic idea is to preferentially cause the particle behavior analysis device 202 (numerical calculation processing unit 234) with high processing performance to preferentially process elements with heavy analysis load. In other words, preferentially process elements with low analysis load. The particle behavior analysis device 202 (numerical calculation processing unit 234) having low performance is assigned.

「各ノードのプロセッサコアの処理性能が異なる」とは、システムを構成するプロセッサコアの中に処理性能が他と異なるものが1つでも存在する場合であればよく、全てのプロセッサコアの処理性能が互いに異なることのみを意味するものではない。たとえば、N個のプロセッサコアで並行計算システムが構成されている場合に、N−1個のプロセッサコアの処理性能は同一であるが、残りの1個のプロセッサコアが他と処理性能が異なる場合も対象となる。   “The processing performance of the processor cores of each node is different” means that there is at least one processing core having a different processing performance among the processor cores constituting the system. Does not mean that they are different from each other. For example, when a parallel computing system is configured with N processor cores, the processing performance of N-1 processor cores is the same, but the remaining one processor core has a different processing performance from the others. Is also a target.

異なる処理性能を持った複数の計算機(つまりプロセッサコア)で並行計算システムを構築して並行処理アプリケーションを実施する場合、処理速度が速いものと遅いものが混在するため、システム全体としての処理速度は遅い計算機が律速となる。このため、速い計算機の性能が有効に活用されず、効率的な並行処理は実施されない。また、処理速度向上が求められる場合は、処理速度が遅いものを使用せず、処理速度が速いものしか使用せずにシステムを構築することになってしまう。このことは、換言すると、遅い計算機は有効に利用されないので、結果として、効率的な並行計算が困難になる。何れの場合も、計算機の資源が有効に使用されないことになる。   When building a parallel computing system with multiple computers (that is, processor cores) with different processing performance and implementing a parallel processing application, there are a mix of fast and slow processing speeds. A slow computer is rate limiting. For this reason, the performance of a fast computer is not effectively utilized, and efficient parallel processing is not performed. Further, when improvement in processing speed is required, a system is constructed without using a slow processing speed and using only a high processing speed. In other words, since slow computers are not used effectively, as a result, efficient parallel computation becomes difficult. In either case, the computer resources are not used effectively.

そこで、本実施形態では、異なる処理性能を持った複数の計算機で並行計算システムを構築して並行処理アプリケーションを実施する場合においても、各計算機の処理性能を有効に利用するべく、全ての計算機を無駄なく使用するように、粒子挙動解析処理時の相互作用力の計算量と、各数値演算処理部234の処理性能を勘案して解析対象要素を分配するのである。速い計算機(数値演算処理部234)と遅い計算機(数値演算処理部234)の全てを利用することでコンピュータ資源を有効に活用するのである。特に、本実施形態では、分割手法として並行効果の高い力分割並行法を用いることで並行性能を確保し、他の分割法よりも高速の計算を実現するのである。   Therefore, in the present embodiment, even when a parallel processing system is constructed with a plurality of computers having different processing performances and a parallel processing application is executed, all the computers are used in order to effectively use the processing performance of each computer. The elements to be analyzed are distributed in consideration of the calculation amount of the interaction force at the time of the particle behavior analysis processing and the processing performance of each numerical calculation processing unit 234 so as to use without waste. By utilizing all of the fast computer (numerical computation processing unit 234) and the slow computer (numerical computation processing unit 234), the computer resources are effectively utilized. In particular, in the present embodiment, by using a force division parallel method having a high parallel effect as a division method, parallel performance is ensured, and higher-speed calculation is realized than other division methods.

相互作用力の計算量に影響を与える物理特性としては、たとえば、相互作用力の種類(クーロン力や磁気相互作用力など)や解析対象粒子が属する領域や解析対象粒子の種類(たとえばキャリア粒子やトナー粒子など)などが考えられる。各ノードのプロセッサコアに処理性能差がある場合でも、並行解析処理時の各プロセッサコア間の計算時間差が本実施形態を適用しない場合よりも小さくなるように、解析対象の相互作用力や解析対象粒子が属する領域や粒子種の各相違などに起因する相互作用力の計算負荷の相違を勘案して解析対象要素を分配する分割処理(分配処理)を行なうのである。   Examples of physical characteristics that affect the amount of calculation of interaction force include the type of interaction force (Coulomb force, magnetic interaction force, etc.), the region to which the analysis target particle belongs, and the type of analysis target particle (for example, carrier particle, Toner particles, etc.). Even if there is a difference in processing performance between the processor cores of each node, the interaction force and analysis target of the analysis target are reduced so that the calculation time difference between the processor cores during parallel analysis processing is smaller than when this embodiment is not applied. A division process (distribution process) for distributing the analysis target elements is performed in consideration of the difference in the calculation load of the interaction force caused by the difference between the region to which the particle belongs and the particle type.

ここで、「数値演算処理部234の処理性能(計算能力)」とは、たとえば、数値演算処理部234がシングルコアで構成されている第1構成例の場合は粒子挙動解析システム200を構成する各粒子挙動解析装置202の各数値演算処理部234(つまりシングルコア)の処理性能を意味する。   Here, the “processing performance (calculation capability) of the numerical operation processing unit 234” is, for example, the particle behavior analysis system 200 in the case of the first configuration example in which the numerical operation processing unit 234 is configured with a single core. It means the processing performance of each numerical calculation processing unit 234 (that is, a single core) of each particle behavior analysis device 202.

解析負荷分配処理部251は、分割担当領域や分割担当粒子(のグループ)をそれぞれ1個の数値演算処理部234(つまりシングルコア)の計算装置(粒子挙動解析装置202)で構成された計算システム(粒子挙動解析システム200)に割り当てる。データ処理部230では、他の分割部分に関しての処理を担当する他の各数値演算処理部234との間でデータ通信を行ないつつ、分割された担当する分割部分について、力分割法による粒子挙動解析を行なう。   The analysis load distribution processing unit 251 is a calculation system configured by a calculation device (particle behavior analysis device 202) of a single numerical operation processing unit 234 (that is, a single core) for each division assigned region and divided particle (group). (Particle behavior analysis system 200). In the data processing unit 230, while performing data communication with each of the other numerical calculation processing units 234 in charge of processing related to the other divided portions, the particle behavior analysis by the force division method is performed on the divided divided portions. To do.

力分割法を適用したデータ処理時には、粒子間距離と相互作用力との関係(相互作用力の距離依存性)を考慮して、解析対象粒子種を複数とする複数成分粒子系の解析時には複数のカットオフを設定してもよい。たとえば、解析対象の相互作用力が距離の近い粒子との相互作用についてのみ着目すればよい相互作用力(近距離力もしくは短距離力と称する)であるときにはカットオフを小さく設定し、距離の近い粒子とだけでなく距離の離れた粒子との相互作用についても着目する必要のある相互作用力(遠距離力もしくは長距離力と称する)であるときにはカットオフを大きく設定する。   When processing data using the force splitting method, consider the relationship between the interparticle distance and the interaction force (distance dependence of the interaction force), and analyze multiple component particle systems with multiple particle types to be analyzed. A cutoff may be set. For example, when the interaction force to be analyzed is an interaction force that should be focused only on the interaction with particles close to each other (referred to as short-range force or short-range force), the cut-off is set small and the distance is close When the interaction force needs to be paid attention not only to the particles but also to the particles at a distance, the cut-off is set large.

メモリアクセス制御部237は、粒子挙動解析装置202aの計算管理ノード側の筐体内に設けられている。メモリアクセス制御部237は、粒子挙動解析システム200D,200Eを構成する全ての粒子挙動解析装置202の外部記憶装置238bへのメモリアクセスを管理する。   The memory access control unit 237 is provided in a case on the calculation management node side of the particle behavior analysis apparatus 202a. The memory access control unit 237 manages memory access to the external storage device 238b of all the particle behavior analysis devices 202 constituting the particle behavior analysis systems 200D and 200E.

数値演算処理部234は、データ受付部232から供給されたデータに基づき、たとえば粒子の一例である現像剤粒子102(詳細にはキャリア粒子やトナー粒子など)について、磁気相互作用、静電相互作用、または機械的相互作用(接触力)など、複数の相互作用を同時に考慮した粒子挙動を、力分割法を適用してシミュレーション処理にて解析する。数値演算処理部234は、その解析結果の出力ファイルを予め決められたタイミングごとにバスインタフェース部235に供給する。   Based on the data supplied from the data receiving unit 232, the numerical calculation processing unit 234 performs magnetic interaction and electrostatic interaction on developer particles 102 (specifically, carrier particles, toner particles, and the like) as an example of particles. The particle behavior considering a plurality of interactions such as mechanical interaction (contact force) at the same time is analyzed by a simulation process by applying a force division method. The numerical operation processing unit 234 supplies the output file of the analysis result to the bus interface unit 235 at a predetermined timing.

たとえば、先ず、主粒子挙動解析装置202aは、現時点において粒子挙動解析処理に使用可能な粒子挙動解析システム200を構成する粒子挙動解析装置202の数(プロセッサ数)を特定する。この後、計算に必要な各種物理パラメータや粒子の初期配置や力分割法で特に必要となる解析対象粒子数などの計算条件を読み込む。そして、特定した各粒子挙動解析装置202(プロセッサ)を、力分割法に従ってマトリクス配置して、解析対象の粒子(現像剤粒子102を構成するキャリア粒子やトナー粒子)を割り当てる。   For example, first, the main particle behavior analysis device 202a specifies the number (the number of processors) of the particle behavior analysis devices 202 constituting the particle behavior analysis system 200 that can be used for the particle behavior analysis processing at the present time. Thereafter, various physical parameters necessary for the calculation, initial arrangement of particles, and calculation conditions such as the number of analysis target particles that are particularly necessary in the force division method are read. Then, the identified particle behavior analysis devices 202 (processors) are arranged in a matrix according to the force division method, and the analysis target particles (carrier particles and toner particles constituting the developer particles 102) are assigned.

次に、複数種類の多体粒子間相互作用力を、特定プロセッサコアに分配して計算する。このとき、複数種類の多体粒子間相互作用に対しては、それぞれ別の力マトリックスを用いて計算する。たとえば、担当マトリクス中の相手粒子との間における磁気相互作用を、当該磁気相互作用解析用の力マトリックスを用いて解析処理する。次に、バスインタフェース部235を介して特定プロセッサコア間で通信し、磁気相互作用について、分配して計算した磁気相互作用力の総和値を求める。   Next, a plurality of types of interaction forces between many-body particles are distributed to specific processor cores and calculated. At this time, a plurality of types of interaction between many-body particles are calculated using different force matrices. For example, the magnetic interaction with the partner particle in the assigned matrix is analyzed using the force matrix for the magnetic interaction analysis. Next, communication is performed between specific processor cores via the bus interface unit 235, and the total value of the magnetic interaction forces calculated by distributing the magnetic interaction is obtained.

同様にして、担当マトリクス中の相手粒子との間における静電相互作用を、当該静電相互作用解析用の力マトリックスを用いて解析処理する。次に、バスインタフェース部235を介して特定プロセッサコア間で通信し、静電相互作用について、分配して計算した静電相互作用力の総和値を求める。   Similarly, the electrostatic interaction with the partner particle in the assigned matrix is analyzed using the force matrix for the electrostatic interaction analysis. Next, communication is performed between specific processor cores via the bus interface unit 235, and the total value of electrostatic interaction forces calculated by distributing the electrostatic interaction is obtained.

また、担当マトリクス中の相手粒子との間における機械的相互作用(接触力)を、当該機械的相互作用解析用の力マトリックスを用いて解析処理する。次に、バスインタフェース部235を介して特定プロセッサコア間で通信し、機械的相互作用について、分配して計算した機械的相互作用力の総和値を求める。   Further, the mechanical interaction (contact force) with the partner particle in the assigned matrix is analyzed using the force matrix for analyzing the mechanical interaction. Next, communication is performed between specific processor cores via the bus interface unit 235, and the total value of the mechanical interaction forces calculated by distributing the mechanical interaction is obtained.

さらに、磁気相互作用、静電相互作用、および機械的相互作用(接触力)のそれぞれについて求めた各総和値を加算して全総和値を求める。次に、磁気相互作用、静電相互作用、および機械的相互作用(接触力)の全総和値を使用して、各粒子の運動方程式を解き、位置座標を計算する。そして、このようにして求めた各粒子の位置座標を、相互作用マトリクスに関係する特定プロセッサコアに送り(通信し)、計算情報を更新する。この後、予め決められた計算ステップに到達するまで、同様の処理を繰り返す。   Furthermore, the sum total value calculated | required about each of a magnetic interaction, an electrostatic interaction, and mechanical interaction (contact force) is added, and a total sum value is calculated | required. Next, using the total sum of the magnetic interaction, electrostatic interaction, and mechanical interaction (contact force), the equation of motion of each particle is solved and the position coordinates are calculated. Then, the position coordinates of each particle obtained in this way are sent (communication) to a specific processor core related to the interaction matrix, and the calculation information is updated. Thereafter, the same processing is repeated until a predetermined calculation step is reached.

バスインタフェース部235は、各計算ステップでの計算データの受け渡しを他の粒子挙動解析装置202の数値演算処理部234の間で行なう以外に、予め決められた計算ステップごとに、数値演算処理部234での計算結果の出力ファイルを受け取り、情報提示部240に渡す。情報提示部240は、各粒子挙動解析装置202からのデータを集約して、表示データに変換し、表示装置212に供給する。表示装置212は、情報提示部240から供給された表示データに基づく処理結果画像を表示する。実際には確認困難な現像剤粒子102の挙動を視覚的に把握できるように、現像剤粒子102の挙動予測を可視化して表示装置212上に表示するのである。   The bus interface unit 235 transfers the calculation data at each calculation step between the numerical calculation processing units 234 of the other particle behavior analysis apparatuses 202, and for each predetermined calculation step, the bus calculation unit 234 The calculation result output file is received and passed to the information presentation unit 240. The information presentation unit 240 aggregates data from each particle behavior analysis device 202, converts it into display data, and supplies it to the display device 212. The display device 212 displays a processing result image based on the display data supplied from the information presentation unit 240. The behavior prediction of the developer particle 102 is visualized and displayed on the display device 212 so that the behavior of the developer particle 102 that is actually difficult to confirm can be visually grasped.

[ソフトウェア処理での対応]
なお、プロセッサコアは、数値演算処理部234として機能するだけでなく、その他の一般的な演算処理機能や制御機能など、一般的なCPUが備える機能を実現し得るものである。副粒子挙動解析装置202bには、CPU(本例の場合は各プロセッサコア)がプログラム処理により各機能部として機能するようにするための仕組みとして、一般的な電子計算装置(コンピュータ)と同様の構成も備えコンピュータシステムを構築している。
[Support for software processing]
Note that the processor core not only functions as the numerical operation processing unit 234 but also can realize functions provided by a general CPU such as other general arithmetic processing functions and control functions. The secondary particle behavior analysis apparatus 202b has a mechanism similar to that of a general electronic computer (computer) as a mechanism for allowing a CPU (each processor core in this example) to function as each functional unit by program processing. A computer system is built with a configuration.

本実施形態において、粒子の挙動を解析する仕組みは、ハードウェア処理回路により構成することに限らず、その機能を実現するプログラムコードに基づき電子計算装置(コンピュータ)を用いてソフトウェア的に実現する態様にしてもよい。よって、本実施形態に係る仕組みを、電子計算装置(コンピュータ)を用いてソフトウェアで実現するために好適なプログラムまたはこのプログラムを格納したコンピュータ読取可能な記録媒体(記憶媒体)も発明として抽出される。ソフトウェアにより本実施形態を実行させる仕組みとすることで、ハードウェアの変更を伴うことなく処理手順や判定基準などが容易に変更されることとなる。   In the present embodiment, the mechanism for analyzing the behavior of the particles is not limited to being configured by a hardware processing circuit, but is realized by software using an electronic computer (computer) based on a program code that realizes the function. It may be. Therefore, a program suitable for realizing the mechanism according to the present embodiment by software using an electronic computer (computer) or a computer-readable recording medium (storage medium) storing this program is also extracted as an invention. . By adopting a mechanism for causing the present embodiment to be executed by software, the processing procedure, determination criteria, and the like can be easily changed without changing hardware.

一連の粒子挙動解析処理はハードウェアまたはソフトウェアの単独に限らずその両者の複合構成によっても実現され得る。ソフトウェアによる処理を実行する場合、処理手順を示したプログラムを、ハードウェアに組み込まれたコンピュータ内の記憶媒体に組み込んで(インストールして)実行させたり、各種処理が実行可能な汎用の電子計算装置にプログラムを組み込んで実行させる。   A series of particle behavior analysis processing can be realized not only by hardware or software alone but also by a combined configuration of both. When executing processing by software, a general-purpose electronic computing device capable of executing (installing) and executing a program indicating a processing procedure in a storage medium in a computer incorporated in hardware or executing various processing Incorporate the program and run it.

粒子挙動解析処理機能をコンピュータに実行させるプログラムは、たとえば可搬型の記録媒体を通じて配布・提供される。たとえばプログラムは、CD−ROM(Compact Disc Read Only Memory )やFD(フレキシブルディスク)に格納されて配布・提供されてもよい。また、MO(Magneto Optical Disk)ドライブを設け、MOに前記プログラムを格納してもよく、またフラッシュメモリなどの不揮発性の半導体メモリを利用したカード型の記憶媒体など、その他の記録媒体にプログラムを格納して配布・提供してもよい。   A program for causing a computer to execute the particle behavior analysis processing function is distributed and provided through, for example, a portable recording medium. For example, the program may be distributed and provided by being stored on a CD-ROM (Compact Disc Read Only Memory) or FD (flexible disc). Also, an MO (Magneto Optical Disk) drive may be provided to store the program in the MO, and the program may be stored in another recording medium such as a card-type storage medium using a non-volatile semiconductor memory such as a flash memory. It may be stored and distributed / provided.

ソフトウェアを構成するプログラムは、記録媒体を介して配布・提供されることに限らず、通信手段(有線・無線は不問)を介して配布・提供されてもよい。たとえば、他のサーバなどからインターネットなどのネットワークを経由してプログラムをダウンロードして取得したり、または更新したりしてもよい。   The program constituting the software is not limited to being distributed / provided via a recording medium, but may be distributed / provided via communication means (wired / wireless is not required). For example, the program may be obtained by downloading or updating from another server via a network such as the Internet.

粒子挙動解析処理を行なう機能を実現するプログラムコードを記述したファイルとしてプログラムが提供されるが、この場合、一括のプログラムファイルとして提供されることに限らず、コンピュータで構成されるシステムのハードウェア構成に応じて、個別のプログラムモジュールとして提供されてもよい。   The program is provided as a file describing a program code that realizes the function of performing particle behavior analysis processing. In this case, the program is not limited to being provided as a batch program file, and the hardware configuration of a system configured by a computer Depending on the case, it may be provided as an individual program module.

たとえば、コンピュータシステムは、プロセッサコアが機能する中央制御部910、読出専用の記憶部であるROM(Read Only Memory)、または随時読出し・書込みが可能なメモリであるRAM(Random Access Memory)などを具備する記憶部912、操作部914、図示を割愛したその他の周辺部材を有する。ROMには粒子挙動解析処理機能用の制御プログラムなどが格納される。操作部914は、利用者による操作を受け付けるためのユーザインタフェースである。   For example, the computer system includes a central control unit 910 in which a processor core functions, a ROM (Read Only Memory) that is a read-only storage unit, or a RAM (Random Access Memory) that is a memory that can be read and written as needed. A storage unit 912, an operation unit 914, and other peripheral members not shown. The ROM stores a control program for the particle behavior analysis processing function. The operation unit 914 is a user interface for accepting an operation by a user.

コンピュータシステムの制御系としては、メモリカードなどの図示を割愛した外部記録媒体を挿脱可能に構成し、またインターネットなどの通信網との接続を行ない得るように構成するとよい。このためには、制御系は、中央制御部910や記憶部912の他に、可搬型の記録媒体の情報を読み込むメモリ読出部920や外部との通信インタフェース手段としての通信I/F922を備えるようにするとよい。メモリ読出部920を備えることで外部記録媒体からプログラムのインストールや更新を行ない得るようになる。通信I/F922を備えることで、通信網を介しプログラムのインストールや更新を行ない得るようになる。   The control system of the computer system may be configured such that an external recording medium such as a memory card that is not shown can be inserted and removed and can be connected to a communication network such as the Internet. For this purpose, the control system includes a memory reading unit 920 that reads information on a portable recording medium and a communication I / F 922 as a communication interface unit with the outside in addition to the central control unit 910 and the storage unit 912. It is good to. By providing the memory reading unit 920, the program can be installed or updated from an external recording medium. By providing the communication I / F 922, the program can be installed or updated via the communication network.

もちろん、本実施形態の仕組みはソフトウェア処理のみで実現されることに限らず、本実施形態の粒子挙動解析処理を実現するための情報処理装置の各部(機能ブロックを含む)の具体的手段は、ハードウェア、ソフトウェア、通信手段、これらの組み合わせ、その他の手段を用いてよく、このこと自体は当業者において自明である。また、機能ブロック同士が複合して1つの機能ブロックに集約されてもよい。また、コンピュータにプログラム処理を実行させるソフトウェアは、ハードウェアや通信手段などの組合せの態様に応じて個別のプログラムモジュールとして分配してインストールされ得る。   Of course, the mechanism of the present embodiment is not limited to software processing alone, and specific means of each unit (including functional blocks) of the information processing apparatus for realizing the particle behavior analysis processing of the present embodiment are: Hardware, software, communication means, combinations thereof, and other means may be used, as such will be obvious to those skilled in the art. Moreover, the functional blocks may be combined and integrated into one functional block. Further, software that causes a computer to execute program processing can be distributed and installed as individual program modules according to the combination of hardware and communication means.

[第2構成例]
図4〜図4Aは、粒子挙動解析装置202の他の構成例を説明する図である。ここで、図4は、特に第2構成例の粒子挙動解析システム200Dにおける計算管理ノードの機能を具備した主粒子挙動解析装置202aに着目したブロック図である。図4Aは、第2構成例の粒子挙動解析システム200Dにおける一般ノードの機能を具備した副粒子挙動解析装置202bに着目したブロック図である。以下では、第1構成例との相違点を中心に説明する。
[Second configuration example]
4 to 4A are diagrams for explaining another configuration example of the particle behavior analysis apparatus 202. FIG. Here, FIG. 4 is a block diagram focusing on the main particle behavior analysis device 202a having the function of the calculation management node in the particle behavior analysis system 200D of the second configuration example. FIG. 4A is a block diagram focusing on the secondary particle behavior analysis apparatus 202b having a function of a general node in the particle behavior analysis system 200D of the second configuration example. Below, it demonstrates centering around difference with a 1st structural example.

第2構成例の粒子挙動解析システム200Dは、数値演算処理部234を、複数の粒子挙動計算機能部(数値演算処理部234_@)の組合せで構成されたマルチコアとしたものである。この対処のため、図4に示すように、データ処理部230は、データ受付部232、メモリアクセス制御部237、一時記憶部238aの他に、解析負荷分配処理部233をさらに備え、また、複数の数値演算処理部234および一時記憶部238aを同一パッケージ(筐体)に具備するマルチコア部239Bを備えている。解析負荷分配処理部233は、第1の分配処理部の一例である解析負荷分配処理部251により当該粒子挙動解析装置202に分配された解析対象要素を、複数の数値演算処理部234_@のそれぞれに分配する第2の分配処理部(特に演算部内解析負荷分配処理部とも称する)の一例である。第2構成例では数値演算処理部234_@が粒子挙動計算機能部の一例として機能する。マルチコア部239Bは第1構成例のプロセッサコア部239Aと対応するものである。   In the particle behavior analysis system 200D of the second configuration example, the numerical calculation processing unit 234 is a multi-core configured by a combination of a plurality of particle behavior calculation function units (numerical calculation processing units 234_ @). To deal with this, as shown in FIG. 4, the data processing unit 230 further includes an analysis load distribution processing unit 233 in addition to the data reception unit 232, the memory access control unit 237, and the temporary storage unit 238a. Are provided with a multi-core unit 239B having the numerical calculation processing unit 234 and the temporary storage unit 238a in the same package (housing). The analysis load distribution processing unit 233 converts the analysis target elements distributed to the particle behavior analysis device 202 by the analysis load distribution processing unit 251 which is an example of the first distribution processing unit into each of the plurality of numerical operation processing units 234_ @. 2 is an example of a second distribution processing unit (particularly also referred to as an in-calculation analysis load distribution processing unit). In the second configuration example, the numerical operation processing unit 234_ @ functions as an example of a particle behavior calculation function unit. The multi-core unit 239B corresponds to the processor core unit 239A of the first configuration example.

マルチコア部239Bは、数値演算処理を行なう複数のプロセッサコア(単に「コア」とも称する)とキャッシュメモリと称される内蔵メモリを具備したマルチコアCPUで構成されるものである。ここでは一例として4個のプロセッサコアを具備するクアッドコアCPUの例で示す。   The multi-core unit 239B is configured by a multi-core CPU including a plurality of processor cores (also simply referred to as “cores”) that perform numerical calculation processing and a built-in memory called a cache memory. Here, as an example, a quad-core CPU having four processor cores is shown.

クアッドコアCPUであり、数値演算処理部234には、4つの数値演算処理部234_@(234_1,234_2,234_3,234_4)が設けられている。このような数値演算処理部234をクワッドコア234Bとも称する。そして、マルチコア部239Bは、クワッドコア234B(つまり4つの数値演算処理部234:234_1,234_2,234_3,234_4)、2つの数値演算処理部234ごとに設けられた出力データ処理部として機能するバスインタフェース部235(235_1,235_2)、2つの数値演算処理部234ごとに設けられた一時記憶部238a(238a_1,238a_2)を有する。   This is a quad-core CPU, and the numerical value calculation processing unit 234 is provided with four numerical value calculation processing units 234_ @ (234_1, 234_2, 234_3, 234_4). Such a numerical operation processing unit 234 is also referred to as a quad core 234B. The multi-core unit 239B is a quad interface 234B (that is, four numerical operation processing units 234: 234_1, 234_2, 234_3, and 234_4) that functions as an output data processing unit provided for each of the two numerical operation processing units 234. Unit 235 (235_1, 235_2) and temporary storage unit 238a (238a_1, 238a_2) provided for each of the two numerical operation processing units 234.

なお、この例では、2つの数値演算処理部234ごとにバスインタフェース部235(235_1,235_2)を設けているがこのことは必須ではなく、数値演算処理部234ごとに設けてもよいし、データ処理部230内の全ての数値演算処理部234に対して1つのバスインタフェース部235を設けてもよい。   In this example, the bus interface unit 235 (235_1, 235_2) is provided for each of the two numerical operation processing units 234, but this is not essential, and may be provided for each numerical operation processing unit 234, or data One bus interface unit 235 may be provided for all the numerical operation processing units 234 in the processing unit 230.

マルチコア部239Bは、外部記憶装置238bとクワッドコア234Bの各数値演算処理部234_@との間でデータ入出力と各粒子挙動解析装置202間の情報通信に同じバスを共用する。つまり、マルチコア部239Bは、各プロセッサコア間の通信(他の粒子挙動解析装置202のものも含む:以下コア間通信と称する)用および共有メモリ(外部記憶装置238b)へのアクセス(以下メモリアクセスと称する)用のバス(ネットワーク209を含む)を共有する構成となっている。   The multi-core unit 239B shares the same bus for data input / output and information communication between the particle behavior analysis devices 202 between the external storage device 238b and each numerical operation processing unit 234_ @ of the quad core 234B. That is, the multi-core unit 239B communicates between the processor cores (including those of other particle behavior analysis devices 202: hereinafter referred to as inter-core communication) and accesses to the shared memory (external storage device 238b) (hereinafter referred to as memory access). The bus (including the network 209) is shared.

解析負荷分配処理部233は、演算部内解析負荷分配処理部の一例であり、データ受付部232が受け付けた解析対象データ(外部記憶装置238bに保存される)を、さらに、マルチコア部239Bが備えるクワッドコア234Bの各数値演算処理部234_@に分配する。解析負荷分配処理部233において、解析負荷分配処理部251により粒子挙動解析装置202に分配された解析対象要素をさらに各数値演算処理部234_@に分配することを演算部内での負荷分配と称する。たとえば、解析負荷分配処理部233は、クワッドコア234Bの数値演算処理部234(プロセッサコア)の計算負荷が均等となるように分配する。基本的には、マルチコアを構成する各コアプロセッサの処理性能は同一であるのが一般的であり、マルチコアで構成されている数値演算処理部234に割り当てられた解析対象範囲を、さらに、各数値演算処理部234_@に均等に配分すればよい。   The analysis load distribution processing unit 233 is an example of an in-calculation analysis load distribution processing unit, and the analysis target data received by the data receiving unit 232 (stored in the external storage device 238b) is further included in the quad included in the multi-core unit 239B. This is distributed to each numerical value calculation processing unit 234_ @ of the core 234B. In the analysis load distribution processing unit 233, the distribution of the analysis target elements distributed to the particle behavior analysis device 202 by the analysis load distribution processing unit 251 to each numerical calculation processing unit 234_ @ is referred to as load distribution in the calculation unit. For example, the analysis load distribution processing unit 233 distributes the calculation load of the numerical operation processing unit 234 (processor core) of the quad core 234B so as to be equal. Basically, the processing performance of each core processor constituting the multi-core is generally the same, and the analysis target range assigned to the numerical operation processing unit 234 constituted by the multi-core is further set to each numerical value. What is necessary is just to distribute equally to the arithmetic processing part 234_ @.

第1構成例と同様に、解析負荷分配処理部251は、粒子挙動解析処理時の相互作用力の計算量と、粒子挙動解析システム200を構成する各粒子挙動解析装置202の数値演算処理部234の処理性能(計算能力)を勘案して、解析対象要素を分配する。   Similar to the first configuration example, the analysis load distribution processing unit 251 calculates the amount of interaction force during the particle behavior analysis processing and the numerical calculation processing unit 234 of each particle behavior analysis device 202 included in the particle behavior analysis system 200. The analysis target elements are distributed in consideration of the processing performance (calculation capability) of

ここで、「各数値演算処理部234の処理性能(計算能力)」とは、数値演算処理部234Bがマルチコア部239Bである第2構成例の場合、そのマルチコア部239B全体としての処理性能と、各マルチコア部239Bを構成する各数値演算処理部234の双方の処理性能を考慮する。   Here, in the case of the second configuration example in which the numerical operation processing unit 234B is the multi-core unit 239B, the “processing performance (calculation capability) of each numerical operation processing unit 234” refers to the processing performance of the entire multi-core unit 239B, Consider the processing performance of both the numerical operation processing units 234 constituting each multi-core unit 239B.

このとき、第1構成例と同様にして、解析負荷分配処理部251が全ての数値演算処理部234の処理性能を勘案して負荷分配を行なうシステム構成にすることも考えられるが、粒子挙動解析装置202内の数値演算処理部234_@の処理性能を解析負荷分配処理部251で把握する必要がありシステム運用が大変になる。そこで、第2構成例では、各粒子挙動解析装置202に解析負荷分配処理部233を配置して、粒子挙動解析装置202内での負荷分配は解析負荷分配処理部233が担当するシステム構成にしている。   At this time, similarly to the first configuration example, the analysis load distribution processing unit 251 may consider a processing configuration of all the numerical calculation processing units 234 to make a system configuration that performs load distribution. It is necessary to grasp the processing performance of the numerical operation processing unit 234_ @ in the apparatus 202 by the analysis load distribution processing unit 251, which makes system operation difficult. Therefore, in the second configuration example, the analysis load distribution processing unit 233 is arranged in each particle behavior analysis device 202, and the load distribution in the particle behavior analysis device 202 is configured as a system configuration in charge of the analysis load distribution processing unit 233. Yes.

この場合、解析負荷分配処理部251は、各粒子挙動解析装置202(詳しくはマルチコア部239Bを構成するクワッドコア234B)の処理性能が異なるときには、粒子挙動解析処理時の相互作用力の計算量と、各粒子挙動解析装置202の各マルチコア(本例ではクワッドコア234B)の処理性能(計算能力)を勘案して、解析対象要素を分配する。第1構成例において、数値演算処理部234をクワッドコア234Bと置き換えて考えればよい。   In this case, when the processing performance of each particle behavior analysis device 202 (specifically, the quad core 234B configuring the multi-core unit 239B) is different, the analysis load distribution processing unit 251 calculates the amount of interaction force during the particle behavior analysis processing. The analysis target elements are distributed in consideration of the processing performance (calculation capability) of each multi-core (quad core 234B in this example) of each particle behavior analysis apparatus 202. In the first configuration example, the numerical calculation processing unit 234 may be replaced with the quad core 234B.

よって、「各粒子挙動解析装置202のマルチコアの処理性能が異なる」とは、粒子挙動解析システム200を構成する粒子挙動解析装置202のマルチコアの中に処理性能が他と異なるものが1つでも存在する場合であればよく、全てのマルチコアの処理性能が互いに異なることのみを意味するものではない。たとえば、N個のマルチコアで並行計算システムが構成されている場合に、N−1個のマルチコアの処理性能は同一であるが、残りの1個のマルチコアが他と処理性能が異なる場合も対象となる。   Therefore, “the multicore processing performance of each particle behavior analysis device 202 is different” means that there is at least one of the multicores of the particle behavior analysis device 202 constituting the particle behavior analysis system 200 that has different processing performance. It does not mean that all multi-core processing performances are different from each other. For example, when a parallel computing system is configured with N multicores, the processing performance of N-1 multicores is the same, but the remaining one multicore has a different processing performance from the other. Become.

「マルチコアの処理性能」とは、マルチコア(本例ではクワッドコア234B)を構成する各プロセッサコア(数値演算処理部234_@)の処理性能が同一であるのか異なっているのかを問わず、そのマルチコア全体としての処理性能を意味する。第2構成例では、粒子挙動解析装置202内での負荷分配は解析負荷分配処理部233が担当するシステム構成にしているので、マルチコアを構成する各プロセッサコアの処理性能差を考慮しなくてもよいことに基づく。   “Multi-core processing performance” means whether the processing performance of each processor core (numerical calculation processing unit 234_ @) constituting the multi-core (quad core 234B in this example) is the same or different. It means the overall processing performance. In the second configuration example, since the load distribution in the particle behavior analysis apparatus 202 is a system configuration in which the analysis load distribution processing unit 233 is in charge, it is not necessary to consider the processing performance difference of each processor core constituting the multi-core. Based on good things.

よってこの場合、解析負荷分配処理部251は、分割担当領域や分割担当粒子(のグループ)をそれぞれ複数の計算装置(粒子挙動解析装置202)で構成された計算システム(粒子挙動解析システム200)に割り当てる。データ処理部230では、他の分割部分に関しての処理を担当する他の粒子挙動解析装置202のマルチコア部239B(そこに属する各数値演算処理部234_@)との間でデータ通信を行ないつつ、分割された担当する分割部分について、力分割法による粒子挙動解析を行なう。   Therefore, in this case, the analysis load distribution processing unit 251 assigns the division charge region and the division charge particle (group) to a calculation system (particle behavior analysis system 200) configured by a plurality of calculation devices (particle behavior analysis device 202). assign. The data processing unit 230 performs the data communication with the multi-core unit 239B (each numerical operation processing unit 234_ @ belonging thereto) of the other particle behavior analysis apparatus 202 in charge of processing related to the other divided parts, while performing the data communication. The particle behavior analysis by the force division method is performed on the assigned divided portion.

マルチコア(クワッドコア234B)を構成する各プロセッサコア(数値演算処理部234_@)に処理性能差がある場合にも、解析負荷分配処理部251は、各粒子挙動解析装置202のクワッドコア234B全体の処理性能差と粒子挙動解析処理時の相互作用力の計算量に基づき解析対象要素を、各粒子挙動解析装置202(のマルチコア部239B、つまりクワッドコア234B)に分配する。   Even when there is a difference in processing performance between the processor cores (numerical calculation processing unit 234_ @) constituting the multi-core (quad core 234B), the analysis load distribution processing unit 251 performs the entire quad core 234B of each particle behavior analysis device 202. Based on the processing performance difference and the calculation amount of the interaction force at the time of the particle behavior analysis process, the analysis target element is distributed to each particle behavior analysis device 202 (the multi-core portion 239B, that is, the quad core 234B).

そして、各粒子挙動解析装置202では、解析負荷分配処理部233は、解析負荷分配処理部251の制御の元で配分されてきたマルチコア部239B(クワッドコア234B)分の処理対象データを、数値演算処理部234_@が処理性能差のあるシングルコアで構成されているものとして、第1構成例の解析負荷分配処理部251の機能と同じように、処理能力と計算量に応じた分配制御を行なう。解析負荷分配処理部233は、解析負荷分配処理部251と同様に、分割担当領域や分割担当粒子(のグループ)をクワッドコア234Bの各数値演算処理部234_@に割り当てる。   In each particle behavior analysis device 202, the analysis load distribution processing unit 233 performs numerical calculation on the processing target data for the multi-core unit 239B (quad core 234B) distributed under the control of the analysis load distribution processing unit 251. Assuming that the processing unit 234_ @ is configured with a single core having a difference in processing performance, the distribution control according to the processing capability and the calculation amount is performed in the same manner as the function of the analysis load distribution processing unit 251 of the first configuration example. . Similar to the analysis load distribution processing unit 251, the analysis load distribution processing unit 233 allocates the division responsible region and the division responsible particle (group thereof) to each numerical calculation processing unit 234_ @ of the quad core 234B.

つまり、この場合は、全体的には、解析負荷分配処理部251と解析負荷分配処理部233が協働して、粒子挙動解析処理時の相互作用力の計算量と、マルチコア部239Bの各プロセッサコアの処理性能(計算能力)を勘案して、解析対象要素を分配することになる。   That is, in this case, as a whole, the analysis load distribution processing unit 251 and the analysis load distribution processing unit 233 cooperate to calculate the amount of interaction force during the particle behavior analysis process and each processor of the multi-core unit 239B. The analysis target element is distributed in consideration of the processing performance (calculation capability) of the core.

何れの場合でも、数値演算処理部234は、分割処理部250(解析負荷分配処理部251)や解析負荷分配処理部233による分割処理により割り当てられた分割部分について、決められた分割法(本例では力分割法)に従ってデータ記憶部238との間でデータ(情報)の入出力(メモリアクセス)を行ないながら計算を行なう粒子挙動計算部として機能する。   In any case, the numerical calculation processing unit 234 uses a predetermined division method (this example) for the divided portions assigned by the division processing by the division processing unit 250 (analysis load distribution processing unit 251) or the analysis load distribution processing unit 233. Then, it functions as a particle behavior calculation unit that performs calculations while inputting / outputting data (memory access) to / from the data storage unit 238 according to the force division method.

[第3構成例]
図5〜図5Aは、粒子挙動解析装置202の他の構成例を説明する図である。ここで、図5は、特に第3構成例の粒子挙動解析システム200Eにおける計算管理ノードの機能を具備した主粒子挙動解析装置202aに着目したブロック図である。図5Aは、第3構成例の粒子挙動解析システム200Eにおける一般ノードの機能を具備した副粒子挙動解析装置202bに着目したブロック図である。以下では、第1・第2構成例との相違点を中心に説明する。
[Third configuration example]
5A to 5A are diagrams for explaining another configuration example of the particle behavior analysis apparatus 202. Here, FIG. 5 is a block diagram focusing on the main particle behavior analysis device 202a having the function of the calculation management node in the particle behavior analysis system 200E of the third configuration example. FIG. 5A is a block diagram focusing on the secondary particle behavior analysis apparatus 202b having the function of a general node in the particle behavior analysis system 200E of the third configuration example. Below, it demonstrates centering around difference with the 1st, 2nd structural example.

第3構成例の粒子挙動解析システム200Eは、数値演算処理部234を複数のマルチコアで構成したものである。この対処のため、図5に示すように、マルチコア部239Cは、4つの数値演算処理部234_@で構成されている1つの数値演算処理部234(クワッドコア234B)を、複数(図の例では4個)のクワッドコア234Bで構成された数値演算処理部234Cに変更している。つまり、数値演算処理部234を、複数の粒子挙動計算機能部(数値演算処理部234_@)の組合せで構成された複数のマルチコアで構成したものである。第3構成例では、各クワッドコア234Bを構成する数値演算処理部234_@が粒子挙動計算機能部の一例として機能するとともに、数値演算処理部234Cを構成する各クワッドコア234B粒子挙動計算機能部の一例として機能する。   In the particle behavior analysis system 200E of the third configuration example, the numerical calculation processing unit 234 is configured by a plurality of multicores. To cope with this, as shown in FIG. 5, the multi-core unit 239C includes a plurality of numerical operation processing units 234 (quad cores 234B) configured by four numerical operation processing units 234_ @ (in the example of the figure). The numerical calculation processing unit 234 </ b> C is configured with four (4) quad cores 234 </ b> B. That is, the numerical calculation processing unit 234 is configured by a plurality of multi-cores configured by a combination of a plurality of particle behavior calculation function units (numerical calculation processing units 234_ @). In the third configuration example, the numerical calculation processing unit 234_ @ configuring each quad core 234B functions as an example of the particle behavior calculation function unit, and each quad core 234B particle behavior calculation function unit configuring the numerical calculation processing unit 234C It serves as an example.

解析負荷分配処理部233は、第1の分配処理部の一例である解析負荷分配処理部251により当該粒子挙動解析装置202に分配された解析対象要素を、複数のクワッドコア234Bやクワッドコア234Bを構成する複数の数値演算処理部234_@のそれぞれに分配する第2の分配処理部(演算部内解析負荷分配処理部)として機能する。つまり、解析負荷分配処理部233は、データ受付部232が受け付けた解析対象データ(外部記憶装置238bに保存される)を、さらに、マルチコア部239Cが備える4個のクワッドコア234B(さらにはクワッドコア234Bを構成する各数値演算処理部234_@)のそれぞれに分配する。たとえば解析負荷分配処理部233は、各クワッドコア234Bの計算負荷が均等となるように分配する。たとえば、クワッドコア234Bを構成する各コアプロセッサの処理性能は同一であるのが一般的であり、この場合、4個のクワッドコア234Bの処理性能も同一であり、マルチコア部239Cに割り当てられた解析対象範囲を、さらに、各クワッドコア234B(さらには各数値演算処理部234_@)に均等に配分すればよい。   The analysis load distribution processing unit 233 converts the analysis target elements distributed to the particle behavior analysis apparatus 202 by the analysis load distribution processing unit 251 which is an example of the first distribution processing unit into a plurality of quad cores 234B and quad cores 234B. It functions as a second distribution processing unit (analysis load distribution processing unit in calculation unit) that distributes to each of the plurality of numerical calculation processing units 234_ @ that constitute. That is, the analysis load distribution processing unit 233 further analyzes the analysis target data received by the data receiving unit 232 (stored in the external storage device 238b), and further includes four quad cores 234B (and further quad cores) included in the multi-core unit 239C. And distributed to each of the numerical value calculation processing units 234_ @) constituting the 234B. For example, the analysis load distribution processing unit 233 distributes the calculation loads of the quad cores 234B so as to be equal. For example, the processing performance of each of the core processors constituting the quad core 234B is generally the same. In this case, the processing performance of the four quad cores 234B is also the same, and the analysis assigned to the multi-core unit 239C. The target range may be further equally distributed to each quad core 234B (and each numerical operation processing unit 234_ @).

第1・第2構成例と同様、解析負荷分配処理部251は、粒子挙動解析処理時の相互作用力の計算量と、粒子挙動解析システム200を構成する各粒子挙動解析装置202の各数値演算処理部234Cの処理性能(計算能力)を勘案して解析対象要素を分配する。   Similar to the first and second configuration examples, the analysis load distribution processing unit 251 calculates the amount of interaction force during the particle behavior analysis process and each numerical calculation of each particle behavior analysis device 202 constituting the particle behavior analysis system 200. The analysis target element is distributed in consideration of the processing performance (calculation capability) of the processing unit 234C.

ここで、「各数値演算処理部234Cの処理性能(計算能力)」とは、数値演算処理部234Cが4個のクワッドコア234Bで構成されている第3構成例の場合、その数値演算処理部234C全体としての処理性能と、各数値演算処理部234Cを構成するマルチコア部239Bや、さらにはクワッドコア234Bを構成する各数値演算処理部234のそれぞれの処理性能を考慮する。   Here, “the processing performance (calculation capability) of each numerical calculation processing unit 234C” means that in the case of the third configuration example in which the numerical calculation processing unit 234C is configured by four quad cores 234B, the numerical calculation processing unit The processing performance of the entire 234C and the processing performance of each of the multi-core units 239B that constitute each numerical calculation processing unit 234C and further each numerical calculation processing unit 234 that constitutes the quad core 234B are considered.

このとき、第1構成例と同様にして、解析負荷分配処理部251が全ての数値演算処理部234の処理性能を勘案して負荷分配を行なうシステム構成にすることも考えられるが、粒子挙動解析装置202内のクワッドコア234Bや数値演算処理部234_@の処理性能を解析負荷分配処理部251で把握する必要がありシステム運用が大変になる。そこで、第3構成例では、大2構成例と同様に、各粒子挙動解析装置202に解析負荷分配処理部233を配置して、粒子挙動解析装置202内での負荷分配は解析負荷分配処理部233が担当するシステム構成にしている。   At this time, similarly to the first configuration example, the analysis load distribution processing unit 251 may consider a processing configuration of all the numerical calculation processing units 234 to make a system configuration that performs load distribution. It is necessary for the analysis load distribution processing unit 251 to grasp the processing performance of the quad core 234B and the numerical operation processing unit 234_ @ in the apparatus 202, which makes system operation difficult. Therefore, in the third configuration example, the analysis load distribution processing unit 233 is arranged in each particle behavior analysis device 202, and the load distribution in the particle behavior analysis device 202 is the analysis load distribution processing unit as in the second configuration example. The system configuration is handled by H.233.

この場合、解析負荷分配処理部251は、各粒子挙動解析装置202(詳しくはマルチコア部239Cつまり数値演算処理部234C)の処理性能が異なるときには、粒子挙動解析処理時の相互作用力の計算量と、各粒子挙動解析装置202の各数値演算処理部234C(つまり4個のクワッドコア234B全体として)の処理性能(計算能力)を勘案して、解析対象要素を分配する。第1構成例において、数値演算処理部234を数値演算処理部234Cと置き換えて考えればよい。   In this case, when the processing performance of each particle behavior analysis device 202 (specifically, the multi-core unit 239C, that is, the numerical operation processing unit 234C) is different, the analysis load distribution processing unit 251 calculates the amount of interaction force during the particle behavior analysis processing. The analysis target elements are distributed in consideration of the processing performance (calculation capability) of each numerical calculation processing unit 234C (that is, the entire four quad cores 234B) of each particle behavior analysis device 202. In the first configuration example, the numerical calculation processing unit 234 may be replaced with the numerical calculation processing unit 234C.

「数値演算処理部234Cの処理性能」とは、数値演算処理部234Cを構成する各クワッドコア234Bの処理性能が同一であるのか異なっているのかを問わず、その数値演算処理部234C全体としての処理性能を意味する。数値演算処理部234Cが複数(4個)のマルチコア部239Bで構成されている第3構成例では、粒子挙動解析装置202内での負荷分配は解析負荷分配処理部233が担当するシステム構成にしているので、数値演算処理部234Cを構成する各クワッドコア234Bやクワッドコア234Bを構成する各数値演算処理部234_@の処理性能差を考慮しなくてもよいことに基づく。   “Processing performance of the numerical operation processing unit 234C” means that the processing performance of the quadrature arithmetic processing unit 234C as a whole is the same regardless of whether the processing performance of the quad cores 234B constituting the numerical operation processing unit 234C is the same or different. It means processing performance. In the third configuration example in which the numerical calculation processing unit 234C includes a plurality of (four) multi-core units 239B, the load distribution in the particle behavior analysis device 202 is configured as a system configuration in which the analysis load distribution processing unit 233 takes charge. Therefore, it is based on the fact that it is not necessary to consider the processing performance difference between the respective quad cores 234B constituting the numerical computation processing unit 234C and the respective numerical computation processing units 234_ @ constituting the quad core 234B.

よってこの場合、解析負荷分配処理部251は、分割担当領域や分割担当粒子(のグループ)をそれぞれ複数の計算装置(粒子挙動解析装置202)で構成された計算システム(粒子挙動解析システム200)に割り当てる。データ処理部230では、他の分割部分に関しての処理を担当する他の各マルチコア部239C(そこに属する各マルチコア部239Bや各数値演算処理部234_@)との間でデータ通信を行ないつつ、分割された担当する分割部分について、力分割法による粒子挙動解析を行なう。   Therefore, in this case, the analysis load distribution processing unit 251 assigns the division charge region and the division charge particle (group) to a calculation system (particle behavior analysis system 200) configured by a plurality of calculation devices (particle behavior analysis device 202). assign. The data processing unit 230 performs data communication with each of the other multi-core units 239C (each multi-core unit 239B and each numerical operation processing unit 234_ @ belonging thereto) in charge of processing related to other divided parts, while performing the data communication. The particle behavior analysis by the force division method is performed on the assigned divided portion.

一方、マルチコア部239Cを構成する各クワッドコア234B、つまり各プロセッサコア(数値演算処理部234_@)に処理性能差がある場合には、先ず解析負荷分配処理部251は、各粒子挙動解析装置202のマルチコア部239C全体の処理性能差と粒子挙動解析処理時の相互作用力の計算量に基づき解析対象要素を、各粒子挙動解析装置202(のマルチコア部239C)に分配する。そして、各粒子挙動解析装置202では、解析負荷分配処理部233は、解析負荷分配処理部251の制御の元で配分されてきたマルチコア部239C分の処理対象データを、数値演算処理部234Cが処理性能差のあるマルチコア部239B(そもそもはそれを構成するプロセッサコア=シングルコア)で構成されているものとして、第1構成例の解析負荷分配処理部251の機能と同じように処理能力と計算量に応じた分配制御を行なう。   On the other hand, if there is a difference in processing performance between the quad cores 234B constituting the multi-core unit 239C, that is, each processor core (numerical calculation processing unit 234_ @), first, the analysis load distribution processing unit 251 first sets the particle behavior analysis device 202. The analysis target element is distributed to each particle behavior analysis apparatus 202 (multicore portion 239C thereof) based on the processing performance difference of the entire multicore portion 239C and the calculation amount of the interaction force during the particle behavior analysis processing. In each particle behavior analysis device 202, the analysis load distribution processing unit 233 causes the numerical calculation processing unit 234C to process the processing target data for the multi-core unit 239C distributed under the control of the analysis load distribution processing unit 251. Assuming that the multi-core unit 239B having a performance difference (in the first place, the processor core constituting the core = single core) is assumed, the processing capability and the calculation amount are the same as the function of the analysis load distribution processing unit 251 of the first configuration example. The distribution control according to is performed.

解析負荷分配処理部233は、解析負荷分配処理部251と同様に、分割担当領域や分割担当粒子(のグループ)をマルチコア部239Cの各マルチコア部239Bやそれやそれを構成する数値演算処理部234_@に割り当てる。つまり、この場合は、全体的には、解析負荷分配処理部251と解析負荷分配処理部233が協働して、粒子挙動解析処理時の相互作用力の計算量と、各マルチコア部239Bやプロセッサコアの処理性能(計算能力)を勘案して、解析対象要素を分配することになる。   Similarly to the analysis load distribution processing unit 251, the analysis load distribution processing unit 233 converts the division responsible region and the division responsible particle (group thereof) into the multicore units 239B of the multicore unit 239C and the numerical calculation processing unit 234_ constituting the multicore unit 239_. Assign to @. That is, in this case, as a whole, the analysis load distribution processing unit 251 and the analysis load distribution processing unit 233 cooperate to calculate the calculation amount of the interaction force during the particle behavior analysis process, and each multi-core unit 239B and the processor. The analysis target element is distributed in consideration of the processing performance (calculation capability) of the core.

何れの場合でも、数値演算処理部234は、分割処理部250(解析負荷分配処理部251)や解析負荷分配処理部233による分割処理により割り当てられた分割部分について、決められた分割法(本例では力分割法)に従ってデータ記憶部238との間でデータ(情報)の入出力(メモリアクセス)を行ないながら計算を行なう粒子挙動計算部として機能する。   In any case, the numerical calculation processing unit 234 uses a predetermined division method (this example) for the divided portions assigned by the division processing by the division processing unit 250 (analysis load distribution processing unit 251) or the analysis load distribution processing unit 233. Then, it functions as a particle behavior calculation unit that performs calculations while inputting / outputting data (memory access) to / from the data storage unit 238 according to the force division method.

[変形例]
以上のように、粒子挙動解析システム200の各構成例に対応する粒子挙動解析装置202の各構成例を説明したが、その構成は前述したものに限定されない。たとえば、図示しないが、一変形例(第4構成例と称する)として、メモリアクセス制御部237を粒子挙動解析装置202ごとに配置することが考えられる。主粒子挙動解析装置202aに関しては、計算管理ノード側の筐体や計算管理ノードに併設される粒子挙動解析装置202bにメモリアクセス制御部237を配置するとよい。この場合、各粒子挙動解析装置202に備えられる外部記憶装置238bは、それぞれのメモリアクセス制御部237の元で、マルチコア部239Bの各数値演算処理部234_@(プロセッサコア)が共用する共有メモリとして機能する。
[Modification]
As described above, each configuration example of the particle behavior analysis apparatus 202 corresponding to each configuration example of the particle behavior analysis system 200 has been described. However, the configuration is not limited to that described above. For example, although not shown, as a modification (referred to as a fourth configuration example), it is conceivable to arrange the memory access control unit 237 for each particle behavior analysis device 202. As for the main particle behavior analysis device 202a, the memory access control unit 237 may be arranged in a case on the calculation management node side or in a particle behavior analysis device 202b provided in the calculation management node. In this case, the external storage device 238b included in each particle behavior analysis device 202 is a shared memory shared by each numerical operation processing unit 234_ @ (processor core) of the multi-core unit 239B under the memory access control unit 237. Function.

この場合でも、マルチコア部239Bは、各コア間通信およびメモリアクセス用のバス(本構成では内部バスでありネットワーク209は含まない)を共有する構成となる。ただし、第2構成例とは異なり、各粒子挙動解析装置202の外部記憶装置238bは、他の粒子挙動解析装置202の外部記憶装置238bとは独立に扱われる。   Even in this case, the multi-core unit 239B is configured to share a bus for inter-core communication and memory access (in this configuration, it is an internal bus and does not include the network 209). However, unlike the second configuration example, the external storage device 238b of each particle behavior analysis device 202 is handled independently of the external storage device 238b of other particle behavior analysis devices 202.

また、他の変形例(第5構成例と称する)として、粒子挙動解析システム200D,200Eの各粒子挙動解析装置202を複数のグループに分け、グループごとにメモリアクセス制御部237を配置することが考えられる。この場合、第2構成例と似通ったものとなるが、第2構成例とは異なり、メモリアクセス制御部237はグループを代表する何れかの粒子挙動解析装置202bに配置すればよい。そのメモリアクセス制御部237は、自グループ内の全ての粒子挙動解析装置202bの外部記憶装置238bへのメモリアクセスを管理する。グループの何れかは、計算管理ノードを含むものとなるが、その場合、計算管理ノード側の筐体や計算管理ノードに併設される粒子挙動解析装置202bにメモリアクセス制御部237を配置するとよい。   As another modification (referred to as a fifth configuration example), the particle behavior analysis devices 202 of the particle behavior analysis systems 200D and 200E are divided into a plurality of groups, and the memory access control unit 237 is arranged for each group. Conceivable. In this case, it is similar to the second configuration example, but unlike the second configuration example, the memory access control unit 237 may be arranged in any particle behavior analysis device 202b representing a group. The memory access control unit 237 manages memory access to the external storage device 238b of all the particle behavior analysis devices 202b in the own group. One of the groups includes a calculation management node. In this case, the memory access control unit 237 may be arranged in the case on the calculation management node side or the particle behavior analysis device 202b provided in the calculation management node.

この場合、各粒子挙動解析装置202に備えられる外部記憶装置238bは、グループごとに、それぞれのメモリアクセス制御部237の元で、論理的には1つのメモリ空間として扱われる。そのため、自グループに属する各外部記憶装置238bは、各マルチコア部239Bの各数値演算処理部234_@(プロセッサコア)が共用する共有メモリとして機能する。つまり、グループごとには、第2構成例の場合と同様の性質を持つ。この場合でも、マルチコア部239Bは、各コア間通信および計算データのメモリアクセス用のバスを共有する構成となっている。一方、グループ間では、それぞれのメモリアクセス制御部237の元で自グループ内の各外部記憶装置238bが管理されるので、自グループ内の各外部記憶装置238bは、他グループの各外部記憶装置238bとは独立に扱われる。つまり、グループ間では、第4構成例の場合と同様の性質を持つ。   In this case, the external storage device 238b provided in each particle behavior analysis device 202 is logically handled as one memory space under each memory access control unit 237 for each group. Therefore, each external storage device 238b belonging to its own group functions as a shared memory shared by each numerical operation processing unit 234_ @ (processor core) of each multi-core unit 239B. That is, each group has the same properties as in the second configuration example. Even in this case, the multi-core unit 239B is configured to share a bus for inter-core communication and calculation data memory access. On the other hand, between the groups, the respective external storage devices 238b in the own group are managed under the respective memory access control units 237, so that the respective external storage devices 238b in the own group are each of the external storage devices 238b in other groups. Are treated independently. That is, between groups, it has the same property as the case of the fourth configuration example.

<処理能力と計算量に応じた分配制御:概要>
図6は、各計算機の処理能力と粒子間相互作用力の計算量に応じた分配制御の概要を説明する図である。本実施形態において、システムを構成するプロセッサ(数値演算処理部234)の処理性能が異なるときに、解析が必要となる粒子間相互作用力の計算量と数値演算処理部234の処理能力との関係に基づいて負荷分配を行なう機能部としては、解析負荷分配処理部251と解析負荷分配処理部233が関わる。図6は、システム構成との関係で、主粒子挙動解析装置202aの解析負荷分配処理部251と副粒子挙動解析装置202bの各解析負荷分配処理部233の何れが負荷分配を行なうかを纏めて示したものである。
<Distribution control according to processing capacity and calculation amount: Overview>
FIG. 6 is a diagram for explaining the outline of distribution control according to the processing capacity of each computer and the calculation amount of the interaction force between particles. In this embodiment, when the processing performance of the processors (numerical calculation processing unit 234) constituting the system is different, the relationship between the calculation amount of the interparticle interaction force that needs to be analyzed and the processing capability of the numerical calculation processing unit 234 The analysis load distribution processing unit 251 and the analysis load distribution processing unit 233 are involved as functional units that perform load distribution based on the above. FIG. 6 summarizes which of the analysis load distribution processing unit 251 of the main particle behavior analysis device 202a and each analysis load distribution processing unit 233 of the sub particle behavior analysis device 202b performs load distribution in relation to the system configuration. It is shown.

粒子挙動解析装置202についての前記の説明から理解されるように、先ず、粒子挙動解析装置202の数値演算処理部234がマルチコアで構成されているか否かに関わらず、解析負荷分配処理部251は粒子挙動解析装置202全体として処理性能と計算量に応じて負荷分配を行なう。そして、粒子挙動解析装置202の数値演算処理部234がマルチコアで構成されていなければ解析負荷分配処理部233は介在しない。一方、粒子挙動解析装置202の数値演算処理部234がマルチコアで構成されているときには、粒子挙動解析装置202内で、解析負荷分配処理部233が、数値演算処理部234B(クワッドコア234B),234Cを構成するプロセッサコアやマルチコアの処理性能と計算量に応じて負荷分配を行なう。   As can be understood from the above description of the particle behavior analysis device 202, first, regardless of whether or not the numerical operation processing unit 234 of the particle behavior analysis device 202 is composed of multi-cores, the analysis load distribution processing unit 251 The particle behavior analysis apparatus 202 as a whole performs load distribution according to the processing performance and the calculation amount. If the numerical calculation processing unit 234 of the particle behavior analysis apparatus 202 is not configured with a multi-core, the analysis load distribution processing unit 233 is not interposed. On the other hand, when the numerical calculation processing unit 234 of the particle behavior analysis device 202 is configured with a multi-core, the analysis load distribution processing unit 233 includes the numerical calculation processing units 234B (quad core 234B) and 234C in the particle behavior analysis device 202. The load distribution is performed according to the processing performance and the calculation amount of the processor cores and multi-cores constituting the.

第1構成例の粒子挙動解析システム200や粒子挙動解析装置202では、数値演算処理部234がシングルコアで形成されている形態であるので、解析負荷分配処理部233は介在せず、解析負荷分配処理部251のみが負荷分配機能を担当する。   In the particle behavior analysis system 200 and the particle behavior analysis apparatus 202 of the first configuration example, since the numerical calculation processing unit 234 is formed with a single core, the analysis load distribution processing unit 233 is not interposed, and the analysis load distribution is not performed. Only the processing unit 251 is responsible for the load distribution function.

第2・第3構成例の粒子挙動解析システム200や粒子挙動解析装置202では、数値演算処理部234がマルチルコアで形成されている形態であるので、先ず解析負荷分配処理部251が負荷分配機能を担当する。そして、第2構成の場合において、マルチルコアを構成する各プロセッサコア(つまりシングルコア)の処理性能が同じ場合には解析負荷分配処理部233は処理性能差を考慮することなく(各数値演算処理部234の処理性能は同一であるとして)、解析対象要素を均等に配分すればよい。一方、数値演算処理部234_@に処理性能差があるときには、解析負荷分配処理部233は、処理性能差を加味して各数値演算処理部234_@での解析時間差が本実施形態を適用しない場合よりも小さくなるように負荷分配を行なう。   In the particle behavior analysis system 200 and the particle behavior analysis apparatus 202 of the second and third configuration examples, since the numerical calculation processing unit 234 is formed of a multi-core, the analysis load distribution processing unit 251 first has a load distribution function. Handle. In the case of the second configuration, when the processing performance of each processor core (that is, a single core) constituting the multi-core is the same, the analysis load distribution processing unit 233 does not consider the processing performance difference (each numerical computation processing unit As long as the processing performance of 234 is the same), the elements to be analyzed may be evenly distributed. On the other hand, when there is a processing performance difference in the numerical operation processing unit 234_ @, the analysis load distribution processing unit 233 takes into account the processing performance difference and the analysis time difference in each numerical operation processing unit 234_ @ does not apply this embodiment. The load is distributed so as to be smaller than that.

また、第3構成の場合において、数値演算処理部234Cを構成する各クワッドコア234Bやクワッドコア234Bを構成するプロセッサコア(つまりシングルコア)の処理性能が同じ場合には解析負荷分配処理部233は処理性能差を考慮することなく(各クワッドコア234Bや数値演算処理部234の処理性能は同一であるとして)、解析対象要素を均等に配分すればよい。一方、クワッドコア234Bや数値演算処理部234_@に処理性能差があるときには、解析負荷分配処理部233は、処理性能差を加味して各クワッドコア234Bや数値演算処理部234_@での解析時間差が本実施形態を適用しない場合よりも小さくなるように負荷分配を行なう。   In the case of the third configuration, when the processing performance of the processor cores (that is, single cores) constituting the quad cores 234B and the quad cores 234B constituting the numerical operation processing unit 234C is the same, the analysis load distribution processing unit 233 The analysis target elements may be evenly distributed without considering the processing performance difference (assuming that the processing performance of each quad core 234B and the numerical operation processing unit 234 is the same). On the other hand, when there is a difference in processing performance between the quad core 234B and the numerical operation processing unit 234_ @, the analysis load distribution processing unit 233 takes into account the processing performance difference and analyzes time difference between the quad cores 234B and the numerical operation processing unit 234_ @. However, load distribution is performed so as to be smaller than in the case where the present embodiment is not applied.

このとき、各クワッドコア234Bの解析時間差が本実施形態を適用しない場合よりも小さくなるように負荷分配を行ない、さらに、クワッドコア234Bを構成する数値演算処理部234_@の解析時間差が本実施形態を適用しない場合よりも小さくなるように負荷分配を行なう。換言すると、各クワッドコア234Bの処理性能差が同じあるか異なっているかを問わず、粒子挙動解析装置202(数値演算処理部234C)内の全ての数値演算処理部234_@に着目したときに、処理性能差があるときには、その処理性能差を考慮して各数値演算処理部234_@の解析時間差が本実施形態を適用しない場合よりも小さくなるように負荷分配を行なう。その結果として、各クワッドコア234Bの処理性能差が異なっている場合でも、各クワッドコア234Bの解析時間差が本実施形態を適用しない場合よりも小さくなるように負荷分配が行なわれる。   At this time, load distribution is performed so that the analysis time difference of each quad core 234B becomes smaller than the case where the present embodiment is not applied, and the analysis time difference of the numerical operation processing unit 234_ @ constituting the quad core 234B is also the present embodiment. Distribute the load so that it is smaller than when not applying. In other words, regardless of whether the processing performance difference of each quad core 234B is the same or different, when focusing on all the numerical operation processing units 234_ @ in the particle behavior analysis apparatus 202 (numerical operation processing unit 234C), When there is a difference in processing performance, load distribution is performed in consideration of the difference in processing performance so that the analysis time difference of each numerical computation processing unit 234_ @ is smaller than that in the case where the present embodiment is not applied. As a result, even when the processing performance difference between the quad cores 234B is different, the load distribution is performed so that the analysis time difference between the quad cores 234B is smaller than when the present embodiment is not applied.

たとえば、各クワッドコア234B全体としての処理性能が同じであっても、それらを構成する各数値演算処理部234_@に処理性能差がある場合には、解析対象要素を各数値演算処理部234_@に均等に配分したのでは、各数値演算処理部234_@での解析時間に相違が発生してしまい、各クワッドコア234B全体としての解析時間に相違が発生してしまう。これを避けるには、各数値演算処理部234_@の処理性能差を加味して各数値演算処理部234_@での解析時間差が本実施形態を適用しない場合よりも小さくなるように負荷分配を行なうことが肝要となる。   For example, even if the processing performance of the respective quad cores 234B as a whole is the same, if there is a difference in processing performance between the numerical operation processing units 234_ @ constituting them, the analysis target elements are assigned to the respective numerical operation processing units 234_ @ If the distribution is evenly distributed, a difference occurs in the analysis time in each numerical value calculation processing unit 234_ @, and a difference occurs in the analysis time of each quad core 234B as a whole. In order to avoid this, load distribution is performed so that the analysis time difference in each numerical operation processing unit 234_ @ is smaller than in the case where this embodiment is not applied, taking into account the processing performance difference of each numerical operation processing unit 234_ @. It is important.

何れの場合でも、本実施形態では、複数の情報処理装置や電子計算装置(詳しくはそれらを構成するプロセッサコア)によりシステムが構成されている場合において、その中に他とは処理性能の異なるものが存在する場合に、複数の装置(つまりプロセッサコア)の各処理性能を無駄なく利用して並行処理を実行するようにする。たとえば、粒子挙動解析を行なうプロセッサコアとして、1つだけを選択したり、低速なものを除いた高速なもの(1つに限らず複数の場合もある)のみを選択するのではなく、複数のプロセッサコアの処理性能を勘案しつつ、全てを使用するようにする。   In any case, in this embodiment, when a system is configured by a plurality of information processing devices and electronic computing devices (specifically, processor cores constituting them), the processing performance differs from the others. In the case where there is, the parallel processing is executed using each processing performance of a plurality of devices (that is, processor cores) without waste. For example, instead of selecting only one processor core for performing particle behavior analysis, or selecting only a high-speed one (not limited to one but also a plurality of ones) excluding low-speed ones, Use all of them while considering the processing performance of the processor core.

この際、好適な形態としては、複数のプロセッサコアの何れかに他と処理性能の差がある場合に、各粒子挙動解析装置202(つまりプロセッサコア:数値演算処理部234)での解析処理時間の差が小さくなるように(最適な形態では解析処理時間が均等となるように)、各粒子挙動解析装置202(数値演算処理部234)が扱う解析対象要素の量を制御することで、各装置(プロセッサコア)での解析負荷が均等となるようにする。   At this time, as a preferred embodiment, when any of the plurality of processor cores has a difference in processing performance from the others, the analysis processing time in each particle behavior analysis device 202 (that is, the processor core: numerical arithmetic processing unit 234). By controlling the amount of analysis target elements handled by each particle behavior analysis device 202 (numerical calculation processing unit 234) so that the difference between the two is small (in the optimal form, the analysis processing time is uniform), The analysis load on the device (processor core) is made equal.

処理性能の異なる複数のプロセッサコアによりシステムが構成されている場合でも、全てのコアプロセッサが確実に粒子挙動解析に使用され、この際、計算速度が遅いコアプロセッサが律速となることはないし、速いコアプロセッサの性能を活用できないということもない。   Even when a system is composed of a plurality of processor cores with different processing performances, all core processors are reliably used for particle behavior analysis. At this time, a core processor with a slow calculation speed is not rate-determined and fast. You can't take advantage of the performance of the core processor.

次に、解析負荷分配処理部251や解析負荷分配処理部233によるプロセッサコアやマルチコアの処理能力と計算量に応じた分配制御の詳細について説明する。以下では、一例として、クワッドコア234Bを使用した第2構成例を例に具体的に説明する。説明を簡単にするため、クワッドコア234Bを構成するプロセッサコア(数値演算処理部234_@)の各処理性能は同一であるとする。よって、解析負荷分配処理部233は、解析負荷分配処理部251の制御の元で配分されてきたマルチコア部239B分の処理対象データを、各数値演算処理部234_@に均等に配分すればよく、処理能力と計算量に応じた分配制御においては解析負荷分配処理部251のみが効果的に機能することになる。   Next, the details of the distribution control according to the processing capacity and calculation amount of the processor core and the multi-core by the analysis load distribution processing unit 251 and the analysis load distribution processing unit 233 will be described. Hereinafter, as an example, the second configuration example using the quad core 234B will be specifically described. In order to simplify the description, it is assumed that the processing performances of the processor cores (numerical arithmetic processing units 234_ @) constituting the quad core 234B are the same. Therefore, the analysis load distribution processing unit 233 may evenly distribute the processing target data for the multi-core unit 239B distributed under the control of the analysis load distribution processing unit 251 to each numerical operation processing unit 234_ @. In the distribution control according to the processing capacity and the calculation amount, only the analysis load distribution processing unit 251 functions effectively.

<処理能力と計算量に応じた分配制御:第1実施形態>
図7〜図7Aは、処理能力と計算量に応じた分配制御の第1実施形態を説明する図である。ここで、図7は、現像作用の行なわれる現像ニップ領域とその近傍での粒子の運動状況を説明する図である。図7Aは、第1実施形態を適用した力マトリクスとプロセッサの関係を説明する図である。
<Distribution Control According to Processing Capacity and Calculation Amount: First Embodiment>
7 to 7A are diagrams for explaining a first embodiment of distribution control according to processing capacity and calculation amount. Here, FIG. 7 is a diagram for explaining the developing nip region where the developing action is performed and the state of movement of particles in the vicinity thereof. FIG. 7A is a diagram illustrating a relationship between a force matrix to which the first embodiment is applied and a processor.

第1実施形態は、データ受付部232が受け付けた解析対象データを、さらに、解析対象粒子が属する領域に基づく計算負荷とプロセッサコアの処理能力に基づいて割り当てるものである。たとえば、解析負荷分配処理部251は、粒子密度の高い領域に属する粒子は、解析負荷が大きくなるので、計算性能の高いプロセッサコアに割り当て、一方、粒子密度の低い領域に属する粒子は、解析負荷が小さくなるので、計算性能の低いプロセッサコアに割り当てるようにする。   In the first embodiment, the analysis target data received by the data receiving unit 232 is further assigned based on the calculation load based on the region to which the analysis target particle belongs and the processing capability of the processor core. For example, the analysis load distribution processing unit 251 assigns a particle belonging to a region having a high particle density to a processor core having a high calculation performance because a particle belonging to the region having a high particle density has a large analysis load. Therefore, it is assigned to a processor core having a low calculation performance.

たとえば、図7(1)には、それぞれクワッドコア234Bを構成要素とする4台の粒子挙動解析装置202(202_1,202_2,202_3,202_4)がネットワーク209で接続されている粒子挙動解析システム200が示されている。その内の2台の粒子挙動解析装置202_1(クワッドコア234B_1を持つ)と粒子挙動解析装置202_2(クワッドコア234B_2を持つ)は、処理性能が高く速い計算機であり、残りの2台の粒子挙動解析装置202_2(クワッドコア234B_2を持つ)と粒子挙動解析装置202_3(クワッドコア234B_3を持つ)は、処理性能が低く遅い計算機である。つまり、4個のクワッドコア234Bの内で、クワッドコア234B_0,234B_1は計算性能が相対的に高く、クワッドコア234B_2,234B_3は計算性能が相対的に低い。   For example, FIG. 7 (1) shows a particle behavior analysis system 200 in which four particle behavior analysis devices 202 (202_1, 202_2, 202_3, 202_4) each having a quad core 234B as components are connected via a network 209. It is shown. Among them, the two particle behavior analyzers 202_1 (with quad core 234B_1) and the particle behavior analyzer 202_2 (with quad core 234B_2) are fast computers with high processing performance, and the remaining two particle behavior analyzers. The device 202_2 (having the quad core 234B_2) and the particle behavior analysis device 202_3 (having the quad core 234B_3) are slow computers with low processing performance. That is, among the four quad cores 234B, the quad cores 234B_0 and 234B_1 have a relatively high calculation performance, and the quad cores 234B_2 and 234B_3 have a relatively low calculation performance.

解析対象粒子が属する領域としては、感光体10と現像装置40における現像作用の行なわれる現像ニップ領域を対象とする。解析対象粒子が属する領域に基づく計算負荷の差異の判定に当たっては、粒子の密集具合(たとえば密度)を判定指標に使用する。特に、密度に影響を与える粒子が属する領域そのものを判定指標に使用する。   The region to which the particles to be analyzed belong is a developing nip region where the developing action is performed in the photoconductor 10 and the developing device 40. In determining the calculation load difference based on the region to which the analysis target particle belongs, the degree of particle density (for example, density) is used as a determination index. In particular, a region itself to which particles that affect density belong is used as a determination index.

たとえば、図7(2)には、現像ニップ領域T1とその近傍領域(前半領域T2および後半領域T3)での粒子の運動概要が示されている。現像剤粒子102としては、ここでは、それぞれ物性や粒径の異なるキャリア粒子102aとトナー粒子102b(たとえば黒色トナー粒子)とを含有して構成された2成分方式のものである。キャリア粒子102aとトナー粒子102bとの対によって、全体として磁性粉体が形成されるようにしている。キャリア粒子102aは磁性体から構成され、現像ロール140内のマグネット142側に吸着されるようになっている。一方、トナー粒子102bは非磁性トナーであって、たとえばシアン、マゼンタ、イエロ、ブラックなどの色を持つ粉体である。一般的には、キャリア粒子102aの粒径の方がトナー粒子102bの粒径よりも大きい。   For example, FIG. 7 (2) shows an outline of particle motion in the development nip region T1 and its neighboring regions (the first half region T2 and the second half region T3). Here, the developer particles 102 are of a two-component system configured to include carrier particles 102a and toner particles 102b (for example, black toner particles) having different physical properties and particle sizes. A magnetic powder is formed as a whole by a pair of carrier particles 102a and toner particles 102b. The carrier particles 102a are made of a magnetic material and are attracted to the magnet 142 side in the developing roll 140. On the other hand, the toner particles 102b are non-magnetic toners and are powders having colors such as cyan, magenta, yellow, and black. In general, the particle size of the carrier particles 102a is larger than the particle size of the toner particles 102b.

キャリア粒子102aは、現像ロール140に内蔵されたマグネット142からの磁場により磁気ブラシを構成する。トナー粒子102bは、キャリア粒子102aに静電力により互いに吸着され、キャリア粒子102aとともに、感光体10に対向する部分まで搬送される。   The carrier particles 102 a constitute a magnetic brush by a magnetic field from a magnet 142 built in the developing roll 140. The toner particles 102b are adsorbed to the carrier particles 102a by electrostatic force and are transported together with the carrier particles 102a to a portion facing the photoconductor 10.

現像ロール140に吸着された現像剤粒子102の内のトナー粒子102bは、帯電されており、感光体10に吸着される。このとき、感光体10の表面は、記録画像に応じて帯電されることで静電潜像が形成されており、トナー粒子102bは、感光体10に形成された静電潜像に応じて吸着される。この処理を現像処理と称する。現像処理後のキャリア粒子102aと、感光体10側に飛翔されなかったトナー粒子102bは、収納容器101内に回収される。   The toner particles 102b among the developer particles 102 adsorbed on the developing roll 140 are charged and adsorbed on the photoconductor 10. At this time, the surface of the photoconductor 10 is charged according to the recorded image to form an electrostatic latent image, and the toner particles 102b are attracted according to the electrostatic latent image formed on the photoconductor 10. Is done. This processing is called development processing. The carrier particles 102a after the development processing and the toner particles 102b that have not jumped to the photoconductor 10 are collected in the storage container 101.

ここで、現像ニップ領域周辺では、トナー粒子102b間の粒子間相互作用計算の負荷(解析負荷)が最も高い。たとえば、キャリア粒子102aに関しては、磁場および電場に着目した解析が必要で計算量は大きくなるのに対して、トナー粒子102bに関しては電場のみに着目した解析でよく計算量は小さい。しかしながら、現像ニップ領域周辺(現像ニップ領域T1、前半領域T2、後半領域T3)では、キャリア粒子102aよりもトナー粒子102bの粒子数の方が遙かに多く、実際には、トナー粒子102bに関する計算の方が主体的になるからである。   Here, in the vicinity of the development nip region, the load (analysis load) of the interparticle interaction calculation between the toner particles 102b is the highest. For example, the carrier particle 102a requires an analysis focusing on the magnetic field and the electric field and requires a large amount of calculation, whereas the toner particle 102b requires only an analysis focusing on the electric field and the calculation amount is small. However, in the periphery of the development nip area (development nip area T1, first half area T2, and second half area T3), the number of toner particles 102b is much larger than that of carrier particles 102a. This is because it becomes more proactive.

また、感光体10と現像ロール140の距離が最も近くなる現像ニップ領域T1では、感光体10と現像ロール140との間に電界が存在し、現像ニップ領域T1以外の前半領域T2や後半領域T3に比べて、トナー粒子102bの数がさらに多くなる。換言すると、現像ニップ領域T1でのトナー粒子102bの粒子密度は前半領域T2や後半領域T3でのトナー粒子102bの粒子密度よりも高くなる。したがって、トナー粒子102bに及ぼす粒子間相互作用計算において、実際に計算を要する粒子の割合も、現像ニップ領域T1の方が前半領域T2や後半領域T3よりも高くなる。   In the developing nip region T1 where the distance between the photosensitive member 10 and the developing roll 140 is the shortest, an electric field exists between the photosensitive member 10 and the developing roll 140, and the first half region T2 and the second half region T3 other than the developing nip region T1. The number of toner particles 102b is further increased as compared with FIG. In other words, the particle density of the toner particles 102b in the development nip region T1 is higher than the particle density of the toner particles 102b in the first half region T2 and the second half region T3. Accordingly, in the calculation of the interaction between particles on the toner particles 102b, the ratio of the particles that actually need to be calculated is higher in the development nip region T1 than in the first half region T2 and the second half region T3.

たとえば、図7(3)には、粒子密度と計算負荷の関係が示されている。図7(3−1)は、粒子密度が高い場合を示しており、カットオフ領域内には着目粒子に相互作用を及ぼす他の粒子が多く存在し、その分だけ計算回数が増え、解析負荷は粒子密度が低い場合よりも高くなることが分かる。一方、図7(3−2)は、粒子密度が低い場合を示しており、カットオフ領域内には着目粒子に相互作用を及ぼす他の粒子が少なく存在し、粒子密度が高い場合よりも、計算回数が少なくて済み解析負荷が低くなることが分かる。   For example, FIG. 7 (3) shows the relationship between particle density and calculation load. FIG. 7 (3-1) shows a case where the particle density is high, and there are many other particles that interact with the target particle in the cut-off region, and the number of calculations increases accordingly, and the analysis load increases. It can be seen that is higher than when the particle density is low. On the other hand, FIG. 7 (3-2) shows a case where the particle density is low, and there are few other particles that interact with the target particle in the cut-off region, and the case where the particle density is high, It can be seen that the number of calculations is small and the analysis load is low.

解析負荷分配処理部251は、粒子密度の高い現像ニップ領域T1に属する現像剤粒子102は、解析負荷が大きくなるので、計算性能の高いプロセッサコアに割り当て、一方、粒子密度の低い前半領域T2や後半領域T3に属する現像剤粒子102は、解析負荷が小さくなるので、計算性能の低いプロセッサコアに割り当てるようにする。   The analysis load distribution processing unit 251 assigns the developer particles 102 belonging to the development nip region T1 having a high particle density to a processor core having a high calculation performance because the analysis load becomes large. The developer particles 102 belonging to the latter half region T3 are assigned to a processor core having a low calculation performance because the analysis load is small.

一例として、解析負荷分配処理部251は、キャリア粒子102aとトナー粒子102bから構成される粒子系の現像プロセスの計算において、計算性能が高い(計算処理が速い)CPUと計算性能が低い(計算処理が遅い)CPUを、それぞれ力マトリックスに割り当てる。このとき、基本的には、計算性能が高いCPUが現像ニップ領域T1に属する粒子に関しての相互作用力の計算を担当し、計算性能が低いCPUが現像ニップ領域T1以外の前半領域T2や後半領域T3に属する粒子に関しての相互作用力の計算を担当するようにする。   As an example, the analysis load distribution processing unit 251 has a high calculation performance (a fast calculation process) and a low calculation performance (a calculation process) in the calculation of a particle-based development process composed of carrier particles 102a and toner particles 102b. Each CPU is assigned to a force matrix. At this time, basically, a CPU with high calculation performance is in charge of calculating an interaction force regarding particles belonging to the development nip region T1, and a CPU with low calculation performance is in the first half region T2 and the second half region other than the development nip region T1. It is in charge of calculation of the interaction force for the particles belonging to T3.

図7Aには、32個の現像剤粒子102(キャリア粒子102aおよびトナー粒子102b)がマルチコア部239Bに供給され、それを4個のクワッドコア234B(16個のプロセッサコア、CPU)で処理する場合が示されている。32個の内の16個は現像ニップ領域T1から取り出し、残りの16個(たとえば8個ずつ)は前半領域T2と後半領域T3から取り出す。   FIG. 7A shows a case where 32 developer particles 102 (carrier particles 102a and toner particles 102b) are supplied to the multi-core portion 239B and processed by four quad cores 234B (16 processor cores, CPU). It is shown. Of the 32, 16 are taken out from the development nip region T1, and the remaining 16 (e.g., 8 each) are taken out from the first half region T2 and the second half region T3.

クワッドコア234Bを使用する第2構成例を適用するので、サブネットワーク209_1の部分は筐体外部に出ることはなく、事実上、同一の筐体に収容された内部配線209_3となっている。   Since the second configuration example using the quad core 234B is applied, the portion of the sub-network 209_1 does not go out of the casing, and is effectively the internal wiring 209_3 accommodated in the same casing.

32個の現像剤粒子102を16個のプロセッサで並行計算する場合は、1行分の計算ノードは4つになるので、同一の筐体に4つのCPUを収容したクワッドコア234Bを有する粒子挙動解析装置202を4台使用し、各粒子挙動解析装置202(つまりクワッドコア234B_0〜234B_3)を力マトリクスの行方向に割り当てる。   When 32 developer particles 102 are calculated in parallel by 16 processors, there are four calculation nodes for one row, so that the particle behavior having a quad core 234B containing four CPUs in the same housing. Four analysis devices 202 are used, and each particle behavior analysis device 202 (that is, quad cores 234B_0 to 234B_3) is assigned in the row direction of the force matrix.

クワッドコア234Bで構成された粒子挙動解析装置202_0〜202_3(つまりクワッドコア234B_0〜234B_3)では、相互作用力の計算処理時の行方向の通信は内部バスが使用されるし、ファイル出力処理時に行を跨るファイル出力通信を行なうことはない。ファイル出力用データが計算データ通信用のメインネットワーク209_2の通信帯域を使うことはなく、挙動解析処理では通常通り並行処理を実施する。計算速度に大きな影響を及ぼす計算用データ通信帯域がファイル出力用データの通信に使われることがないため、ファイル出力処理を起因とする、並行計算性能の低下や挙動解析処理時間が長く掛ることもない。ファイル出力処理用のデータ通信線は、筐体(半導体チップ)内の内部配線209_3で設けられているので、利用者がその通信線を設ける必要がなく、第1構成例よりも使い勝手がよい。粒子挙動解析システム200Dもコンパクトになる。   In the particle behavior analysis devices 202_0 to 202_3 (that is, the quad cores 234B_0 to 234B_3) configured by the quad core 234B, the internal bus is used for the communication in the row direction during the calculation of the interaction force, and the line behavior is performed during the file output processing. File output communication across the two. The file output data does not use the communication band of the main network 209_2 for calculation data communication, and the parallel processing is performed as usual in the behavior analysis processing. Since the calculation data communication bandwidth that greatly affects the calculation speed is not used for file output data communication, the parallel calculation performance degradation and behavior analysis processing time caused by file output processing may take a long time. Absent. Since the data communication line for file output processing is provided by the internal wiring 209_3 in the housing (semiconductor chip), it is not necessary for the user to provide the communication line, which is more convenient than the first configuration example. The particle behavior analysis system 200D is also compact.

ここで4個のクワッドコア234Bの内で、CPU#0〜3で構成されたクワッドコア234B_0とCPU#4〜7で構成されたクワッドコア234B_1は計算性能が相対的に高く、CPU#8〜11で構成されたクワッドコア234B_2とCPU#12〜15で構成されたクワッドコア234B_3は計算性能が相対的に低い。この場合、解析負荷分配処理部251は、各クワッドコア234B_@(プロセッサコア)の処理能力と計算負荷の関係に基づいて、次のようにして処理効率が最も高くなる(解析処理時間が最も短くなる)ように負荷分配を図る。   Among the four quad cores 234B, the quad core 234B_0 composed of CPUs # 0 to 3 and the quad core 234B_1 composed of CPUs # 4 to 7 have a relatively high calculation performance, and the CPU # 8 to 11 and the quad core 234B_3 including the CPUs # 12 to 15 have relatively low calculation performance. In this case, the analysis load distribution processing unit 251 has the highest processing efficiency (the analysis processing time is the shortest) based on the relationship between the processing capability and the calculation load of each quad core 234B_ @ (processor core). Load distribution as follows.

1)全32粒子の内、感光体10と現像ロール140の距離が最も近くなる現像ニップ領域T1に属する16個の現像剤粒子102(キャリア粒子102a、トナー粒子102b)を、粒子番号0〜15に割り当てる。現像ニップ領域T1以外の前半領域T2や後半領域T3に属する16個の現像剤粒子102(キャリア粒子102a、トナー粒子102b)を、粒子番号16〜31に割り当てる。
2)粒子番号0〜15は、現像ニップ領域T1に属するため粒子間相互作用の計算負荷が高くなるので、計算性能の高いクワッドコア234B_0(CPU#0〜3)およびクワッドコア234B_1(CPU#4〜7)に割り当てる。
3)粒子番号16〜31は、前半領域T2や後半領域T3に属するため粒子間相互作用の計算負荷が低くて済むので、計算性能の低いクワッドコア234B_2(CPU#8〜11)およびクワッドコア234B_3(CPU#12〜15)に割り当てる。
1) Among the 32 particles, 16 developer particles 102 (carrier particles 102a, toner particles 102b) belonging to the developing nip region T1 in which the distance between the photoconductor 10 and the developing roll 140 is the closest are particle numbers 0 to 15. Assign to. Sixteen developer particles 102 (carrier particles 102a and toner particles 102b) belonging to the first half region T2 and the second half region T3 other than the development nip region T1 are assigned to particle numbers 16 to 31.
2) Since particle numbers 0 to 15 belong to the development nip region T1, the calculation load of the interaction between particles becomes high. Therefore, the quad core 234B_0 (CPU # 0 to 3) and the quad core 234B_1 (CPU # 4) having high calculation performance are used. To 7).
3) Since the particle numbers 16 to 31 belong to the first half region T2 and the second half region T3, the calculation load of the interparticle interaction is low, so the quad core 234B_2 (CPU # 8 to 11) and the quad core 234B_3 having low calculation performance are sufficient. (CPU # 12 to 15).

第1実施形態によれば、力分割法による粒子挙動の並行計算において、マルチコア部239Bに供給された計算対象粒子の関する計算負荷と、解析処理を行なうプロセッサ(この例ではクワッドコア234B)の処理性能と処理性能に基づいて割り当てを決定し、クワッドコア234B_@に順次データを投入する。各クワッドコア234Bやそれを構成する各数値演算処理部234_@は、解析負荷と計算性能ごとに力マトリックスが割り当てられ、計算性能によらず均等な計算速度で並行計算処理を実施するようになる。各粒子挙動解析装置202のクワッドコア234Bの処理性能と解析負荷(計算量)に応じてクワッドコア234B(つまりプロセッサコア、CPU)を割り当てるため、計算量と計算性能のギャップが相殺され、各クワッドコア234B(つまりCPU)間での処理時間の相違が緩和される。   According to the first embodiment, in the parallel calculation of the particle behavior by the force division method, the calculation load related to the calculation target particle supplied to the multi-core unit 239B and the processing of the processor (in this example, the quad core 234B) that performs analysis processing Allocation is determined based on performance and processing performance, and data is sequentially input to the quad core 234B_ @. Each quad core 234B and each numerical operation processing unit 234_ @ constituting the quad core 234B are assigned a force matrix for each analysis load and calculation performance, and perform parallel calculation processing at an equal calculation speed regardless of the calculation performance. . Since the quad core 234B (that is, processor core, CPU) is allocated according to the processing performance and analysis load (calculation amount) of the quad core 234B of each particle behavior analysis device 202, the gap between the calculation amount and the calculation performance is offset, and each quad Differences in processing time between the cores 234B (that is, CPUs) are alleviated.

異なる計算性能を持ったプロセッサコア(CPU,計算機)から構成される並行計算システムにおける力マトリックスを用いた並行処理において、第1実施形態を適用しない場合と比較して、より短い処理時間で並行計算が実施されるようになる。計算性能の高い(計算速度の速い)プロセッサと計算性能の低い(計算速度の遅い)プロセッサを全て無駄なく利用し、かつ、力分割並行法を用いて並行性能が確保されるので、コンピュータ資源が有効に活用されるため、第1実施形態を適用しない場合と比較して、高速計算が確実に実現される。   In parallel processing using a force matrix in a parallel computing system composed of processor cores (CPUs, computers) having different calculation performances, parallel processing can be performed in a shorter processing time than when the first embodiment is not applied. Will be implemented. Since all the processors with high computation performance (fast computation speed) and processors with low computation performance (slow computation speed) are used without waste, and parallel performance is ensured by using force splitting parallel method, the computer resources are reduced. Since it is effectively used, high-speed calculation is reliably realized as compared with the case where the first embodiment is not applied.

なお、この例では、各解析対象領域での粒子密度を判定指標としているが、他の例としては、各解析対象領域での全粒子数を判定指標としてもよい。粒子数が多ければその領域についての挙動計算の頻度が多くなるので処理性能の高いものが担当し、粒子数が少なければその領域についての挙動計算の頻度が少なくなるので処理性能の低いものが担当するようにするのがよい。   In this example, the particle density in each analysis target region is used as a determination index. However, as another example, the total number of particles in each analysis target region may be used as a determination index. If the number of particles is large, the frequency of behavior calculation for that region will increase, so it will be responsible for those with high processing performance, and if the number of particles is small, the frequency of behavior calculation for that region will decrease, so the one with low processing performance will be responsible. It is good to do.

<処理能力と計算量に応じた分配制御:第2実施形態>
図8は、処理能力と計算量に応じた分配制御の第2実施形態を説明する図である。ここで、図8は、第2実施形態を適用した力マトリクスとプロセッサの関係を説明する図である。
<Distribution Control According to Processing Capacity and Calculation Amount: Second Embodiment>
FIG. 8 is a diagram for explaining a second embodiment of the distribution control according to the processing capability and the calculation amount. Here, FIG. 8 is a diagram illustrating the relationship between the force matrix to which the second embodiment is applied and the processor.

第2実施形態は、データ受付部232が受け付けた解析対象データを、第1実施形態と同様に、解析対象粒子が属する領域に基づく計算負荷とプロセッサコアの処理能力に基づいて割り当てるものである。   In the second embodiment, the analysis target data received by the data receiving unit 232 is assigned based on the calculation load based on the region to which the analysis target particle belongs and the processing capability of the processor core, as in the first embodiment.

解析負荷分配処理部251は、第1実施形態と同様に、粒子密度の高い領域に属する粒子は解析負荷が大きくなるので計算性能の高いプロセッサコアに割り当て、粒子密度の低い領域に属する粒子は解析負荷が小さくなるので計算性能の低いプロセッサコアに割り当てるようにする。   Similar to the first embodiment, the analysis load distribution processing unit 251 assigns a particle belonging to a region having a high particle density to a processor core having a high calculation performance because the analysis load is large, and analyzes particles belonging to a region having a low particle density. Since the load is reduced, it is assigned to a processor core with low calculation performance.

解析対象粒子が属する領域に基づく計算負荷の差異の判定に当たって、粒子の密集具合(たとえば密度)を判定指標に使用する点では第1実施形態と同様であるが、特に、領域に属する解析対象粒子の種類(キャリア粒子102aトナー粒子102b)別にプロセッサを割り当てる点が異なる。   In the determination of the difference in calculation load based on the region to which the analysis target particle belongs, the particle density (for example, density) is used as a determination index in the same manner as in the first embodiment, but in particular, the analysis target particle belonging to the region The difference is that a processor is assigned for each type (carrier particles 102a and toner particles 102b).

第1実施形態で説明したことから推測されるように、現像ニップ領域周辺(現像ニップ領域T1、前半領域T2、後半領域T3)では、キャリア粒子102aよりもトナー粒子102bの粒子数の方が遙かに多く、トナー粒子102bに関する計算の方がトナー粒子102bに関する計算よりも解析負荷が高い。   As can be inferred from the description in the first embodiment, the number of toner particles 102b is smaller in the periphery of the development nip region (development nip region T1, first half region T2, and second half region T3) than the carrier particles 102a. In many cases, the calculation for the toner particle 102b has a higher analysis load than the calculation for the toner particle 102b.

そこで、第2実施形態では、粒子間相互作用に対する計算量の多い(計算負荷の高い)トナー粒子102bに関しての相互作用力の計算を計算性能が高いCPUが担当し、粒子間相互作用に対する計算量の少ない(計算負荷の低い)キャリア粒子102aに関しての相互作用力の計算を計算性能が低いCPUが担当するようにする。   Therefore, in the second embodiment, the CPU having high calculation performance is in charge of calculating the interaction force for the toner particles 102b having a large calculation amount (high calculation load) with respect to the interaction between particles, and the calculation amount with respect to the interaction between particles. The CPU having low calculation performance is in charge of calculating the interaction force with respect to the carrier particles 102a having a small amount (low calculation load).

一例として、図8には、16個のキャリア粒子102aと16個のトナー粒子102bがマルチコア部239Bに供給される場合が示されている。それぞれの数は16個で同じであるが、現像ニップ領域T1、前半領域T2、後半領域T3のそれぞれにおいて、キャリア粒子102aよりもトナー粒子102bの方が粒子密度が高く、粒子挙動の解析処理において、キャリア粒子102aに着目する頻度(つまり解析負荷)よりもトナー粒子102bに着目する頻度(つまり解析負荷)の方が高くなる。   As an example, FIG. 8 shows a case where 16 carrier particles 102a and 16 toner particles 102b are supplied to the multi-core portion 239B. Although the number of each is the same, the toner particles 102b have a higher particle density than the carrier particles 102a in the development nip region T1, the first half region T2, and the second half region T3. The frequency of focusing on the toner particles 102b (that is, the analysis load) is higher than the frequency of focusing on the carrier particles 102a (that is, the analysis load).

ここで、第1実施形態と同様に、4個のクワッドコア234Bの内で、CPU#0〜3で構成されたクワッドコア234B_0とCPU#4〜7で構成されたクワッドコア234B_1は計算性能が相対的に高く、CPU#8〜11で構成されたクワッドコア234B_2とCPU#12〜15で構成されたクワッドコア234B_3は計算性能が相対的に低いとする。この場合、解析負荷分配処理部251は、各クワッドコア234B_@(プロセッサコア)の処理能力と計算負荷の関係に基づいて、次のようにして処理効率が最も高くなる(解析処理時間が最も短くなる)ように負荷分配を図る。   As in the first embodiment, among the four quad cores 234B, the quad core 234B_0 composed of CPUs # 0 to 3 and the quad core 234B_1 composed of CPUs # 4 to 7 have computational performance. It is assumed that the calculation performance of the quad core 234B_2 composed of the CPUs # 8 to 11 and the quad core 234B_3 composed of the CPUs # 12 to 15 is relatively low. In this case, the analysis load distribution processing unit 251 has the highest processing efficiency (the analysis processing time is the shortest) based on the relationship between the processing capability and the calculation load of each quad core 234B_ @ (processor core). Load distribution as follows.

1)全32粒子の内、16個のトナー粒子102bを粒子番号0〜15に割り当て、16個のキャリア粒子102aを粒子番号16〜31に割り当てる。
2)粒子番号0〜15は、トナー粒子102bであり粒子間相互作用の計算負荷が高くなるので、計算性能の高いクワッドコア234B_0(CPU#0〜3)およびクワッドコア234B_1(CPU#4〜7)に割り当てる。
3)粒子番号16〜31は、キャリア粒子102aであり粒子間相互作用の計算負荷が低くて済むので、計算性能の低いクワッドコア234B_2(CPU#8〜11)およびクワッドコア234B_3(CPU#12〜15)に割り当てる。
1) Of the 32 particles, 16 toner particles 102b are assigned to particle numbers 0-15, and 16 carrier particles 102a are assigned to particle numbers 16-31.
2) Since the particle numbers 0 to 15 are toner particles 102b and the calculation load of the interaction between particles becomes high, the quad core 234B_0 (CPU # 0 to 3) and the quad core 234B_1 (CPU # 4 to 7) having high calculation performance are high. ).
3) Since the particle numbers 16 to 31 are carrier particles 102a and the calculation load of the interparticle interaction is low, the quad core 234B_2 (CPU # 8 to 11) and the quad core 234B_3 (CPU # 12 to CPU # 12 15).

第2実施形態においても、力分割法による粒子挙動の並行計算において、マルチコア部239Bに供給された計算対象粒子の関する計算負荷と、解析処理を行なうプロセッサ(この例ではクワッドコア234B)の処理性能に基づいて割り当てを決定し、クワッドコア234B_@に順次データを投入する。計算負荷と処理性能に応じてクワッドコア234B(つまりプロセッサコア、CPU)を割り当てるため、計算負荷と計算性能のギャップが相殺され、各クワッドコア234B(つまりCPU)間での処理時間の相違が緩和される。第2実施形態を適用しない場合と比較して、コンピュータ資源が有効に活用され、より短い処理時間で並行計算が実施されるようになる。   Also in the second embodiment, in the parallel calculation of the particle behavior by the force division method, the calculation load related to the calculation target particle supplied to the multi-core unit 239B and the processing performance of the processor (in this example, the quad core 234B) that performs analysis processing The assignment is determined based on the data, and data is sequentially input to the quad core 234B_ @. Since the quad core 234B (that is, processor core or CPU) is allocated according to the calculation load and processing performance, the gap between the calculation load and calculation performance is offset, and the difference in processing time between each quad core 234B (that is, CPU) is reduced. Is done. Compared with the case where the second embodiment is not applied, computer resources are effectively utilized, and parallel computation is performed in a shorter processing time.

<処理能力と計算量に応じた分配制御:第3実施形態>
図9〜図9Aは、処理能力と計算量に応じた分配制御の第3実施形態を説明する図である。ここで、図9は、規制トリマー150による層形成プロセスでの粒子の運動状況を説明する図である。図9Aは、第3実施形態を適用した力マトリクスとプロセッサの関係を説明する図である。
<Distribution Control According to Processing Capacity and Calculation Amount: Third Embodiment>
FIG. 9 to FIG. 9A are diagrams for explaining a third embodiment of distribution control according to processing capacity and calculation amount. Here, FIG. 9 is a diagram for explaining the movement state of particles in the layer formation process by the regulation trimmer 150. FIG. 9A is a diagram illustrating a relationship between a force matrix to which the third embodiment is applied and a processor.

第3実施形態は、データ受付部232が受け付けた解析対象データを、第1・第2実施形態と同様に、解析対象粒子が属する領域に基づく計算負荷とプロセッサコアの処理能力に基づいて割り当てるものである。   In the third embodiment, the analysis target data received by the data receiving unit 232 is assigned based on the calculation load based on the region to which the analysis target particle belongs and the processing capacity of the processor core, as in the first and second embodiments. It is.

解析負荷分配処理部251は、第1・第2実施形態と同様に、粒子密度の高い領域に属する粒子は解析負荷が大きくなるので計算性能の高いプロセッサコアに割り当て、粒子密度の低い領域に属する粒子は解析負荷が小さくなるので計算性能の低いプロセッサコアに割り当てるようにする。   Similar to the first and second embodiments, the analysis load distribution processing unit 251 assigns a particle belonging to a region having a high particle density to a processor core having a high calculation performance because the analysis load increases, and belongs to a region having a low particle density. Since the analysis load is reduced, the particles are assigned to a processor core with low calculation performance.

解析対象粒子が属する領域に基づく計算負荷の差異の判定に当たって、粒子の密集具合(たとえば密度)を判定指標に使用する点では第1・第2実施形態と同様であり、また、密度に影響を与える粒子が属する領域そのものの別にプロセッサを割り当てる点で第1実施形態と同様である。第1実施形態では現像ニップ領域T1とその近傍領域(前半領域T2、後半領域T3)に着目していたが、第3実施形態では、規制トリマー150の通過前の領域(トリマー通過前領域T4)と通過後の領域(トリマー通過後領域T5)に着目する。   In determining the difference in calculation load based on the region to which the analysis target particle belongs, the density of particles (for example, density) is used as a determination index in the same way as in the first and second embodiments, and the density is affected. This is the same as in the first embodiment in that a processor is allocated separately from the region itself to which the given particles belong. In the first embodiment, attention is paid to the development nip region T1 and the vicinity thereof (the first half region T2, the second half region T3). However, in the third embodiment, the region before the regulation trimmer 150 passes (pre-trimmer passage region T4). Focus on the area after passing (trimmer passing area T5).

たとえば、図9には、規制トリマー150周辺のトリマー通過前領域T4とトリマー通過後領域T5での粒子の運動概要が示されている。現像装置40内の現像剤粒子102は、攪拌機能を持つ攪拌搬送ロールにより攪拌され摩擦帯電されつつ現像ロール140側に搬送され、さらに規制トリマー150によって現像剤粒子102の現像ロール140への吸着量が規制され一定の高さで現像ロール140の周縁に現像剤粒子102が付着する。   For example, FIG. 9 shows an outline of particle motion in the pre-trimmer passage region T4 and the post-trimmer passage region T5 around the regulation trimmer 150. The developer particles 102 in the developing device 40 are conveyed to the developing roll 140 side while being agitated and frictionally charged by an agitating / conveying roll having a stirring function, and further, the amount of adsorption of the developer particles 102 to the developing roll 140 by the regulation trimmer 150. The developer particles 102 adhere to the periphery of the developing roll 140 at a constant height.

現像ロール140に内蔵されたマグネット142からの磁場によりキャリア粒子102aが連なった磁気ブラシが構成されキャリア粒子102aとともにトナー粒子102bは移動する。このとき、規制トリマー150によって、マグネット142による磁力線に沿ってできたキャリア粒子102aの磁気ブラシの高さが規制される。   A magnetic brush in which carrier particles 102a are connected by a magnetic field from a magnet 142 built in the developing roll 140 is formed, and the toner particles 102b move together with the carrier particles 102a. At this time, the height of the magnetic brush of the carrier particles 102 a formed along the magnetic lines of force by the magnet 142 is regulated by the regulation trimmer 150.

このため、規制トリマー150の前のトリマー通過前領域T4では現像剤粒子102が滞留するため、粒子数が多く、かつ密集することになるのに対して、規制トリマー150を通過した後のトリマー通過後領域T5では、粒子間の密集度は低くなる。つまり、トリマー通過前領域T4での現像剤粒子102の粒子密度はトリマー通過後領域T5での現像剤粒子102の粒子密度よりも高くなる。したがって、現像剤粒子102に及ぼす粒子間相互作用計算において、実際に計算を要する粒子の割合も、トリマー通過前領域T4の方がトリマー通過後領域T5よりも高くなる。   For this reason, since the developer particles 102 stay in the pre-trimmer passage region T4 before the regulated trimmer 150, the number of particles is large and dense, whereas the trimmer passes after passing through the regulated trimmer 150. In the rear region T5, the density between particles is low. That is, the particle density of the developer particles 102 in the region T4 before the trimmer passage is higher than the particle density of the developer particles 102 in the region T5 after the trimmer passage. Therefore, in the calculation of the interaction between particles exerted on the developer particle 102, the ratio of the particles that actually need to be calculated is higher in the pre-trimmer passage region T4 than in the post-trimmer passage region T5.

解析負荷分配処理部251は、粒子密度の高いトリマー通過前領域T4に属する現像剤粒子102は、解析負荷が大きくなるので、計算性能の高いプロセッサコアに割り当て、一方、粒子密度の低いトリマー通過後領域T5に属する現像剤粒子102は、解析負荷が小さくなるので、計算性能の低いプロセッサコアに割り当てるようにする。   The analysis load distribution processing unit 251 assigns the developer particles 102 belonging to the pre-trimmer region T4 having a high particle density to the processor core having a high calculation performance because the analysis load becomes large. The developer particles 102 belonging to the region T5 are allocated to a processor core having a low calculation performance because the analysis load is small.

一例として、解析負荷分配処理部251は、キャリア粒子102aによる粒子系の層形成プロセスの計算において、計算性能が高い(計算処理が速い)CPUと計算性能が低い(計算処理が遅い)CPUを、それぞれ力マトリックスに割り当てる。このとき、基本的には、計算性能が高いCPUがトリマー通過前領域T4に属する粒子に関しての相互作用力の計算を担当し、計算性能が低いCPUがトリマー通過後領域T5に属する粒子に関しての相互作用力の計算を担当するようにする。   As an example, the analysis load distribution processing unit 251 includes a CPU having high calculation performance (fast calculation processing) and a CPU having low calculation performance (slow calculation processing) in the calculation of the particle-based layer formation process by the carrier particles 102a. Each is assigned to a force matrix. At this time, basically, a CPU having a high calculation performance is responsible for calculating an interaction force regarding the particles belonging to the region T4 before the trimmer, and a CPU having a low calculation performance is related to the particles belonging to the region T5 after the trimmer. Be in charge of calculating the applied force.

図9Aには、32個の現像剤粒子102(キャリア粒子102aおよびトナー粒子102b)がマルチコア部239Bに供給され、それを4個のクワッドコア234B(16個のプロセッサコア、CPU)で処理する場合が示されている。32個の内の16個はトリマー通過前領域T4から取り出し残りの16個はトリマー通過後領域T5から取り出す。   FIG. 9A shows a case where 32 developer particles 102 (carrier particles 102a and toner particles 102b) are supplied to the multi-core portion 239B and processed by four quad cores 234B (16 processor cores, CPU). It is shown. Of the 32, 16 are taken out from the pre-trimmer passage area T4 and the remaining 16 are taken out from the post-trimmer passage area T5.

ここで、第1・第2実施形態と同様に、4個のクワッドコア234Bの内で、CPU#0〜3で構成されたクワッドコア234B_0とCPU#4〜7で構成されたクワッドコア234B_1は計算性能が相対的に高く、CPU#8〜11で構成されたクワッドコア234B_2とCPU#12〜15で構成されたクワッドコア234B_3は計算性能が相対的に低いとする。この場合、解析負荷分配処理部251は、各クワッドコア234B_@(プロセッサコア)の処理能力と計算負荷の関係に基づいて、次のようにして処理効率が最も高くなる(解析処理時間が最も短くなる)ように負荷分配を図る。   Here, as in the first and second embodiments, among the four quad cores 234B, the quad core 234B_0 composed of CPUs # 0 to 3 and the quad core 234B_1 composed of CPUs # 4 to 7 are It is assumed that the calculation performance is relatively high, and the quad core 234B_2 configured with the CPUs # 8 to 11 and the quad core 234B_3 configured with the CPUs # 12 to 15 have relatively low calculation performance. In this case, the analysis load distribution processing unit 251 has the highest processing efficiency (the analysis processing time is the shortest) based on the relationship between the processing capability and the calculation load of each quad core 234B_ @ (processor core). Load distribution as follows.

1)全32粒子の内、規制トリマー150を通過前のトリマー通過前領域T4に属する16個の現像剤粒子102(キャリア粒子102a、トナー粒子102b)を、粒子番号0〜15に割り当てる。規制トリマー150を通過後のトリマー通過後領域T5に属する16個の現像剤粒子102(キャリア粒子102a、トナー粒子102b)を、粒子番号16〜31に割り当てる。
2)粒子番号0〜15は、トリマー通過前領域T4に属するため粒子数が多く密集しているため粒子間相互作用の計算負荷が高くなるので計算性能の高いクワッドコア234B_0(CPU#0〜3)およびクワッドコア234B_1(CPU#4〜7)に割り当てる。
3)粒子番号16〜31は、トリマー通過後領域T5に属するため粒子間の密集度は低く粒子間相互作用の計算負荷が低くて済むので計算性能の低いクワッドコア234B_2(CPU#8〜11)とクワッドコア234B_3(CPU#12〜15)に割り当てる。
1) Of the 32 particles, 16 developer particles 102 (carrier particles 102a, toner particles 102b) belonging to the pre-trimmer passing region T4 before passing through the regulated trimmer 150 are assigned to particle numbers 0-15. Sixteen developer particles 102 (carrier particles 102a and toner particles 102b) belonging to the post-trimmer post-passage region T5 after passing through the regulated trimmer 150 are assigned to particle numbers 16 to 31.
2) Since the particle numbers 0 to 15 belong to the region T4 before passing the trimmer and the number of particles is dense, the calculation load of the interaction between particles becomes high, so the quad core 234B_0 (CPU # 0 to 3) having high calculation performance ) And quad core 234B_1 (CPU # 4-7).
3) Since the particle numbers 16 to 31 belong to the region T5 after passing through the trimmer, the density between particles is low and the calculation load of the interaction between particles is low, so the quad core 234B_2 (CPU # 8 to 11) with low calculation performance is required. And quad-core 234B_3 (CPUs # 12 to 15).

第3実施形態においても、力分割法による粒子挙動の並行計算において、マルチコア部239Bに供給された計算対象粒子の関する計算負荷と、解析処理を行なうプロセッサ(この例ではクワッドコア234B)の処理性能に基づいて割り当てを決定し、クワッドコア234B_@に順次データを投入する。計算負荷と処理性能に応じてクワッドコア234B(つまりプロセッサコア、CPU)を割り当てるため、計算負荷と計算性能のギャップが相殺され、各クワッドコア234B(つまりCPU)間での処理時間の相違が緩和される。第3実施形態を適用しない場合と比較して、コンピュータ資源が有効に活用され、より短い処理時間で並行計算が実施されるようになる。   Also in the third embodiment, in the parallel calculation of the particle behavior by the force division method, the calculation load related to the calculation target particle supplied to the multicore unit 239B and the processing performance of the processor (in this example, the quad core 234B) that performs the analysis process. The assignment is determined based on the data, and data is sequentially input to the quad core 234B_ @. Since the quad core 234B (that is, processor core or CPU) is allocated according to the calculation load and processing performance, the gap between the calculation load and calculation performance is offset, and the difference in processing time between each quad core 234B (that is, CPU) is reduced. Is done. Compared with the case where the third embodiment is not applied, computer resources are effectively utilized, and parallel computation is performed in a shorter processing time.

<処理能力と計算量に応じた分配制御:第4実施形態>
図10〜図10Bは、処理能力と計算量に応じた分配制御の第4実施形態を説明する図である。ここで、図10は、第4実施形態を適用した第4構成例の粒子挙動解析システム200Fを示す図である。図10Aは、現像作用の行なわれる現像ニップ領域とその近傍での粒子の運動状況を説明する図である。図10Bは、第4実施形態を適用した力マトリクスとプロセッサの関係を説明する図である。なお、図10では、クワッドコア234Bを使用した第2構成例(図4)に対して変形して示しているが、第4実施形態の仕組みは、第1・第3構成例に対しても同様に適用し得るものである。
<Distribution Control According to Processing Capacity and Calculation Amount: Fourth Embodiment>
FIGS. 10 to 10B are diagrams illustrating a fourth embodiment of distribution control according to the processing capacity and the calculation amount. Here, FIG. 10 is a diagram showing a particle behavior analysis system 200F of a fourth configuration example to which the fourth embodiment is applied. FIG. 10A is a view for explaining the movement state of particles in the developing nip region where the developing action is performed and in the vicinity thereof. FIG. 10B is a diagram illustrating a relationship between a force matrix to which the fourth embodiment is applied and a processor. In FIG. 10, the second configuration example (FIG. 4) using the quad core 234B is modified and shown, but the mechanism of the fourth embodiment is also applied to the first and third configuration examples. The same applies.

第4実施形態は、計算の進行により相互作用力の計算量が変化する場合に、相互作用力の計算量の変化に応じて解析対象要素を再分配する、つまり、動的に、担当するプロセッサを変化させるものである。解析対象粒子の時間変動に伴う解析負荷の変動に応じて、利用する力マトリックスを動的に変更するのである。解析の進行による粒子分布の変動に伴う計算量の変動に応じて、力マトリックスに基づき、プロセッサコア(計算機)の再分配を行なうことで、動的に計算環境全体の計算性能を適正にするのである。   In the fourth embodiment, when the calculation amount of the interaction force changes due to the progress of the calculation, the analysis target element is redistributed according to the change in the calculation amount of the interaction force, that is, the processor in charge dynamically. Is something that changes. The force matrix to be used is dynamically changed according to the fluctuation of the analysis load accompanying the time fluctuation of the analysis target particles. Because the calculation performance of the entire computing environment is dynamically optimized by redistributing the processor cores (computers) based on the force matrix according to the fluctuation of the calculation amount accompanying the fluctuation of the particle distribution as the analysis progresses is there.

ここで、担当するプロセッサコアの再分配(プロセッサの交換)に当たっては、交換対象のプロセッサコア以外(本事例ではクワッドコア234B)の装置が該当部分の力マトリックスのデータを複写して入れ替えることで実現する。交換対象のプロセッサコア以外の装置(予備の情報処理装置203と称する:図10参照)は、データの複写と入替えを担当するものであればよく処理性能の高低は問わない。具体的には、解析負荷分配処理部251(や解析負荷分配処理部233)は、粒子挙動計算の負荷が高くなったものと粒子挙動計算の負荷が低くなったものとの間で、予備の情報処理装置203を使用して計算情報の複写と入替えを行なうように制御する。   Here, the redistribution of processor cores in charge (replacement of processors) is realized by copying and replacing the force matrix data of the corresponding part by a device other than the replacement processor core (in this case, quad core 234B). To do. An apparatus other than the processor core to be exchanged (referred to as a spare information processing apparatus 203: see FIG. 10) may be used as long as it is in charge of copying and replacing data, and the processing performance is not limited. Specifically, the analysis load distribution processing unit 251 (or the analysis load distribution processing unit 233) performs a backup operation between a case where the load of the particle behavior calculation is high and a case where the load of the particle behavior calculation is low. Control is performed to copy and replace the calculation information using the information processing device 203.

たとえば、図10Aには、第1実施形態において、粒子挙動解析処理が進行した場合に、現像ニップ領域T1および周辺領域(前半領域T2や後半領域T3)に属する粒子の分布が変化する例が示されている。この場合、粒子分布の変化に伴って、各領域の計算量(解析負荷)も変化する。解析当初は処理能力と計算量に応じて適正に分配制御がなされていたとしても、各領域の計算量(解析負荷)が変化することで処理能力と計算量に応じた分配状態が不適正になる。この対策として、第4実施形態では、以下の処理を行なう。   For example, FIG. 10A shows an example in which the distribution of particles belonging to the development nip region T1 and the peripheral region (the first half region T2 and the second half region T3) changes when the particle behavior analysis process proceeds in the first embodiment. Has been. In this case, the calculation amount (analysis load) of each region also changes as the particle distribution changes. Even if distribution control was performed appropriately according to the processing capacity and calculation amount at the beginning of the analysis, the distribution state corresponding to the processing capacity and calculation amount is inappropriate due to changes in the calculation amount (analysis load) of each area. Become. As a countermeasure, the following processing is performed in the fourth embodiment.

前半領域T2のキャリア粒子102aは、現像ロール140に内蔵されたマグネット142からの磁場により磁気ブラシを構成し、トナー粒子102bはキャリア粒子102aに静電力により互いに吸着され、キャリア粒子102aとともに感光体10に対向する現像ニップ領域T1まで搬送される。現像ニップ領域T1での現像処理後のキャリア粒子102aと感光体10側に飛翔されなかったトナー粒子102bは、後半領域T3側に搬送され収納容器101内に回収される。   The carrier particles 102a in the first half region T2 constitute a magnetic brush by the magnetic field from the magnet 142 built in the developing roll 140, and the toner particles 102b are adsorbed to the carrier particles 102a by electrostatic force, and together with the carrier particles 102a, the photoconductor 10. Is conveyed to the developing nip region T1 facing the surface. The carrier particles 102a after the development processing in the development nip region T1 and the toner particles 102b that have not been ejected to the photoreceptor 10 side are transported to the second half region T3 side and collected in the storage container 101.

そのため、図7(2)と図10Aを対比すると分かるように、図10Aでは解析対象の現像剤粒子102が前半領域T2には存在せず現像ニップ領域T1と後半領域T3にのみ存在し、しかも、進行に伴って後半領域T3側の解析対象の現像剤粒子102の量が次第に多くなる。換言すると、解析の進行に伴って、後半領域T3での現像剤粒子102の粒子密度は前半領域T2や現像ニップ領域T1での現像剤粒子102の粒子密度よりも高くなる。したがって、現像剤粒子102に及ぼす粒子間相互作用計算において、実際に計算を要する粒子の割合も、解析の進行(つまり解析対象粒子の時間変動)に伴って、後半領域T3の方が前半領域T2や現像ニップ領域T1よりも高くなる。   Therefore, as can be seen by comparing FIG. 7 (2) and FIG. 10A, in FIG. 10A, the developer particles 102 to be analyzed do not exist in the first half area T2, but exist only in the development nip area T1 and the second half area T3. As the process proceeds, the amount of developer particles 102 to be analyzed on the second half area T3 side gradually increases. In other words, as the analysis proceeds, the particle density of the developer particles 102 in the second half region T3 becomes higher than the particle density of the developer particles 102 in the first half region T2 and the development nip region T1. Therefore, in the calculation of the interaction between particles on the developer particle 102, the ratio of the particles that actually need to be calculated is also increased in the first half region T2 in the second half region T3 as the analysis progresses (that is, the time variation of the analysis target particles). Or higher than the development nip region T1.

そこで、第4実施形態では、解析負荷分配処理部251は、時間経過に伴い粒子密度が高くなる後半領域T3に属する現像剤粒子102は、解析負荷が大きくなるので、計算性能の高いプロセッサコアに割り当て、一方、時間経過に伴い粒子密度が低くなる前半領域T2や現像ニップ領域T1に属する現像剤粒子102は、解析負荷が小さくなるので、計算性能の低いプロセッサコアに割り当てるように変更する。   Therefore, in the fourth embodiment, the analysis load distribution processing unit 251 determines that the developer particle 102 belonging to the latter half region T3 in which the particle density increases with time increases the analysis load, so that the processor core having high calculation performance is used. On the other hand, the developer particles 102 belonging to the first half region T2 and the development nip region T1 in which the particle density decreases with the lapse of time have a small analysis load, and therefore are changed so as to be allocated to a processor core having low calculation performance.

本事例の場合、当初(第1実施形態)は、現像ニップ領域T1に属する粒子番号0〜15は粒子間相互作用の計算負荷が高く計算性能の高いクワッドコア234B_0(CPU#0〜3)およびクワッドコア234B_1(CPU#4〜7)に割り当て、前半領域T2や後半領域T3に属する粒子番号16〜31は粒子間相互作用の計算負荷が低くて済むので、計算性能の低いクワッドコア234B_2(CPU#8〜11)およびクワッドコア234B_3(CPU#12〜15)に割り当てている(図7A参照)。   In the present case, initially (first embodiment), the particle numbers 0 to 15 belonging to the development nip region T1 have a high calculation load for the inter-particle interaction and high calculation performance, and the quad core 234B_0 (CPU # 0 to 3) and Since the particle numbers 16 to 31 assigned to the quad core 234B_1 (CPU # 4 to 7) and belonging to the first half region T2 and the second half region T3 need only have a low calculation load of the interparticle interaction, the quad core 234B_2 (CPU having a low calculation performance) # 8 to 11) and quad core 234B_3 (CPUs # 12 to 15) (see FIG. 7A).

たとえば、後半領域T3をクワッドコア234B_2が担当し、前半領域T2をクワッドコア234B_3が担当するものとする。この場合、解析の進行に対応したプロセッサコアの割当て変更に当たっては、図10Bに示すように、現像ニップ領域T1を担当する計算性能の高いクワッドコア234B_0,234B_1の何れか(図9Bでは234B_1)と後半領域T3を担当する計算性能の低いクワッドコア234B_2を入れ替えればよい。このときには、それぞれが担当している現像剤粒子102のデータを、予備の情報処理装置203を介して交換する。   For example, the quad core 234B_2 is in charge of the second half area T3, and the quad core 234B_3 is in charge of the first half area T2. In this case, when changing the allocation of the processor cores corresponding to the progress of the analysis, as shown in FIG. 10B, one of the quad cores 234B_0 and 234B_1 having high calculation performance in charge of the development nip region T1 (234B_1 in FIG. 9B) The quad core 234B_2 having low calculation performance in charge of the second half area T3 may be replaced. At this time, the data of the developer particles 102 in charge of each is exchanged via the spare information processing device 203.

第1実施形態で処理性能の低いクワッドコア234Bで計算した後半領域T3は、解析の進行に伴う現像剤粒子102の移動により初期状態より現像剤粒子102の数が増加するため解析負荷が増加するが、第4実施形態では、規定数以上の粒子数が後半領域T3に属するようになった時点で、処理性能の高いクワッドコア234Bに交換する。これにより、解析の進行により各領域(現像ニップ領域T1、前半領域T2、後半領域T3)での相互作用力の計算量が変化する場合でも、粒子数の増加に応じた計算性能の高い計算機を利用した粒子挙動解析が実施される。   In the latter half region T3 calculated with the quad core 234B having low processing performance in the first embodiment, the number of developer particles 102 increases from the initial state due to the movement of the developer particles 102 as the analysis progresses, so the analysis load increases. However, in the fourth embodiment, when the number of particles equal to or greater than the specified number comes to belong to the latter half region T3, the quad core 234B having high processing performance is replaced. Thus, even when the amount of calculation of the interaction force in each region (development nip region T1, first half region T2, and second half region T3) changes as the analysis progresses, a computer with high calculation performance corresponding to the increase in the number of particles Utilized particle behavior analysis.

以上、本発明について実施形態を用いて説明したが、本発明の技術的範囲は前記実施形態に記載の範囲には限定されない。発明の要旨を逸脱しない範囲で前記実施形態に多様な変更または改良を加えることができ、そのような変更または改良を加えた形態も本発明の技術的範囲に含まれる。   As mentioned above, although this invention was demonstrated using embodiment, the technical scope of this invention is not limited to the range as described in the said embodiment. Various changes or improvements can be added to the above-described embodiment without departing from the gist of the invention, and embodiments to which such changes or improvements are added are also included in the technical scope of the present invention.

また、前記の実施形態は、クレーム(請求項)に係る発明を限定するものではなく、また実施形態の中で説明されている特徴の組合せの全てが発明の解決手段に必須であるとは限らない。前述した実施形態には種々の段階の発明が含まれており、開示される複数の構成要件における適宜の組合せにより種々の発明を抽出できる。実施形態に示される全構成要件から幾つかの構成要件が削除されても、効果が得られる限りにおいて、この幾つかの構成要件が削除された構成が発明として抽出され得る。   Further, the above embodiments do not limit the invention according to the claims (claims), and all combinations of features described in the embodiments are not necessarily essential to the solution means of the invention. Absent. The embodiments described above include inventions at various stages, and various inventions can be extracted by appropriately combining a plurality of disclosed constituent elements. Even if some constituent requirements are deleted from all the constituent requirements shown in the embodiment, as long as an effect is obtained, a configuration from which these some constituent requirements are deleted can be extracted as an invention.

<変形例>
たとえば、前記実施形態では、複数の計算機として、具体的には数値演算処理部234を構成するプロセッサコアやマルチコアを用いて並行計算する例を示したが、数値演算処理部234はプロセッサコアやマルチコアと言われるCPUで構成しソフトウェア処理も併用して粒子挙動解析用の計算処理を実行することに限らず、同様の計算機能をなすハードウェア回路で実現してもよいし、また、ハードウェア回路とソフトウェア処理との併用により実現してもよい。
<Modification>
For example, in the above-described embodiment, an example in which parallel calculation is performed using a processor core or a multicore that configures the numerical operation processing unit 234 as a plurality of computers has been described. However, the numerical operation processing unit 234 may be a processor core or a multicore. It is not limited to executing a calculation process for particle behavior analysis by using a CPU and using a software process together, and may be realized by a hardware circuit having a similar calculation function, or a hardware circuit And software processing may be used together.

前記実施形態では、複数の計算機(具体的にはプロセッサコア)を用いて並行計算する際の分割手法として力分割法を適用する例で説明したが、処理能力と計算量に応じて分配制御を行なう前記実施形態の仕組みは力分割法以外に適用してもよい。   In the above-described embodiment, an example in which the force division method is applied as a division method when performing parallel calculation using a plurality of computers (specifically, processor cores) has been described. However, distribution control is performed according to processing capacity and calculation amount. The mechanism of the embodiment to be performed may be applied other than the force division method.

たとえば、図1において、感光体10と現像ロール140の各周縁が対向し現像作用の行なわれる範囲領域(現像ニップ領域)に関する現像剤粒子102の挙動解析では、記録画像に応じて帯電されている感光体10の表面へのトナー粒子の飛翔および感光体10への付着の状況が記録画像の画質を左右する。よって、現像ニップ領域に関してある程度広い解析対象領域を設定して領域分割法を適用する。この際に、並行計算システムを構成する計算機の処理性能に差がある場合には、前記実施形態と同様にして、処理能力と計算量に応じて分配制御を行なうようにすればよい。   For example, in FIG. 1, in the behavior analysis of the developer particles 102 regarding the range region (development nip region) where the peripheral edges of the photoconductor 10 and the developing roll 140 face each other and the developing action is performed, charging is performed according to the recorded image. The state of the flying of toner particles on the surface of the photoconductor 10 and the adhesion to the photoconductor 10 affects the image quality of the recorded image. Therefore, the region division method is applied by setting an analysis target region that is somewhat wide with respect to the development nip region. At this time, if there is a difference in the processing performance of the computers constituting the parallel computing system, distribution control may be performed according to the processing capacity and the calculation amount in the same manner as in the above embodiment.

また、図1において、現像装置40の攪拌プロセスの解析では、図示しない攪拌搬送ロールにより現像剤粒子102が攪拌・搬送される攪拌搬送領域や、攪拌搬送領域と層形成領域との間のピックアップ領域や現像剤粒子102の回収されるピックオフ領域での解析が重要となる。よって、現像ロール140を解析対象領域に設定して領域分割法を適用する。これらの際に、並行計算システムを構成する計算機の処理性能に差がある場合には、前記実施形態と同様にして、処理能力と計算量に応じて分配制御を行なうようにすればよい。   In FIG. 1, in the analysis of the agitation process of the developing device 40, the agitation conveyance area where the developer particles 102 are agitated and conveyed by an agitation conveyance roll (not shown), and the pickup area between the agitation conveyance area and the layer formation area In addition, analysis in the pick-off region where the developer particles 102 are collected is important. Therefore, the developing roll 140 is set as an analysis target area and the area division method is applied. In these cases, if there is a difference in the processing performance of the computers constituting the parallel computing system, distribution control may be performed according to the processing capacity and the calculation amount in the same manner as in the above embodiment.

なお、領域分割法では、プロセッサ数(ノード数)を過度に増やすと、全処理時間における通信時間の比率が増大して並行化の効果が飽和する。全解析処理に占める通信処理に要する時間の割合が力分割法よりも多くなる。   In the area division method, if the number of processors (number of nodes) is excessively increased, the ratio of communication time in the total processing time increases and the parallelization effect is saturated. The proportion of time required for communication processing in the entire analysis processing is larger than that in the force division method.

図示しないが、粒子分割法(粒子分割並行化処理)は力分割法と似通っており、粒子をマトリクス状に配置する。よって、粒子分割法への適用においては、解析対象粒子を、マトリクス上の決められた位置に対応付ければよく、力分割法で説明した前記実施形態と殆ど同様に考えればよい。そしてこの際に、並行計算システムを構成する計算機の処理性能に差がある場合には、前記実施形態と同様にして、処理能力と計算量に応じて分配制御を行なうようにすればよい。なお、力分割法では、力マトリクスの特定プロセッサとの間でのみ計算データの通信を行なうのに対して粒子分割法では全プロセッサ間でデータ通信が必要とされ、領域分割法と同様に、全解析処理に占める通信処理に要する時間の割合が力分割法よりも多くなる。   Although not shown, the particle division method (particle division parallelization process) is similar to the force division method, and particles are arranged in a matrix. Therefore, in application to the particle division method, the analysis target particle may be associated with a determined position on the matrix, and may be considered almost the same as the embodiment described in the force division method. At this time, if there is a difference in the processing performance of the computers constituting the parallel computing system, distribution control may be performed according to the processing capacity and the calculation amount in the same manner as in the above embodiment. The force division method communicates calculation data only with a specific processor of the force matrix, whereas the particle division method requires data communication among all processors. The proportion of time required for communication processing in the analysis processing is larger than that in the force division method.

こういった点では、複数プロセッサを使用した並行化処理による全処理時間の短縮性能という点では、領域分割法や粒子分割法を適用する場合に比べて、力分割法へ前記実施形態を適用した方が、粒子挙動解析処理時間は短縮される。   In these respects, the embodiment is applied to the force division method compared to the case of applying the region division method or the particle division method in terms of the performance reduction of the total processing time by the parallel processing using a plurality of processors. However, the particle behavior analysis processing time is shortened.

前記実施形態は、情報処理装置が適用される具体例として粒子挙動解析装置を例に説明するとともに、解析対象粒子が存在する装置としては画像形成装置を例に説明したが、これは一例に過ぎない。   In the above-described embodiment, the particle behavior analysis apparatus is described as an example to which the information processing apparatus is applied, and the image forming apparatus is described as an example of the apparatus having the analysis target particle. However, this is only an example. Absent.

たとえば、粒子挙動解析は、現像装置40における攪拌プロセスや現像プロセスへの適用に限定されない。たとえば、電子写真方式の転写装置における転写プロセスや、クリーニング装置における清掃プロセスにも適用してよい。また、粒子種や作用力を問わず、あらゆる粒子(粉体)を取り扱うシステムのシミュレーションにも同様に適用してよい。電子写真方式以外では、岩石などの落石シミュレーション、ホッパー内の粉の流動シミュレーション、製薬用製剤装置内の粉末体の流動シミュレーションなどへ適用してもよい。   For example, the particle behavior analysis is not limited to application to the stirring process or the development process in the developing device 40. For example, the present invention may be applied to a transfer process in an electrophotographic transfer device and a cleaning process in a cleaning device. Moreover, you may apply similarly to the simulation of the system which handles all particle | grains (powder) irrespective of a particle | grain kind and action force. Other than the electrophotographic method, the present invention may be applied to rock fall simulation of rocks, powder flow simulation in a hopper, powder flow simulation in a pharmaceutical preparation device, and the like.

また、分子レベルでの挙動解析へ適用してもよい。この場合、たとえば、粒子の分子を構成する原子種(原子の種類)と各計算部の処理性能に基づき、解析対象要素を分配するようにすればよい。たとえば、分子動力学(Molecular Dynamics:MD)法での分子動力学シミュレーションにおいて、挙動の主体となる原子種については優先的に高性能のものに担当させるようにすればよい。   Moreover, you may apply to the behavioral analysis in a molecular level. In this case, for example, the analysis target elements may be distributed based on the atomic species (atom types) constituting the particle molecules and the processing performance of each calculation unit. For example, in the molecular dynamics simulation by the molecular dynamics (MD) method, the atomic species that are the main behavior may be preferentially assigned to the high-performance one.

何れの場合でも、並行計算システムで粒子挙動解析を行なう際にシステムを構成する各計算部や計算機能部の処理性能が異なる場合に、その処理性能と粒子相互作用力の計算量に基づいて、本実施形態を適用しない場合よりも、各計算部や計算機能部での解析処理時間の差が小さくなるようにすることで全体としての解析処理時間が短縮するように、負荷分配を行なえばよい。   In any case, when the processing performance of each calculation unit and calculation function unit constituting the system is different when performing particle behavior analysis in the parallel calculation system, based on the calculation amount of the processing performance and particle interaction force, Compared to the case where the present embodiment is not applied, the load distribution may be performed so that the analysis processing time as a whole is shortened by reducing the difference in the analysis processing time between the calculation units and the calculation function units. .

また、前記実施形態の仕組みは、複数の計算機(プロセッサコア)で粒子挙動解析の並行計算を行なう場合において、処理性能に他と差がある計算機が存在するときに各計算機に同量の計算を行なわせようとすることに伴う処理効率低下を抑制するものであるから、同様のシステム構成を持つ情報処理装置(情報処理システム、並行計算機システム)に、前記実施形態の仕組みが同様に適用されることは自明である。その場合、計算処理対象は粒子挙動解析に限定されず、一般的なものでよく、数値演算処理部234は入力された計算情報に基づき情報処理計算を行なう計算部に置き換え、解析負荷分配処理部251,233は、各計算機の処理性能に基づき、各計算機での計算処理時間差が本実施形態を適用しない場合よりも小さくなるように(究極には、各計算機での計算処理時間が均等となるように)が、各計算機が担当する計算量を分配するものとすればよい。   In addition, the mechanism of the above embodiment is that when performing parallel calculation of particle behavior analysis with a plurality of computers (processor cores), when there is a computer with a difference in processing performance, the same amount of calculation is performed on each computer. Since it is intended to suppress a reduction in processing efficiency due to the execution, the mechanism of the above embodiment is similarly applied to an information processing apparatus (information processing system, parallel computer system) having a similar system configuration. That is obvious. In this case, the calculation processing target is not limited to the particle behavior analysis and may be a general one. The numerical calculation processing unit 234 is replaced with a calculation unit that performs information processing calculation based on the input calculation information, and an analysis load distribution processing unit 251 and 233 are based on the processing performance of each computer so that the difference in calculation processing time in each computer is smaller than in the case where this embodiment is not applied (ultimately, the calculation processing time in each computer becomes equal. However, it is only necessary to distribute the amount of calculation handled by each computer.

また、前記実施形態では、解析負荷分配処理部251を、計算管理ノードとして機能する主粒子挙動解析装置202aに設け、この主粒子挙動解析装置202aも粒子挙動解析システム200の一部を構成する粒子挙動解析装置202として説明したが、このことは必須ではない。粒子挙動解析を行なう複数の粒子挙動解析装置202(計算機)とは別の情報処理装置に解析負荷分配処理部251を設けたシステム構成にしてもよい。その場合、複数の粒子挙動解析装置の処理性能に基づき各粒子挙動解析装置が扱う解析対象要素を分配する専用の装置が必要となるので、前記実施形態よりも情報処理装置(計算機)が1つ増えることになる。   In the embodiment, the analysis load distribution processing unit 251 is provided in the main particle behavior analysis device 202a functioning as a calculation management node, and the main particle behavior analysis device 202a is also a particle that forms part of the particle behavior analysis system 200. Although described as the behavior analysis device 202, this is not essential. A system configuration in which the analysis load distribution processing unit 251 is provided in an information processing device different from the plurality of particle behavior analysis devices 202 (computers) that perform particle behavior analysis may be employed. In that case, since a dedicated device for distributing the analysis target elements handled by each particle behavior analysis device based on the processing performance of the plurality of particle behavior analysis devices is required, there is one information processing device (computer) than the above embodiment. Will increase.

同様のことは、粒子挙動解析装置202がマルチコアで構成される場合に、各粒子挙動解析装置202に解析負荷分配処理部233を設けるか、それとも粒子挙動解析装置202とは別の情報処理装置に解析負荷分配処理部233を設けるかについても言えることである。つまり、第2・第3構成例では、解析負荷分配処理部233を、各粒子挙動解析装置202に設けるものとして説明したが、このことは必須ではない。粒子挙動解析を行なう複数の粒子挙動解析装置202(計算機)とは別の情報処理装置に解析負荷分配処理部233を設けたシステム構成にしてもよい。この場合、解析負荷分配処理部233用の情報処理装置を粒子挙動解析装置202ごとに設けるシステムが考えられるし、各粒子挙動解析装置202に共通の解析負荷分配処理部233用の1つの情報処理装置を設けるシステムも考えられる。何れの場合も、マルチコアを構成するコアプロセッサの処理性能に基づき各コアプロセッサが扱う解析対象要素を分配する専用の装置が必要となるので、前記実施形態よりも情報処理装置(計算機)が増えることになる。   Similarly, when the particle behavior analysis device 202 is configured with a multi-core, each particle behavior analysis device 202 is provided with an analysis load distribution processing unit 233 or an information processing device different from the particle behavior analysis device 202. It can also be said whether the analysis load distribution processing unit 233 is provided. That is, in the second and third configuration examples, the analysis load distribution processing unit 233 has been described as being provided in each particle behavior analysis device 202, but this is not essential. A system configuration in which the analysis load distribution processing unit 233 is provided in an information processing device different from the plurality of particle behavior analysis devices 202 (computers) that perform particle behavior analysis may be employed. In this case, a system in which an information processing device for the analysis load distribution processing unit 233 is provided for each particle behavior analysis device 202 is considered, and one information processing for the analysis load distribution processing unit 233 common to each particle behavior analysis device 202 is possible. A system for providing the device is also conceivable. In any case, a dedicated device that distributes the analysis target element handled by each core processor based on the processing performance of the core processor that constitutes the multi-core is required. Therefore, the number of information processing devices (computers) is increased as compared with the above embodiment. become.

前記実施形態の記載を踏まえれば、特許請求の範囲に記載した請求項に係る発明の他に、たとえば、以下の発明が抽出される。以下列記する。   Based on the description of the embodiment, for example, the following inventions are extracted in addition to the inventions according to the claims described in the claims. The following is listed.

<付記1>
分配処理部は、解析対象要素や計算対象要素を、力行列を使用した力分割法により分割し、それぞれの分割部分の解析対象要素や計算対象要素を各計算部に分配する。
<Appendix 1>
The distribution processing unit divides the analysis target element and the calculation target element by a force division method using a force matrix, and distributes the analysis target element and the calculation target element of each divided portion to each calculation unit.

付記1によれば、領域分割法や粒子分割法を適用する場合に比べて、相互作用力の処理時間を短縮できる。   According to Supplementary Note 1, the processing time for the interaction force can be shortened as compared with the case where the region division method or the particle division method is applied.

<付記2>
計算部は、電子写真方式により画像を出力媒体上に形成する画像形成装置における現像剤粒子の挙動を解析するための粒子間相互作用力の計算を行なう。
<Appendix 2>
The calculation unit calculates an interaction force between particles for analyzing the behavior of developer particles in an image forming apparatus that forms an image on an output medium by an electrophotographic method.

付記2によれば、画像形成装置における現像剤粒子の挙動を解析する場合において、各計算部の計算性能によらず、全ての計算部の処理性能を利用した並行処理により、付記2を適用しない場合よりも処理時間を短くすることができる。   According to Supplementary Note 2, when analyzing the behavior of developer particles in the image forming apparatus, Supplementary Note 2 is not applied by parallel processing using the processing performance of all the calculation units, regardless of the calculation performance of each calculation unit. The processing time can be shortened compared to the case.

<付記3>
付記2において、現像剤粒子は磁性を持つキャリア粒子と非磁性のトナー粒子を含む。
<Appendix 3>
In Appendix 2, the developer particles include magnetic carrier particles and non-magnetic toner particles.

付記3によれば、現像剤粒子が磁性を持つキャリア粒子と非磁性のトナー粒子で構成されている場合であっても、粒子種の影響を受けることなく、全ての計算部の処理性能を利用して並行処理を実行することができる。   According to Appendix 3, even when the developer particles are composed of magnetic carrier particles and non-magnetic toner particles, the processing performance of all the calculation units is used without being affected by the particle type. Thus, parallel processing can be executed.

1…画像形成装置、10…感光体、20…帯電装置、30…露光装置、40…現像装置、50…転写装置、60…クリーニング装置、70…定着装置、102…現像剤粒子、102a…キャリア粒子、102b…トナー粒子、140…現像ロール、150…規制トリマー、200…粒子挙動解析システム、202…粒子挙動解析装置、203…予備の情報処理装置、204…情報出力装置、208…ネットワーク管理装置、209…ネットワーク、210…指示入力装置、212…表示装置、220…データ入力部、230…データ処理部、232…データ受付部、233…解析負荷分配処理部、234…数値演算処理部、234B…クワッドコア(マルチコアの一例)、235…バスインタフェース部、237…メモリアクセス制御部、238…データ記憶部、239A…プロセッサコア部、239B,239C…マルチコア部、240…情報提示部、250…分割処理部、251…解析負荷分配処理部   DESCRIPTION OF SYMBOLS 1 ... Image forming apparatus, 10 ... Photoconductor, 20 ... Charging apparatus, 30 ... Exposure apparatus, 40 ... Developing apparatus, 50 ... Transfer apparatus, 60 ... Cleaning apparatus, 70 ... Fixing apparatus, 102 ... Developer particle, 102a ... Carrier Particles 102b ... Toner particles 140 ... Developing roll 150 ... Restriction trimmer 200 ... Particle behavior analysis system 202 ... Particle behavior analysis device 203 ... Preliminary information processing device 204 ... Information output device 208 ... Network management device 209 ... Network 210 ... Instruction input device 212 ... Display device 220 ... Data input unit 230 ... Data processing unit 232 ... Data receiving unit 233 ... Analysis load distribution processing unit 234 ... Numerical calculation processing unit 234B ... Quad core (an example of multi-core), 235 ... Bus interface unit, 237 ... Memory access control unit, 2 8 ... data storage unit, 239A ... processor core section, 239B, 239C ... multicore unit, 240 ... information presentation unit, 250 ... division processing section, 251 ... analysis load distribution processing unit

Claims (20)

分配された解析対象要素を受け付ける受付部および前記受付部が受け付けた解析対象要素に基づき予め決められた並行処理の分割法に従って粒子挙動計算を行なう粒子挙動計算部を具備した複数の粒子挙動解析装置と、
解析対象範囲内の解析対象要素を、前記複数の粒子挙動解析装置のそれぞれに分配する第1の分配処理部を備えた情報処理装置と、
を備え、
前記第1の分配処理部は、前記複数の粒子挙動解析装置の前記粒子挙動計算部の処理性能に基づき、各粒子挙動解析装置が扱う解析対象要素を分配する
粒子挙動解析システム。
A plurality of particle behavior analysis devices including a reception unit that receives distributed analysis target elements and a particle behavior calculation unit that performs particle behavior calculation according to a predetermined parallel processing division method based on the analysis target elements received by the reception unit When,
An information processing apparatus including a first distribution processing unit that distributes an analysis target element within an analysis target range to each of the plurality of particle behavior analysis apparatuses;
With
The first distribution processing unit distributes analysis target elements handled by each particle behavior analysis device based on the processing performance of the particle behavior calculation unit of the plurality of particle behavior analysis devices.
前記第1の分配処理部は、前記粒子挙動計算部を具備した複数の粒子挙動解析装置の何れかに設けられている
請求項1に記載の粒子挙動解析システム。
The particle behavior analysis system according to claim 1, wherein the first distribution processing unit is provided in any of a plurality of particle behavior analysis devices including the particle behavior calculation unit.
前記粒子挙動解析装置は、
前記粒子挙動計算部が、前記予め決められた並行処理の分割法に従って前記記憶部との間で計算情報の入出力を行ないながら粒子挙動計算を行なう複数の粒子挙動計算機能部の組合せで構成されており、
さらに、前記第1の分配処理部により当該粒子挙動解析装置に分配された解析対象要素を、前記複数の粒子挙動計算機能部のそれぞれに分配する第2の分配処理部を備え、
前記第2の分配処理部は、前記複数の粒子挙動計算機能部の処理性能に基づき、各粒子挙動計算機能部が扱う解析対象要素を分配する
請求項1または2に記載の粒子挙動解析システム。
The particle behavior analyzer is
The particle behavior calculation unit is configured by a combination of a plurality of particle behavior calculation function units that perform particle behavior calculation while inputting / outputting calculation information to / from the storage unit according to the predetermined parallel processing division method. And
Furthermore, a second distribution processing unit that distributes the analysis target element distributed to the particle behavior analysis device by the first distribution processing unit to each of the plurality of particle behavior calculation function units,
The particle behavior analysis system according to claim 1, wherein the second distribution processing unit distributes analysis target elements handled by each particle behavior calculation function unit based on the processing performance of the plurality of particle behavior calculation function units.
前記粒子挙動計算機能部が、さらに、前記予め決められた並行処理の分割法に従って前記記憶部との間で計算情報の入出力を行ないながら粒子挙動計算を行なう複数の粒子挙動計算機能部の組合せで構成されている
請求項3に記載の粒子挙動解析システム。
The particle behavior calculation function unit further includes a combination of a plurality of particle behavior calculation function units for performing particle behavior calculation while inputting / outputting calculation information to / from the storage unit according to the predetermined parallel processing division method The particle behavior analysis system according to claim 3, comprising:
予め決められた並行処理の分割法に従って粒子挙動計算を行なう粒子挙動計算部を具備した複数の粒子挙動解析装置に対して、解析対象範囲内の解析対象要素を各粒子挙動解析装置の各粒子挙動計算部のそれぞれに分配する分配処理部を備え、
前記分配処理部は、前記複数の粒子挙動解析装置の前記粒子挙動計算部の処理性能に基づき、各粒子挙動解析装置が扱う解析対象要素を分配する
情報処理装置。
For multiple particle behavior analyzers equipped with a particle behavior calculator that calculates particle behavior according to a predetermined parallel processing division method, the analysis target elements within the analysis target range are assigned to each particle behavior analyzer. A distribution processing unit for distributing to each of the calculation units;
The distribution processing unit distributes analysis target elements handled by each particle behavior analysis device based on the processing performance of the particle behavior calculation unit of the plurality of particle behavior analysis devices.
前記分配処理部は、複数の前記粒子挙動計算部の何れかに他と処理性能の差がある場合に、解析対象範囲内の解析対象要素を均等に分配した場合よりも各粒子挙動計算部での解析処理時間の差が小さくなるように、各粒子挙動計算部が扱う解析対象要素の量を制御する
請求項5に記載の情報処理装置。
In the case where there is a difference in processing performance between any one of the plurality of particle behavior calculation units and the other, the distribution processing unit is more in each particle behavior calculation unit than when the analysis target elements in the analysis target range are evenly distributed. The information processing apparatus according to claim 5, wherein the amount of the analysis target element handled by each particle behavior calculation unit is controlled so that a difference in the analysis processing time is small.
予め決められた並行処理の分割法に従って粒子挙動計算を行なう複数の粒子挙動計算機能部の組合せで構成されている粒子挙動計算部を具備した複数の粒子挙動解析装置のそれぞれに分配された解析対象要素をさらに各粒子挙動計算機能部のそれぞれに分配する分配処理部を備え、
前記分配処理部は、前記複数の粒子挙動計算機能部の処理性能に基づき、各粒子挙動計算機能部が扱う解析対象要素を分配する
情報処理装置。
Analysis target distributed to each of a plurality of particle behavior analyzers having a particle behavior calculator composed of a combination of a plurality of particle behavior calculators that perform particle behavior calculation according to a predetermined parallel processing division method A distribution processing unit that further distributes the element to each of the particle behavior calculation function units;
The distribution processing unit distributes an analysis target element handled by each particle behavior calculation function unit based on processing performance of the plurality of particle behavior calculation function units.
前記分配処理部は、前記複数の粒子挙動計算機能部の何れかに他と処理性能の差がある場合に、解析対象範囲内の解析対象要素を均等に分配した場合よりも各粒子挙動計算機能部での解析処理時間の差が小さくなるように、各粒子挙動計算機能部が扱う解析対象要素の量を制御する
請求項7に記載の情報処理装置。
When the distribution processing unit has a difference in processing performance from any of the plurality of particle behavior calculation function units, each particle behavior calculation function is more than the case where the analysis target elements in the analysis target range are evenly distributed. The information processing apparatus according to claim 7, wherein the amount of analysis target elements handled by each particle behavior calculation function unit is controlled so that a difference in analysis processing time between the units is small.
前記分配処理部は、解析対象領域中の粒子密度と前記処理性能に基づき、前記解析対象要素を分配する
請求項5〜8の内の何れか一項に記載の情報処理装置。
The information processing apparatus according to any one of claims 5 to 8, wherein the distribution processing unit distributes the analysis target element based on a particle density in the analysis target region and the processing performance.
前記分配処理部は、粒子密度が高いものについては処理性能の高いものに前記解析対象要素を分配し、粒子密度が低いものについては処理性能の低いものに前記解析対象要素を分配する
請求項9に記載の情報処理装置。
The distribution processing unit distributes the analysis target element to those having high processing performance for those having a high particle density, and distributes the analysis target elements to those having low processing performance for those having a low particle density. The information processing apparatus described in 1.
前記分配処理部は、粒子が属する領域と前記処理性能に基づき、前記解析対象要素を分配する
請求項5〜8の内の何れか一項に記載の情報処理装置。
The information processing apparatus according to any one of claims 5 to 8, wherein the distribution processing unit distributes the analysis target element based on a region to which particles belong and the processing performance.
前記分配処理部は、粒子数が多い領域については処理性能の高いものに前記解析対象要素を分配し、粒子数が少ない領域については処理性能の低いものに前記解析対象要素を分配する
請求項11に記載の情報処理装置。
12. The distribution processing unit distributes the analysis target element to a high processing performance for a region with a large number of particles, and distributes the analysis target element to a low processing performance for a region with a small number of particles. The information processing apparatus described in 1.
前記分配処理部は、粒子の種類と前記処理性能に基づき、前記解析対象要素を分配する
請求項5〜8,11,12の内の何れか一項に記載の情報処理装置。
The information processing apparatus according to any one of claims 5 to 8, 11, and 12, wherein the distribution processing unit distributes the analysis target element based on a type of particle and the processing performance.
前記分配処理部は、解析対象領域中で、粒子数が多いものについては処理性能の高いものに前記解析対象要素を分配し、粒子数が少ないものについては処理性能の低いものに前記解析対象要素を分配する
請求項13に記載の情報処理装置。
The distribution processing unit distributes the analysis target element to those having high processing performance for those having a large number of particles in the analysis target region, and the analysis target element to those having low processing performance for those having a small number of particles. The information processing apparatus according to claim 13.
前記分配処理部は、粒子挙動解析処理の進行に伴う解析対象範囲内の解析対象要素の量の変化に応じて、前記情報処理装置による計算情報の複写および入替えと協働して、前記解析対象要素を再分配する
請求項5〜14の内の何れか一項に記載の情報処理装置。
The distribution processing unit cooperates with copy and replacement of calculation information by the information processing device according to a change in the amount of the analysis target element within the analysis target range as the particle behavior analysis process proceeds, and the analysis target The information processing apparatus according to any one of claims 5 to 14, wherein the elements are redistributed.
前記粒子挙動解析装置との間で計算情報の複写と入替えを行なう第2の情報処理装置が粒子挙動解析システムに備えられている場合に、
前記分配処理部は、
粒子挙動計算の負荷が高くなったものと粒子挙動計算の負荷が低くなったものとを交換するように、前記解析対象要素を再分配し、
前記第2の情報処理装置に対しては、粒子挙動計算の負荷が高くなったものと粒子挙動計算の負荷が低くなったものとの間で、計算情報の複写と入替えを行なうように制御する
請求項15に記載の情報処理装置。
When the particle behavior analysis system is provided with a second information processing device that copies and replaces calculation information with the particle behavior analysis device,
The distribution processing unit includes:
Redistributing the elements to be analyzed so as to exchange the one with a higher load of particle behavior calculation and the one with a lower load of particle behavior calculation,
The second information processing apparatus is controlled so that calculation information is copied and replaced between the one with a high particle behavior calculation load and the one with a low particle behavior calculation load. The information processing apparatus according to claim 15.
予め決められた並行処理の分割法に従って粒子挙動計算を行なう粒子挙動計算部と、
解析対象範囲内の解析対象要素を、前記粒子挙動計算部および通信手段で接続された他の粒子挙動解析装置の各粒子挙動計算部のそれぞれに分配する分配処理部と、
を備え、
前記分配処理部は、それぞれの前記粒子挙動計算部の処理性能に基づき、各粒子挙動計算部が扱う解析対象要素を分配する
粒子挙動解析装置。
A particle behavior calculation unit for calculating particle behavior according to a predetermined parallel processing division method;
A distribution processing unit that distributes the analysis target element within the analysis target range to each of the particle behavior calculation units of the particle behavior calculation unit and other particle behavior analysis devices connected by communication means;
With
The distribution processing unit distributes the analysis target element handled by each particle behavior calculation unit based on the processing performance of each particle behavior calculation unit.
予め決められた並行処理の分割法に従って粒子挙動計算を行なう複数の粒子挙動計算機能部の組合せで構成されている粒子挙動計算部と、
解析対象範囲内の解析対象要素を、前記複数の粒子挙動計算機能部のそれぞれに分配する分配処理部と、
を備え、
前記分配処理部は、前記複数の粒子挙動計算機能部の処理性能に基づき、各粒子挙動計算機能部が扱う解析対象要素を分配する
粒子挙動解析装置。
A particle behavior calculation unit composed of a combination of a plurality of particle behavior calculation function units for performing particle behavior calculation according to a predetermined parallel processing division method;
A distribution processing unit that distributes the analysis target element within the analysis target range to each of the plurality of particle behavior calculation function units;
With
The distribution processing unit distributes analysis target elements handled by each particle behavior calculation function unit based on the processing performance of the plurality of particle behavior calculation function units.
入力された計算対象要素について計算処理を行なう複数の計算部と、
通信手段で接続された前記複数の計算部のそれぞれに計算対象要素を分配する分配処理部と、
を備え、
前記分配処理部は、前記複数の計算部の処理性能に基づき、各計算部が扱う計算対象要素を分配する
情報処理システム。
A plurality of calculation units for performing calculation processing on the input calculation target element;
A distribution processing unit that distributes a calculation target element to each of the plurality of calculation units connected by communication means;
With
The distribution processing unit distributes calculation target elements handled by each calculation unit based on processing performance of the plurality of calculation units.
入力された計算情報について情報処理計算を行なう複数の計算部に対して、前記複数の計算部の各処理性能に基づき、各計算部が扱う計算情報をそれぞれ分配する分配処理部
として電子計算装置を機能させるプログラム。
An electronic computing device is used as a distribution processing unit that distributes calculation information handled by each calculation unit to a plurality of calculation units that perform information processing calculation on the input calculation information based on each processing performance of the plurality of calculation units. A program to function.
JP2009149512A 2009-06-24 2009-06-24 Particle behavior analysis system, information processing apparatus, particle behavior analysis apparatus, information processing system and program Pending JP2011008382A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2009149512A JP2011008382A (en) 2009-06-24 2009-06-24 Particle behavior analysis system, information processing apparatus, particle behavior analysis apparatus, information processing system and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2009149512A JP2011008382A (en) 2009-06-24 2009-06-24 Particle behavior analysis system, information processing apparatus, particle behavior analysis apparatus, information processing system and program

Publications (1)

Publication Number Publication Date
JP2011008382A true JP2011008382A (en) 2011-01-13

Family

ID=43564997

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2009149512A Pending JP2011008382A (en) 2009-06-24 2009-06-24 Particle behavior analysis system, information processing apparatus, particle behavior analysis apparatus, information processing system and program

Country Status (1)

Country Link
JP (1) JP2011008382A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2018061976A1 (en) * 2016-09-28 2018-04-05 株式会社日立国際電気 Image processing device
US10311553B2 (en) 2015-03-04 2019-06-04 Olympus Corporation Image-processing device
US10510147B2 (en) 2015-05-14 2019-12-17 Olympus Corporation Image processing device

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10311553B2 (en) 2015-03-04 2019-06-04 Olympus Corporation Image-processing device
US10510147B2 (en) 2015-05-14 2019-12-17 Olympus Corporation Image processing device
WO2018061976A1 (en) * 2016-09-28 2018-04-05 株式会社日立国際電気 Image processing device
JPWO2018061976A1 (en) * 2016-09-28 2019-06-24 株式会社日立国際電気 Image processing device
US10853949B2 (en) 2016-09-28 2020-12-01 Hitachi Kokusai Electric Inc. Image processing device

Similar Documents

Publication Publication Date Title
JP2011008382A (en) Particle behavior analysis system, information processing apparatus, particle behavior analysis apparatus, information processing system and program
JP4946069B2 (en) Particle behavior analysis method, particle behavior analysis apparatus, and program
JP4725189B2 (en) Particle behavior analysis apparatus, particle behavior analysis method, and computer program
JP2007017380A (en) Particle simulation device, particle simulation method and computer program
JP2008176084A (en) Particle behavior analyzer and program
JP5521346B2 (en) Particle behavior analyzer, program
JP2010079493A (en) Particle behavior analyzer and program
JP2007280242A (en) Particle behavior analyzing method and particle behavior analyzing device, and program
JP2007265097A (en) Particle behavior analysis method, particle behavior analysis device, and program
JP5417865B2 (en) Particle behavior analysis apparatus and program
JP2009134504A (en) Particle behavior analyzer and program
JP2010198399A (en) Particle behavior analyzing device and program
JP2009075708A (en) Device and program for analyzing particle behavior
JP5217227B2 (en) Particle behavior analyzer, program
JP2010218500A (en) Particle behavior analysis device, information processor, and program
JP2016153852A (en) Development device and image formation apparatus including the same
JP2007304904A (en) Particle behavior analyzing method, particle behavior analyzer, and program
JP3916595B2 (en) Developing device, process cartridge, and image forming apparatus
JP2011022894A (en) Particle behavior analysis system, information processing apparatus, particle behavior analysis device, and program
JP7073738B2 (en) A developing device and an image forming device equipped with it
JP2010072379A (en) Particle behavior analysis device, and program
JP2009075201A (en) Particle behavior analysis device and program
JP2010072978A (en) System and device for analyzing particle behavior, information output device and program
JP4967646B2 (en) Particle behavior analyzer, program
JP2008170696A (en) Particle behavior analyzer and program