JPH09167142A - Job dispatch device for parallel computer system - Google Patents

Job dispatch device for parallel computer system

Info

Publication number
JPH09167142A
JPH09167142A JP32844195A JP32844195A JPH09167142A JP H09167142 A JPH09167142 A JP H09167142A JP 32844195 A JP32844195 A JP 32844195A JP 32844195 A JP32844195 A JP 32844195A JP H09167142 A JPH09167142 A JP H09167142A
Authority
JP
Japan
Prior art keywords
job
cpu
jobs
computer system
execution
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
JP32844195A
Other languages
Japanese (ja)
Inventor
Akihiro Uchida
昭博 内田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hitachi Ltd
Original Assignee
Hitachi Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP32844195A priority Critical patent/JPH09167142A/en
Publication of JPH09167142A publication Critical patent/JPH09167142A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To efficiently and parallelly execute plural efficient jobs by processing the job while distributing the load by a CPU group for which CPU dedicated to the execution of single job are parallelly connected. SOLUTION: In a job dispatch device for parallel computer system with which the plural jobs are processed while distributing the load by plural CPU, a job managing CPU 1 is provided with an input spool 2 for accepting plural jobs 9-12 and an output spool 3 for accepting the output processing of output job 17. Job execution CPU 13-16 form the CPU group, for which the plural CPU dedicated to the execution of single job are parallelly connected, and a job managing CPU 1 performs the allocation of jobs 9-12 to the job execution CPU 13-16. Besides, each CPU of plural job execution CPU 13-16 forming the CPU group is provided with a busy bit showing whether this CPU executes the job or not.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、複数のCPUによ
り複数のジョブを実行するパラレルコンピュータシステ
ムのジョブディスパッチ装置に関し、特に、単一のジョ
ブの実行に専念するCPUを複数個パラレルに接続した
CPU群により複数のジョブを負荷分散し処理するパラ
レルコンピュータシステムのジョブディスパッチ装置に
適用して有効な技術に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a job dispatch apparatus for a parallel computer system which executes a plurality of jobs by a plurality of CPUs, and more particularly, a CPU in which a plurality of CPUs dedicated to executing a single job are connected in parallel. The present invention relates to a technique effectively applied to a job dispatching device of a parallel computer system for load-balancing and processing a plurality of jobs by a group.

【0002】[0002]

【従来の技術】従来のコンピュータシステムでは、マル
チタスキングと呼ばれる方法により、1つのCPU上で
複数のジョブを並行して実行しており、その概要は、複
数のジョブの各々のジョブを、1つのCPU上で一定の
時間づつ実行することにより複数のジョブを並行して実
行し、ジョブの実行中に発生するCPUの待ち時間をで
きるだけ減らすものである。
2. Description of the Related Art In a conventional computer system, a plurality of jobs are executed in parallel on one CPU by a method called multitasking. A plurality of jobs are executed in parallel by executing them on one CPU for a certain period of time, and the waiting time of the CPU generated during the execution of the jobs is reduced as much as possible.

【0003】前記マルチタスキングでは、前記複数のジ
ョブの特定のジョブを一定時間実行するタスクを行った
後に他のジョブに制御を移し、前記制御を移したジョブ
を一定時間実行するタスクを行うという処理を、前記複
数のジョブの処理が全て終わるまで繰り返している。
In the multi-tasking, a task of executing a specific job of the plurality of jobs for a certain period of time is performed, then control is transferred to another job, and a job of transferring the control is performed for a certain period of time. The processing is repeated until the processing of the plurality of jobs is completed.

【0004】この為、前記マルチタスキングを行うコン
ピュータシステムでは、あるジョブの実行を行うタスク
から他のジョブの実行を行うタスクへと制御を移すタス
ク切り替え処理をオペレーティングシステムが行う必要
があり、この様なオペレーティングシステムが行うオー
バヘッドと呼ばれる処理は、前記複数のジョブを実行す
る処理とは別に処理時間を消費するので、前記オーバヘ
ッドが増すにつれて、前記複数のジョブの処理の実行が
遅れることになる。
Therefore, in the computer system which performs the multitasking, it is necessary for the operating system to perform the task switching process for transferring the control from the task that executes a certain job to the task that executes another job. Since such processing called overhead performed by the operating system consumes processing time separately from the processing for executing the plurality of jobs, the execution of the processing for the plurality of jobs is delayed as the overhead increases.

【0005】[0005]

【発明が解決しようとする課題】本発明者は、前記従来
技術を検討した結果、以下の問題点を見い出した。
The present inventor has found the following problems as a result of examining the above-mentioned prior art.

【0006】すなわち、前記従来のコンピュータシステ
ムにおいてマルチタスキングにより複数のジョブを1つ
のCPUで実行した場合には、前記1つのCPU上で複
数のジョブを時分割で並行実行することにより併発する
タスク切り替え処理が、コンピュータシステム全体では
多大なオーバヘッドとなり、ジョブ処理量の拡大に伴う
コンピュータシステムの拡張に大きな支障をきたしてい
た。
That is, when a plurality of jobs are executed by one CPU by multitasking in the conventional computer system, a task is generated by executing a plurality of jobs in parallel on the one CPU in a time-sharing manner. The switching process causes a great overhead in the entire computer system, which causes a great obstacle to the expansion of the computer system as the job processing amount increases.

【0007】本発明の目的は、効率の良い複数のジョブ
の並行実行を実現することが可能な技術を提供すること
にある。
An object of the present invention is to provide a technique capable of realizing efficient parallel execution of a plurality of jobs.

【0008】本発明の前記並びにその他の目的と新規な
特徴は、本明細書の記述及び添付図面によって明かにな
るであろう。
[0008] The above and other objects and novel features of the present invention will become apparent from the description of the present specification and the accompanying drawings.

【0009】[0009]

【課題を解決するための手段】本願によって開示される
発明のうち、代表的なものの概要を簡単に説明すれば、
下記のとおりである。
Of the inventions disclosed by the present application, a representative one will be briefly described below.
It is as follows.

【0010】すなわち、複数のCPUで複数のジョブを
負荷分散し処理するパラレルコンピュータシステムのジ
ョブディスパッチ装置において、単一のジョブの実行に
専念するCPUを複数個パラレルに接続したCPU群
と、前記CPU群で実行される複数のジョブの実行待ち
の管理を行う入力スプール処理手段と、前記CPU群で
実行される複数のジョブが使用する資源の競合を調整す
る資源競合管理手段と、前記CPU群で実行される複数
のジョブの出力待ちの管理を行う出力スプール処理手段
とを備え、前記入力スプール処理手段により受け付けた
複数のジョブの内、前記資源競合管理手段により資源の
競合がないと判断されたジョブを、前記CPU群の内の
ジョブを実行していないCPUに割り当てて実行し、前
記ジョブの出力処理を前記出力スプール処理手段により
行うものである。
That is, in a job dispatch apparatus of a parallel computer system in which a plurality of CPUs load-balance and process a plurality of jobs, a CPU group in which a plurality of CPUs dedicated to the execution of a single job are connected in parallel, A group of input spool processing means for managing the execution waiting of a plurality of jobs executed by the CPU group; a resource competition management means for adjusting the competition of the resources used by the plurality of jobs executed by the CPU group; Output spool processing means for managing output waiting of a plurality of jobs to be executed, and among the plurality of jobs received by the input spool processing means, the resource competition management means judges that there is no resource conflict. Outputting the job by assigning the job to a CPU in the CPU group that has not executed the job and executing the job It is performed by the output spooling process means.

【0011】前記パラレルコンピュータシステムのジョ
ブディスパッチ装置では、まず、前記入力スプール処理
手段によって、前記パラレルコンピュータシステムで実
行する複数のジョブを受け付ける。
In the parallel computer system job dispatch apparatus, first, the input spool processing means receives a plurality of jobs to be executed by the parallel computer system.

【0012】次に、前記CPU群の中にジョブを実行し
ていない空きCPUが存在しているかどうかを調べ、前
記空きCPUが存在している場合には、前記入力スプー
ル処理手段で受け付けた複数のジョブから実行前の待ち
状態にあるジョブを選択し、前記選択したジョブが実行
中に使用する磁気ディスク装置やプリンタ装置等の資源
を調べる。
Next, it is checked whether or not there is a vacant CPU that is not executing a job in the CPU group, and if the vacant CPU exists, a plurality of CPUs accepted by the input spool processing means are detected. The job in the waiting state before the execution is selected from the above jobs and the resources such as the magnetic disk device and the printer device used during the execution of the selected job are checked.

【0013】前記資源競合管理手段により、前記選択し
たジョブが実行中に使用する資源と同一の資源を使用す
る他のジョブが、現在、既に実行中であるかどうかを調
べる。
The resource conflict management means checks whether or not another job which uses the same resource as the resource used by the selected job during execution is currently being executed.

【0014】前記資源競合管理手段によって、前記選択
したジョブが実行中に使用する資源と同一の資源を使用
する他のジョブは、現在、実行されておらず、資源の競
合は発生しないと判断された場合には、前記選択された
ジョブを前記CPU群のジョブを実行していない空きC
PUに割り当てて実行し、前記ジョブの実行により出力
処理が発生した場合には、その出力処理を前記出力スプ
ール処理手段により行うって、出力処理の競合を調整す
る。
The resource conflict management means determines that another job using the same resource as the resource currently used by the selected job is not currently executed and resource conflict does not occur. If the selected job is a free C that is not executing a job of the CPU group,
When the job is assigned to the PU and executed, and the output processing is generated by the execution of the job, the output processing is performed by the output spool processing unit to adjust the competition of the output processing.

【0015】前記の様に、前記パラレルコンピュータシ
ステムのジョブディスパッチ装置では、単一のジョブの
実行に専念するCPUによってジョブを実行するので、
他のジョブのタスクに切り替えるタスク切り替え処理は
発生せず、また、前記CPU群を構成するCPUの数を
増加させると、CPU群のCPUの数に比例して、並列
実行されるジョブの数が増加するので、パラレルコンピ
ュータシステムにおけるジョブ処理量の拡大に伴うシス
テム拡張にて、リニアなスケーラビリティが実現でき
る。
As described above, in the job dispatching device of the parallel computer system, the job is executed by the CPU dedicated to executing a single job.
The task switching process for switching to the task of another job does not occur, and when the number of CPUs forming the CPU group is increased, the number of jobs executed in parallel is proportional to the number of CPUs in the CPU group. Since the number of jobs increases, the linear scalability can be realized by the system expansion accompanying the increase of the job processing amount in the parallel computer system.

【0016】また、前記パラレルコンピュータシステム
のジョブディスパッチ装置において、前記CPU群を構
成する単一のジョブの実行に専念するCPUではタスク
切り替え処理が発生しないので、前記CPU群を構成す
るCPUの設計を簡素化することにより、前記パラレル
コンピューシステムタにコスト/パフォーマンスの良い
CPUを多数設置することが可能である。
Further, in the job dispatching apparatus of the parallel computer system, the task switching processing does not occur in the CPU dedicated to the execution of a single job constituting the CPU group, so the CPU constituting the CPU group is designed. By simplifying, it is possible to install a large number of CPUs with good cost / performance in the parallel computer system.

【0017】以上の様に、前記パラレルコンピュータシ
ステムのジョブディスパッチ装置によれば、単一のジョ
ブの実行に専念するCPUをパラレルに接続したCPU
群によりジョブを負荷分散し処理するので、効率の良い
複数のジョブの並行実行を実現することが可能である。
As described above, according to the job dispatching device of the parallel computer system, CPUs dedicated to executing a single job are connected in parallel.
Since jobs are distributed and processed by groups, it is possible to realize efficient parallel execution of a plurality of jobs.

【0018】[0018]

【発明の実施の形態】以下、本発明について、一実施形
態とともに図を参照して詳細に説明する。
BEST MODE FOR CARRYING OUT THE INVENTION Hereinafter, the present invention will be described in detail with reference to the drawings together with one embodiment.

【0019】以下に、本発明のパラレルコンピュータシ
ステムのジョブディスパッチ装置において、単一のジョ
ブの実行に専念するCPUを複数個パラレルに接続した
CPU群によりジョブを負荷分散し処理する一実施形態
のパラレルコンピュータシステムのジョブディスパッチ
装置について説明する。
In the job dispatching apparatus of the parallel computer system according to the present invention, a parallel processing of one embodiment in which a plurality of CPUs dedicated to the execution of a single job are connected in parallel to distribute and process the job A job dispatch device of a computer system will be described.

【0020】図1は、本実施形態のパラレルコンピュー
タシステムのジョブディスパッチ装置の概略構成を示す
図である。図1において、1はジョブ管理CPU、2は
入力スプール、3は出力スプール、4は端末装置、5〜
7は磁気ディスク装置、8はプリンタ装置、9〜12は
ジョブ、13〜16はジョブ実行CPU、17は出力ジ
ョブである。
FIG. 1 is a diagram showing a schematic configuration of a job dispatch device of a parallel computer system of this embodiment. In FIG. 1, 1 is a job management CPU, 2 is an input spool, 3 is an output spool, 4 is a terminal device, and 5
Reference numeral 7 is a magnetic disk device, 8 is a printer device, 9 to 12 are jobs, 13 to 16 are job execution CPUs, and 17 is an output job.

【0021】図1に示す様に、本実施形態のパラレルコ
ンピュータシステムのジョブディスパッチ装置は、ジョ
ブ管理CPU1と、入力スプール2と、出力スプール3
と、端末装置4と、磁気ディスク装置5〜7と、プリン
タ装置8と、ジョブ9〜12と、ジョブ実行CPU13
〜16と、出力ジョブ17とを有している。
As shown in FIG. 1, the job dispatching device of the parallel computer system according to this embodiment includes a job management CPU 1, an input spool 2, and an output spool 3.
, The terminal device 4, the magnetic disk devices 5 to 7, the printer device 8, the jobs 9 to 12, and the job execution CPU 13
16 to 16 and an output job 17.

【0022】また、図1に示す様に、本実施形態のパラ
レルコンピュータシステムのジョブディスパッチ装置で
は、ジョブ管理CPU1には、端末装置4と、磁気ディ
スク装置5〜7と、プリンタ装置8が接続されており、
また、ジョブ管理CPU1には、複数のジョブ9〜12
の受け付けを行う入力スプール2と、出力ジョブ17の
出力処理を受け付けを行う出力スプール3を備えてい
る。
Further, as shown in FIG. 1, in the job dispatching apparatus of the parallel computer system of this embodiment, the job management CPU 1 is connected to a terminal device 4, magnetic disk devices 5 to 7, and a printer device 8. And
Further, the job management CPU 1 has a plurality of jobs 9-12.
And an output spool 3 that receives the output processing of the output job 17.

【0023】図1において、DISK1、DISK2及
びDISK3は、それぞれ磁気ディスク装置5〜7の名
称、PRT1はプリンタ装置8の名称、SORT1、D
BPRT1、SORT2及びDBACCSは、それぞれ
ジョブ9〜12の名称である。
In FIG. 1, DISK1, DISK2 and DISK3 are the names of the magnetic disk devices 5 to 7, respectively, and PRT1 is the name of the printer device 8, SORT1 and DRT.
BPRT1, SORT2, and DBACCS are the names of jobs 9 to 12, respectively.

【0024】図1に示す様に、本実施形態のパラレルコ
ンピュータシステムのジョブディスパッチ装置では、ジ
ョブ実行CPU13〜16は、単一のジョブの実行に専
念するCPUを複数個パラレルに接続したCPU群を形
成しており、ジョブ管理CPU1がジョブ実行CPU1
3〜16にジョブ9〜12の割り当てを行っている。
As shown in FIG. 1, in the job dispatching apparatus of the parallel computer system according to the present embodiment, the job execution CPUs 13 to 16 are CPU groups in which a plurality of CPUs dedicated to the execution of a single job are connected in parallel. The job management CPU 1 is formed and the job execution CPU 1
Jobs 9 to 12 are assigned to 3 to 16.

【0025】また、図1には示していないが、CPU群
を形成している複数のジョブ実行CPU13〜16の各
々のCPUは、当該CPUでジョブを実行しているかど
うかを示すビジービットを備えている。
Although not shown in FIG. 1, each of the plurality of job executing CPUs 13 to 16 forming the CPU group has a busy bit indicating whether or not the CPU is executing a job. ing.

【0026】図2は、本実施形態のパラレルコンピュー
タシステムのジョブディスパッチ装置の入力スプール処
理の処理手順を示すフローチャートである。
FIG. 2 is a flow chart showing the processing procedure of the input spool processing of the job dispatching apparatus of the parallel computer system of this embodiment.

【0027】図3は、本実施形態のパラレルコンピュー
タシステムのジョブディスパッチ装置のデバイス競合管
理処理の処理手順を示すフローチャートである。
FIG. 3 is a flow chart showing the processing procedure of the device conflict management processing of the job dispatching apparatus of the parallel computer system of this embodiment.

【0028】図4は、本実施形態のパラレルコンピュー
タシステムのジョブディスパッチ装置の出力スプール処
理の処理手順を示すフローチャートである。
FIG. 4 is a flowchart showing the processing procedure of the output spooling process of the job dispatching device of the parallel computer system of this embodiment.

【0029】以下に、本実施形態のパラレルコンピュー
タシステムのジョブディスパッチ装置において、端末装
置4から複数のジョブ9〜12を入力し、ジョブ実行C
PU13〜16により複数のジョブ9〜12を実行し、
その実行結果を端末装置4またはプリンタ装置8に出力
する処理手順について説明する。
Below, in the job dispatching apparatus of the parallel computer system of this embodiment, a plurality of jobs 9 to 12 are input from the terminal device 4 and the job execution C is executed.
Execute multiple jobs 9-12 with PUs 13-16,
A processing procedure for outputting the execution result to the terminal device 4 or the printer device 8 will be described.

【0030】本実施形態のパラレルコンピュータシステ
ムのジョブディスパッチ装置のジョブ管理CPU1は、
端末装置4から複数のジョブ9〜12が入力されると、
ジョブ管理CPU1の記憶部に書き込まれている制御プ
ログラムに従い、入力スプール処理、デバイス競合管理
処理及び出力スプール処理を並行して実行するが、ここ
ではジョブの実行順序に従って下記手順で説明する。
The job management CPU 1 of the job dispatch device of the parallel computer system of this embodiment is
When a plurality of jobs 9 to 12 are input from the terminal device 4,
The input spool process, the device conflict management process, and the output spool process are executed in parallel in accordance with the control program written in the storage unit of the job management CPU 1. Here, the following procedure will be described in the order of job execution.

【0031】先ず、本実施形態のパラレルコンピュータ
システムのジョブディスパッチ装置のジョブ管理CPU
1は、端末装置4からジョブ9〜12を入力し、入力ス
プール処理を下記の手順で実施する。
First, the job management CPU of the job dispatch device of the parallel computer system of this embodiment.
The job No. 1 inputs the jobs 9 to 12 from the terminal device 4 and carries out the input spool processing in the following procedure.

【0032】図2に示す様に、本実施形態のパラレルコ
ンピュータシステムのジョブディスパッチ装置の入力ス
プール処理において、ジョブ管理CPU1は、ステップ
18の処理で、端末装置4から入力された複数のジョブ
9〜12の受け付けを行う。
As shown in FIG. 2, in the input spool processing of the job dispatching apparatus of the parallel computer system according to the present embodiment, the job management CPU 1 executes a plurality of jobs 9 to 9 input from the terminal 4 in the processing of step 18. Twelve are accepted.

【0033】ジョブ9〜12には端末装置4からのサブ
ミットによるバッチジョブとデータベースへの問い合わ
せ等を行うトランザクションの2種があるが、双方とも
ここで受け付ける。
There are two types of jobs 9 to 12: a batch job by submitting from the terminal device 4 and a transaction for making an inquiry to the database, both of which are accepted here.

【0034】尚、本実施形態のパラレルコンピュータシ
ステムのジョブディスパッチ装置の入力スプール処理に
おいて、受け付けたジョブ9〜12の優先度は、ジョブ
投入時間順とし、入力スプール処理で受け付け可能なジ
ョブの数は、受け付けたジョブを登録するデバイス競合
管理テーブルのエントリの数とする。
In the input spool processing of the job dispatching device of the parallel computer system of this embodiment, the priority of the jobs 9 to 12 accepted is the order of the job input time, and the number of jobs that can be accepted by the input spool processing is , The number of entries in the device conflict management table for registering the received job.

【0035】次に、ステップ19の処理では、ステップ
18の処理で受け付けの行われた複数のジョブ9〜12
をデバイス競合管理テーブルに登録する。
Next, in the processing of step 19, the plurality of jobs 9 to 12 accepted in the processing of step 18 are executed.
Is registered in the device conflict management table.

【0036】図5は、本実施形態のパラレルコンピュー
タシステムのジョブディスパッチ装置の入力スプール処
理後のデバイス競合管理テーブルの概略構成を示す図で
ある。図5において、28は入力スプール処理後のデバ
イス競合管理テーブル、29はJOB名の登録欄、30
はJOB−IDの登録欄、31は実行STATUSの登
録欄、32は使用デバイスの登録欄、72は登録時間の
登録欄、33、37、42及び46はJOB名、34、
38、43及び47はJOB−ID、35、39、44
及び48は実行STATUS、36、40、45及び4
9は使用デバイス、73、74、75及び76は登録時
間である。
FIG. 5 is a diagram showing a schematic configuration of the device conflict management table after the input spool processing of the job dispatching apparatus of the parallel computer system of this embodiment. In FIG. 5, 28 is a device conflict management table after input spool processing, 29 is a JOB name registration field, and 30
Is a registration column of JOB-ID, 31 is a registration column of execution STATUS, 32 is a registration column of used device, 72 is a registration column of registration time, 33, 37, 42 and 46 are JOB names, 34,
38, 43 and 47 are JOB-ID, 35, 39 and 44.
And 48 execute STATUS, 36, 40, 45 and 4
9 is a device used, and 73, 74, 75 and 76 are registration times.

【0037】図5に示す様に、本実施形態のパラレルコ
ンピュータシステムのジョブディスパッチ装置の入力ス
プール処理後のデバイス競合管理テーブルは、JOB名
の登録欄29と、JOB−IDの登録欄30と、実行S
TATUSの登録欄31と、使用デバイスの登録欄32
と、登録時間の登録欄72と、JOB名33、37、4
2及び46と、JOB−ID34、38、43及び47
と、実行STATUS35、39、44及び48と、使
用デバイス36、40、45及び49と、登録時間7
3、74、75及び76とを有している。
As shown in FIG. 5, the device conflict management table after the input spool processing of the job dispatching apparatus of the parallel computer system of this embodiment has a JOB name registration field 29, a JOB-ID registration field 30, and Execution S
Registration column 31 of TATUS and registration column 32 of used device
And a registration field 72 for registration time and JOB names 33, 37, 4
2 and 46 and JOB-ID 34, 38, 43 and 47
And execution statuses 35, 39, 44 and 48, used devices 36, 40, 45 and 49, and registration time 7
3, 74, 75 and 76.

【0038】また、図5に示す様に、本実施形態のパラ
レルコンピュータシステムのジョブディスパッチ装置の
入力スプール処理後のデバイス競合管理テーブルでは、
ソート処理を行うジョブのJOB名33及びJOB名4
2としてSORT1及びSORT2、データベースの内
容を印刷するジョブのJOB名37としてDBPRT
1、データベースの検索を行うジョブのJOB名46と
してDBACCSが、JOB名の登録欄29に登録され
ている。
Further, as shown in FIG. 5, in the device conflict management table after the input spool processing of the job dispatching apparatus of the parallel computer system of this embodiment,
JOB name 33 and JOB name 4 of the job to be sorted
2, SORT1 and SORT2, and DBPRT as the JOB name 37 of the job for printing the contents of the database
1. DBACCS is registered in the JOB name registration field 29 as the JOB name 46 of the job for searching the database.

【0039】また、本実施形態のパラレルコンピュータ
システムのジョブディスパッチ装置の入力スプール処理
後のデバイス競合管理テーブル28において、実行ST
ATUSの登録欄31の実行STATUS35、39、
44及び48の「WAIT」は、JOB名の登録欄29
にJOB名33、37、42及び46として登録されて
いるSORT1、DBPRT1、SORT2及びDBA
CCSの各ジョブが、実行前の待ち状態にあることを示
している。
Further, in the device conflict management table 28 after the input spool processing of the job dispatching device of the parallel computer system of this embodiment, the execution ST
Execution of the ATUS registration field 31 STATUS 35, 39,
"WAIT" of 44 and 48 is the registration field 29 of the JOB name.
SORT1, DBPRT1, SORT2 and DBA registered as JOB names 33, 37, 42 and 46 in
Each CCS job is in a waiting state before execution.

【0040】入力スプール処理後のデバイス競合管理テ
ーブル28の使用デバイスの登録欄32は、JOB名の
登録欄29に登録されたジョブを実行したときに、その
ジョブが使用するデバイス名を示している。
The used device registration column 32 of the device conflict management table 28 after the input spool processing shows the device name used by the job when the job registered in the job name registration column 29 is executed. .

【0041】入力スプール処理後のデバイス競合管理テ
ーブル28の使用デバイスの登録欄32により、JOB
名33として登録されているジョブであるSORT1を
実行すると、SORT1は使用デバイス36に示されて
いる磁気ディスク装置5であるDISK1を使用するこ
とが判る。
After the input spool processing, the JOB is registered by the registration column 32 of the used device of the device conflict management table 28.
When the SORT1 which is the job registered as the name 33 is executed, it is understood that the SORT1 uses the DISK1 which is the magnetic disk device 5 indicated by the used device 36.

【0042】また、SORT1の場合と同様にして、J
OB名37として登録されているジョブであるDBPR
T1を実行すると、DBPRT1は使用デバイス40に
示されている磁気ディスク装置6であるDISK2を使
用し、JOB名42として登録されているジョブである
SORT2を実行すると、SORT2は使用デバイス4
5に示されている磁気ディスク装置5であるDISK1
を使用し、JOB名46として登録されているジョブで
あるDBACCSを実行すると、DBACCSは使用デ
バイス49に示されている磁気ディスク装置7であるD
ISK3を使用することが判る。
Further, as in the case of SORT1, J
DBPR that is a job registered as OB name 37
When T1 is executed, DBPRT1 uses DISK2 which is the magnetic disk device 6 shown in the used device 40, and when SORT2 which is a job registered as the JOB name 42 is executed, SORT2 uses the used device 4
DISK1 which is the magnetic disk device 5 shown in FIG.
And executes the job DBACCS registered as the JOB name 46, the DBACCS is the magnetic disk device 7 indicated by the used device 49, D.
It turns out that ISK3 is used.

【0043】前記の様にして、入力スプール処理後のデ
バイス競合管理テーブル28の使用デバイスの登録欄3
2に登録された使用デバイス36、40、45及び49
をチェックすることにより、JOB名の登録欄29に登
録されているJOB名33、37、42及び46の複数
のジョブを並列に実行したときに、デバイス競合が発生
するかどうかを調べることができる。
As described above, the used device registration column 3 of the device conflict management table 28 after the input spool processing
Used devices 36, 40, 45 and 49 registered in No. 2
By checking, it is possible to check whether or not a device conflict occurs when a plurality of jobs of JOB names 33, 37, 42 and 46 registered in the JOB name registration field 29 are executed in parallel. .

【0044】例えば、入力スプール処理後のデバイス競
合管理テーブル28のJOB名の登録欄29のJOB名
33に登録されているSORT1とJOB名42に登録
されているSORT2とを同時に実行すると、使用デバ
イス36及び45に示されるDISK1、すなわち、磁
気ディスク装置5でデバイス競合が発生することが判
る。
For example, if SORT1 registered in JOB name 33 of JOB name registration field 29 of device conflict management table 28 after input spool processing and SORT2 registered in JOB name 42 are executed at the same time, the device used It can be seen that device competition occurs in DISK 1 shown in 36 and 45, that is, in the magnetic disk device 5.

【0045】以下に、本実施形態のパラレルコンピュー
タシステムのジョブディスパッチ装置において、ジョブ
のディスパッチ処理の際にデバイスの競合の有無を調べ
るデバイス競合管理処理の処理手順について説明する。
In the job dispatching apparatus of the parallel computer system according to the present embodiment, the processing procedure of the device conflict management process for checking the device conflict during the job dispatch process will be described below.

【0046】尚、本実施形態のパラレルコンピュータシ
ステムのジョブディスパッチ装置のデバイス競合管理処
理は、本実施形態のパラレルコンピュータシステムの立
ち上げ(IPL:Initial Program L
oad)直後に自動的に開始する様に予め設定されてい
ることとする。
The device conflict management processing of the job dispatching device of the parallel computer system of this embodiment is performed by starting up the parallel computer system of this embodiment (IPL: Initial Program L).
It shall be set in advance so that it will automatically start immediately after (oad).

【0047】本実施形態のパラレルコンピュータシステ
ムのジョブディスパッチ装置のデバイス競合管理処理で
は、先ず、ステップ20の処理で、複数のジョブ実行C
PU13〜16にジョブを実行していない空きCPUが
存在しているかどうかをジョブ実行CPU13〜16の
ジョブの実行状態を示すビジービットをチェックして調
べる。
In the device conflict management processing of the job dispatching apparatus of the parallel computer system of this embodiment, first, in the processing of step 20, a plurality of job executions C are executed.
The busy bits indicating the job execution status of the job executing CPUs 13 to 16 are checked to see if there are free CPUs that are not executing jobs in the PUs 13 to 16.

【0048】もし、ステップ20の処理でジョブ実行C
PU13〜16のビジービットを調べた結果、ビジービ
ットがオフであるジョブ実行CPUが存在していた場合
には、そのジョブ実行CPUはジョブを実行していない
空きCPUであると判断し、ステップ21の処理に進
む。
If the job execution C is performed in the process of step 20,
As a result of checking the busy bits of the PUs 13 to 16, if there is a job executing CPU for which the busy bit is off, it is determined that the job executing CPU is a free CPU that is not executing the job, and step 21 Go to processing.

【0049】ステップ21の処理では、図5に示した入
力スプール処理後のデバイス競合管理テーブル28を検
索し、実行STATUSの登録欄31の内容が「WAI
T」となっているジョブを探す。
In the processing of step 21, the device conflict management table 28 after the input spool processing shown in FIG. 5 is searched, and the content of the registration column 31 of the execution STATUS is "WAI".
Find the job that has "T".

【0050】次に、前記検索した実行STATUSの登
録欄31の内容が「WAIT」となっているジョブの使
用デバイスの登録欄32を読み出し、前記読み出した使
用デバイスを使用する他のジョブの実行STATUSを
調べ、実行STATUSの登録欄31の内容がジョブ実
行中であることを示す「EX」であり、かつ、前記検索
した実行STATUSが「WAIT」となっているジョ
ブの使用デバイスと同一のデバイスを使用しているジョ
ブが存在しているかどうかについて、デバイス競合管理
テーブル28全体を検索してチェックする。
Next, the registration column 32 of the used device of the job for which the content of the registration column 31 of the retrieved execution STATUS is "WAIT" is read, and the execution STATUS of another job using the read used device is read. Of the same device as the used device of the job whose execution status is “EX” indicating that the job is being executed and whose searched execution status is “WAIT”. The entire device conflict management table 28 is searched and checked as to whether or not the job being used exists.

【0051】本実施形態のパラレルコンピュータシステ
ムのジョブディスパッチ装置のデバイス競合管理テーブ
ル28において、JOB名33に登録されているジョブ
であるSORT1の場合は、実行STATUS35が
「WAIT」となっており、、実行STATUSの登録
欄31の内容が「EX」となっているジョブは1つも存
在していないため、JOB名33のジョブであるSOR
T1は、ディスパッチ対象ジョブとして取り扱われ、ス
テップ22の処理へ進む。
In the device conflict management table 28 of the job dispatching device of the parallel computer system of the present embodiment, in the case of SORT1 which is the job registered in the JOB name 33, the execution STATUS 35 is "WAIT", Since there is no job in which the content of the registration column 31 of the execution status is “EX”, there is no job with the job name 33, SOR.
T1 is treated as a dispatch target job, and the process proceeds to step 22.

【0052】ステップ22の処理では、デバイス競合管
理テーブル28の実行STATUSの登録欄31の実行
STATUS35の内容を「EX」に変更し、ステップ
23の処理で、空きCPUへSORT1のジョブの割り
当てを行う。
In the process of step 22, the content of the execution STATUS 35 of the registration column 31 of the execution STATUS of the device conflict management table 28 is changed to "EX", and the job of SORT1 is assigned to the empty CPU in the process of step 23. .

【0053】ステップ21の処理で、もし、実行STA
TUSが「WAIT」のジョブであって、そのジョブの
使用デバイスと同一デバイスを使用するジョブの実行S
TATUSが「EX」ではないジョブが複数存在してい
る場合には、デバイス競合管理テーブル28の登録時刻
の登録欄72の内容をチェックし、時間的に最も古いジ
ョブをディスパッチ対象ジョブとして選択する。
In the processing of step 21, if the execution STA
Execution S of a job whose TUS is "WAIT" and which uses the same device as the device used by the job
When there are a plurality of jobs whose TATUS is not “EX”, the contents of the registration field 72 of the registration time of the device conflict management table 28 are checked and the oldest job in time is selected as the dispatch target job.

【0054】また、ステップ20の処理で、ジョブ実行
CPU13〜16のビジービットを調べた結果、ビジー
ビットがオフであるジョブ実行CPUが存在していない
場合や、ステップ21の処理で、実行STATUSが
「WAIT」であると同時にその使用デバイスと同一デ
バイスを使用するジョブの実行STATUSが「EX」
ではないジョブが存在していない場合には、ジョブ9〜
12のジョブ実行CPU13〜16への割り当てを行わ
ず、デバイス競合管理処理を終了する。
As a result of checking the busy bits of the job execution CPUs 13 to 16 in the process of step 20, if there is no job execution CPU whose busy bit is off, or in the process of step 21, the execution status is At the same time as "WAIT", the execution status of the job that uses the same device as the device being used is "EX"
If no non-existent job exists, job 9 to
The device competition management process is terminated without allocating the 12 job execution CPUs 13 to 16.

【0055】なお、本実施形態のパラレルコンピュータ
システムのジョブディスパッチ装置のでは、説明を簡易
にするためジョブの必要資源をデバイスという単位にし
たが、更にきめ細かく資源競合管理を行う為には、磁気
ディスク装置5〜7に格納されているデータセット単
位、或いは、前記データセットのメンバ単位で資源の競
合を管理した方がより効率的な運用が可能になる。
In the job dispatching apparatus of the parallel computer system of the present embodiment, the necessary resources of the job are defined as a device for the sake of simplicity. However, in order to manage resource competition more finely, a magnetic disk is used. More efficient operation becomes possible if resource competition is managed in units of data sets stored in the devices 5 to 7 or in units of members of the data sets.

【0056】前記の様にして、本実施形態のパラレルコ
ンピュータシステムのジョブディスパッチ装置におい
て、受け付けされたジョブ9〜12についてデバイス競
合管理処理を行った結果を図6に示す。
FIG. 6 shows the result of performing the device conflict management processing for the received jobs 9 to 12 in the job dispatching apparatus of the parallel computer system of the present embodiment as described above.

【0057】図6は、本実施形態のパラレルコンピュー
タシステムのジョブディスパッチ装置のデバイス競合管
理処理後のデバイス競合管理テーブルの概略構成を示す
図である。図6において、50はデバイス競合管理処理
後のデバイス競合管理テーブル、51はJOB名の登録
欄、52はJOB−IDの登録欄、53は実行STAT
USの登録欄、54は使用デバイスの登録欄、77は登
録時刻の登録欄、55、59、64及び68はJOB
名、56、60、65及び69はJOB−ID、57、
61、66及び70は実行STATUS、58、62、
67及び71は使用デバイス、78、79、80及び8
1は登録時刻である。
FIG. 6 is a diagram showing a schematic configuration of the device conflict management table after the device conflict management process of the job dispatching apparatus of the parallel computer system of this embodiment. In FIG. 6, 50 is a device conflict management table after the device conflict management process, 51 is a JOB name registration column, 52 is a JOB-ID registration column, and 53 is an execution STAT.
US registration column, 54 is a device registration column, 77 is a registration time registration column, and 55, 59, 64 and 68 are JOB.
First name, 56, 60, 65 and 69 are JOB-ID, 57,
61, 66 and 70 are execution statuses, 58, 62,
67 and 71 are used devices, 78, 79, 80 and 8
1 is the registration time.

【0058】図6に示す様に、本実施形態のパラレルコ
ンピュータシステムのジョブディスパッチ装置のデバイ
ス競合管理処理後のデバイス競合管理テーブルは、JO
B名の登録欄51と、JOB−IDの登録欄52と、実
行STATUSの登録欄53と、使用デバイスの登録欄
54と、登録時刻の登録欄77と、JOB名55、5
9、64及び68と、JOB−ID56、60、65及
び69と、実行STATUS57、61、66及び70
と、使用デバイス58、62、67及び71と、登録時
刻78、79、80及び81とを有している。
As shown in FIG. 6, the device conflict management table after the device conflict management process of the job dispatching apparatus of the parallel computer system of this embodiment is JO.
B name registration column 51, JOB-ID registration column 52, execution STATUS registration column 53, device registration column 54, registration time registration column 77, JOB name 55, 5
9, 64 and 68, JOB-ID 56, 60, 65 and 69, and execution STATUS 57, 61, 66 and 70
And the use devices 58, 62, 67 and 71, and the registration times 78, 79, 80 and 81.

【0059】また、図6に示す様に、本実施形態のパラ
レルコンピュータシステムのジョブディスパッチ装置の
デバイス競合管理処理後のデバイス競合管理テーブルで
は、実行STATUSの登録欄53の実行STATUS
57、61及び70の「EX」は、JOB名の登録欄5
1にJOB名55、59及び68として登録されている
SORT1、DBPRT1及びDBACCSの各ジョブ
が、実行中の状態にあることを示している。
Further, as shown in FIG. 6, in the device conflict management table after the device conflict management process of the job dispatching apparatus of the parallel computer system of the present embodiment, the execution STATUS of the execution STATUS registration field 53 is registered.
“EX” in 57, 61, and 70 is a JOB name registration field 5
1 shows that each job of SORT1, DBPRT1 and DBACCS registered as JOB names 55, 59 and 68 is in a running state.

【0060】図6に示す様に、本実施形態のパラレルコ
ンピュータシステムのジョブディスパッチ装置のデバイ
ス競合管理処理後のデバイス競合管理テーブル50にお
いて、ジョブ名64のジョブであるSORT2は、ジョ
ブ名55のジョブであるSORT1の使用デバイス58
が示すデバイスと同一のデバイスであるDISK1、す
なわち、磁気ディスク装置5を使用する為、デバイス競
合有りと見なされ、SORT2の実行STATUS66
は「WAIT」のまま保持され、SORT2はディスパ
ッチ対象ジョブとはなっていない。
As shown in FIG. 6, in the device conflict management table 50 after the device conflict management processing of the job dispatching device of the parallel computer system of this embodiment, SORT2, which is the job of job name 64, is the job of job name 55. SORT1 use device 58
Since DISK1, which is the same device as the device indicated by, that is, the magnetic disk device 5 is used, it is considered that there is device conflict, and SORT2 execution STATUS66
Is held as "WAIT", and SORT2 is not a dispatch target job.

【0061】尚、ディスパッチされたジョブは、割り当
てられたジョブ実行CPUにおいて、当該ジョブ単独で
実行される為、他のジョブのタスクへの切り替えである
タスク切り替え処理を行うことなく実行される。
Since the dispatched job is executed by the assigned job execution CPU by itself, it is executed without performing the task switching process for switching to the task of another job.

【0062】また、ジョブ実行CPU13〜16で実行
されたジョブが結果を出力する出力処理を行う場合に
は、複数の出力処理が同時に発生したときの出力処理の
競合を調整する出力スプールへ出力した後に出力待ち状
態となる。
When the jobs executed by the job execution CPUs 13 to 16 perform output processing for outputting results, the jobs are output to the output spool for adjusting the competition of the output processing when a plurality of output processings occur simultaneously. It will be in the output waiting state later.

【0063】前記の様に、本実施形態のパラレルコンピ
ュータシステムのジョブディスパッチ装置において、入
力スプール処理で受け付けされた全てのジョブは、他の
ジョブとのデバイス競合が発生しない限り、予めパラレ
ルに接続され準備されたジョブ実行CPU13〜16の
数の並列実行が可能となる。
As described above, in the job dispatching apparatus of the parallel computer system according to the present embodiment, all jobs accepted by the input spool process are connected in parallel in advance unless device competition with other jobs occurs. The prepared job execution CPUs 13 to 16 can be executed in parallel.

【0064】以下に、本実施形態のパラレルコンピュー
タシステムのジョブディスパッチ装置において、実行し
たジョブの出力処理の競合を調整する出力スプール処理
の処理手順を説明する。
The processing procedure of the output spooling process for adjusting the competition of the output processes of the executed jobs in the job dispatching device of the parallel computer system of this embodiment will be described below.

【0065】図4に示す様に、本実施形態のパラレルコ
ンピュータシステムのジョブディスパッチ装置の出力ス
プール処理では、先ず、ステップ25の処理で、出力ス
プールにジョブが存在しているかどうかを判定する。
As shown in FIG. 4, in the output spool processing of the job dispatching apparatus of the parallel computer system of this embodiment, first, in step 25, it is determined whether or not a job exists in the output spool.

【0066】ステップ25の処理で、出力スプールにジ
ョブが存在しているかどうかを調べた結果、出力スプー
ルにジョブが存在している場合には、ステップ26の処
理に進み、ジョブの出力処理を実行する。
As a result of checking whether or not the job exists in the output spool in the process of step 25, if the job exists in the output spool, the process proceeds to step 26 to execute the job output process. To do.

【0067】ステップ26の処理で出力スプールに存在
しているジョブの出力処理を実行した後に、ステップ2
7の処理に進み、デバイス競合管理処理後のデバイス競
合管理テーブル50から、出力処理を実行したジョブに
関するエントリを削除する。
After the output processing of the job existing in the output spool is executed in the processing of step 26, step 2
7, the entry relating to the job that has executed the output process is deleted from the device conflict management table 50 after the device conflict management process.

【0068】ステップ25の処理で、出力スプールにジ
ョブが存在しているかどうかを調べた結果、出力スプー
ルにジョブが存在していない場合には、出力スプール処
理を終了する。
As a result of checking whether or not the job exists in the output spool in the process of step 25, if the job does not exist in the output spool, the output spool process is ended.

【0069】前記の様に、本実施形態のパラレルコンピ
ュータシステムのジョブディスパッチ装置では、ディス
パッチされたジョブは、割り当てられたジョブ実行CP
Uにおいてタスク切り替え処理を行うことなく実行され
る為、タスク切り替え処理のオーバヘッドを削除するこ
とが可能であり、また、タスク切り替え処理が発生しな
いことからジョブ実行CPUの設計を簡素化し、コスト
/パフォーマンスの良いジョブ実行CPUを多数設置す
ることが可能である。
As described above, in the job dispatching apparatus of the parallel computer system of this embodiment, the dispatched job is the assigned job execution CP.
Since it is executed without performing the task switching process in U, it is possible to eliminate the overhead of the task switching process, and since the task switching process does not occur, the job execution CPU design is simplified and the cost / performance is improved. It is possible to install a large number of good job execution CPUs.

【0070】また、本実施形態のパラレルコンピュータ
システムのジョブディスパッチ装置において、図1に示
したジョブ実行CPUの数は4であるが、ジョブ実行C
PUの数を更に増加させても良く、ジョブを実行するC
PU群を形成しているジョブ実行CPUの数を増加させ
ると、ジョブ実行CPUの数に比例して並列に実行でき
るジョブの数が増加するので、パラレルコンピュータシ
ステムのリニアなスケーラビリティを実現することが可
能である。
In the job dispatching device of the parallel computer system of this embodiment, the number of job executing CPUs shown in FIG.
The number of PUs may be further increased, and C that executes the job
When the number of job executing CPUs forming the PU group is increased, the number of jobs that can be executed in parallel increases in proportion to the number of job executing CPUs. Therefore, it is possible to realize linear scalability of the parallel computer system. It is possible.

【0071】以上説明した様に、本実施形態のパラレル
コンピュータシステムのジョブディスパッチ装置によれ
ば、単一のジョブの実行に専念するCPUをパラレルに
接続したCPU群によりジョブを負荷分散し処理するの
で、効率の良い複数のジョブの並行実行を実現すること
が可能である。
As described above, according to the job dispatching apparatus of the parallel computer system of the present embodiment, the CPU dedicated to executing a single job is load-balanced and processed by the group of CPUs connected in parallel. It is possible to realize efficient parallel execution of multiple jobs.

【0072】以上、本発明を、前記実施形態に基づき具
体的に説明したが、本発明は、前記実施形態に限定され
るものではなく、その要旨を逸脱しない範囲において種
々変更可能であることは勿論である。
Although the present invention has been specifically described based on the above embodiment, the present invention is not limited to the above embodiment, and various modifications can be made without departing from the scope of the invention. Of course.

【0073】[0073]

【発明の効果】本願において開示される発明のうち代表
的なものによって得られる効果を簡単に説明すれば、下
記のとおりである。
The effects obtained by the representative ones of the inventions disclosed in the present application will be briefly described as follows.

【0074】すなわち、単一のジョブの実行に専念する
CPUをパラレルに接続したCPU群によりジョブを負
荷分散し処理するので、効率の良い複数のジョブの並行
実行を実現することが可能である。
That is, since the jobs dedicated to executing a single job are distributed and processed by the CPU group in which CPUs are connected in parallel, it is possible to realize efficient parallel execution of a plurality of jobs.

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

【図1】本実施形態のパラレルコンピュータシステムの
ジョブディスパッチ装置の概略構成を示す図である。
FIG. 1 is a diagram showing a schematic configuration of a job dispatch device of a parallel computer system according to an embodiment.

【図2】本実施形態のパラレルコンピュータシステムの
ジョブディスパッチ装置の入力スプール処理の処理手順
を示すフローチャートである。
FIG. 2 is a flowchart showing a processing procedure of input spool processing of a job dispatching device of the parallel computer system of the present embodiment.

【図3】本実施形態のパラレルコンピュータシステムの
ジョブディスパッチ装置のデバイス競合管理処理の処理
手順を示すフローチャートである。
FIG. 3 is a flowchart showing a processing procedure of device conflict management processing of the job dispatching apparatus of the parallel computer system of the present embodiment.

【図4】本実施形態のパラレルコンピュータシステムの
ジョブディスパッチ装置の出力スプール処理の処理手順
を示すフローチャートである。
FIG. 4 is a flowchart showing a processing procedure of output spool processing of the job dispatching apparatus of the parallel computer system of the present embodiment.

【図5】本実施形態のパラレルコンピュータシステムの
ジョブディスパッチ装置の入力スプール処理後のデバイ
ス競合管理テーブルの概略構成を示す図である。
FIG. 5 is a diagram showing a schematic configuration of a device conflict management table after input spool processing of the job dispatching device of the parallel computer system of the present embodiment.

【図6】本実施形態のパラレルコンピュータシステムの
ジョブディスパッチ装置のデバイス競合管理処理後のデ
バイス競合管理テーブルの概略構成を示す図である。
FIG. 6 is a diagram showing a schematic configuration of a device conflict management table after device conflict management processing of the job dispatching device of the parallel computer system of the present embodiment.

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

1…ジョブ管理CPU、2…入力スプール、3…出力ス
プール、4…端末装置、5〜7…磁気ディスク装置、8
…プリンタ装置、9〜12…ジョブ、13〜16…ジョ
ブ実行CPU、17…出力ジョブ、28…入力スプール
処理後のデバイス競合管理テーブル、29…JOB名の
登録欄、30…JOB−IDの登録欄、31…実行ST
ATUSの登録欄、32…使用デバイスの登録欄、72
…登録時間の登録欄、33、37、42及び46…JO
B名、34、38、43及び47…JOB−ID、3
5、39、44及び48…実行STATUS、36、4
0、45及び49…使用デバイス、73、74、75及
び76…登録時間、50…デバイス競合管理処理後のデ
バイス競合管理テーブル、51…JOB名の登録欄、5
2…JOB−IDの登録欄、53…実行STATUSの
登録欄、54…使用デバイスの登録欄、77…登録時刻
の登録欄、55、59、64及び68…JOB名、5
6、60、65及び69…JOB−ID、57、61、
66及び70…実行STATUS、58、62、67及
び71…使用デバイス、78、79、80及び81…登
録時刻。
1 ... Job management CPU, 2 ... Input spool, 3 ... Output spool, 4 ... Terminal device, 5-7 ... Magnetic disk device, 8
... printer device, 9-12 ... job, 13-16 ... job execution CPU, 17 ... output job, 28 ... device conflict management table after input spool processing, 29 ... JOB name registration column, 30 ... JOB-ID registration Column, 31 ... Execution ST
ATUS registration field, 32 ... Device usage field, 72
... Registration column for registration time, 33, 37, 42 and 46 ... JO
B name, 34, 38, 43 and 47 ... JOB-ID, 3
5, 39, 44 and 48 ... Execution STATUS, 36, 4
0, 45 and 49 ... Device used, 73, 74, 75 and 76 ... Registration time, 50 ... Device conflict management table after device conflict management processing, 51 ... JOB name registration column, 5
2 ... JOB-ID registration column, 53 ... Execution STATUS registration column, 54 ... Device registration column, 77 ... Registration time registration column, 55, 59, 64 and 68 ... JOB name, 5
6, 60, 65 and 69 ... JOB-ID, 57, 61,
66 and 70 ... Execution STATUS, 58, 62, 67 and 71 ... Device used, 78, 79, 80 and 81 ... Registration time.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 複数のCPUで複数のジョブを負荷分散
し処理するパラレルコンピュータシステムのジョブディ
スパッチ装置において、 単一のジョブの実行に専念するCPUを複数個パラレル
に接続したCPU群と、前記CPU群で実行される複数
のジョブの実行待ちの管理を行う入力スプール処理手段
と、前記CPU群で実行される複数のジョブが使用する
資源の競合を調整する資源競合管理手段と、前記CPU
群で実行される複数のジョブの出力待ちの管理を行う出
力スプール処理手段とを備え、前記入力スプール処理手
段により受け付けた複数のジョブの内、前記資源競合管
理手段により資源の競合がないと判断されたジョブを、
前記CPU群の内のジョブを実行していないCPUに割
り当てて実行し、前記ジョブの出力処理を前記出力スプ
ール処理手段により行うことを特徴とするパラレルコン
ピュータシステムのジョブディスパッチ装置。
1. A job dispatching apparatus for a parallel computer system, wherein a plurality of CPUs load-balance and process a plurality of jobs, and a CPU group in which a plurality of CPUs dedicated to executing a single job are connected in parallel; Input spool processing means for managing execution waiting of a plurality of jobs executed in a group, resource competition management means for adjusting competition of resources used by a plurality of jobs executed in the CPU group, and the CPU
Output spool processing means for managing the output waiting of a plurality of jobs executed in a group, and of the plurality of jobs accepted by the input spool processing means, the resource competition management means determines that there is no resource conflict The job
A job dispatching apparatus for a parallel computer system, characterized in that a job in the CPU group is assigned to a CPU that is not executing the job, and the output processing of the job is performed by the output spool processing means.
JP32844195A 1995-12-18 1995-12-18 Job dispatch device for parallel computer system Pending JPH09167142A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP32844195A JPH09167142A (en) 1995-12-18 1995-12-18 Job dispatch device for parallel computer system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP32844195A JPH09167142A (en) 1995-12-18 1995-12-18 Job dispatch device for parallel computer system

Publications (1)

Publication Number Publication Date
JPH09167142A true JPH09167142A (en) 1997-06-24

Family

ID=18210313

Family Applications (1)

Application Number Title Priority Date Filing Date
JP32844195A Pending JPH09167142A (en) 1995-12-18 1995-12-18 Job dispatch device for parallel computer system

Country Status (1)

Country Link
JP (1) JPH09167142A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010122998A (en) * 2008-11-20 2010-06-03 Nec Computertechno Ltd Computer system inspection device, computer system provided with the same and computer system inspection method

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010122998A (en) * 2008-11-20 2010-06-03 Nec Computertechno Ltd Computer system inspection device, computer system provided with the same and computer system inspection method

Similar Documents

Publication Publication Date Title
US11379272B2 (en) Autoscaling using file access or cache usage for cluster machines
US7689996B2 (en) Method to distribute programs using remote Java objects
JP3678414B2 (en) Multiprocessor system
US4918595A (en) Subsystem input service for dynamically scheduling work for a computer system
US5924097A (en) Balanced input/output task management for use in multiprocessor transaction processing system
EP0248403B1 (en) Distributed interactive processing method in complex system including plural work stations and plural host computers and apparatus using the same
JPH06202881A (en) Job step parallel execution system
JP4247228B2 (en) Hetero multiprocessor system and its OS configuration method
US20080052712A1 (en) Method and system for selecting optimal clusters for batch job submissions
US5613133A (en) Microcode loading with continued program execution
JPH10289066A (en) Image processor and its method
JPH09282288A (en) Plural-computer operation system
JPH09167142A (en) Job dispatch device for parallel computer system
JP2000227872A (en) Dynamic slot allocation and tracking method for request of plural memories
JP4211645B2 (en) A computer system with a dedicated processor
JP2986930B2 (en) Task Scheduling Method for Symmetric Multiprocessor
JPH02245864A (en) Multiprocessor system
JPH11120149A (en) Distributed data processing system
JP3225711B2 (en) Job processing system and job processing execution device
JPH09319708A (en) On-line control process substitution system
JP3569341B2 (en) Parallel computer system
JPH05216844A (en) Method and apparatus for improved task distribution in multiprocessor data processing system
JPH11249917A (en) Parallel computers, their batch processing method, and storage medium
JPH11259258A (en) Distributed processing type printer server system
JPH07306837A (en) Apparatus and method for distributed processing as well as program product