(19)
(11)EP 3 276 489 B1

(12)EUROPEAN PATENT SPECIFICATION

(45)Mention of the grant of the patent:
18.11.2020 Bulletin 2020/47

(21)Application number: 15886211.0

(22)Date of filing:  28.12.2015
(51)International Patent Classification (IPC): 
G06F 9/50(2006.01)
G06F 9/52(2006.01)
G06F 9/48(2006.01)
(86)International application number:
PCT/JP2015/006492
(87)International publication number:
WO 2016/151654 (29.09.2016 Gazette  2016/39)

(54)

PARALLEL PROCESSING SYSTEM

PARALLELES VERARBEITUNGSSYSTEM

SYSTÈME DE TRAITEMENT PARALLÈLE


(84)Designated Contracting States:
AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO RS SE SI SK SM TR

(30)Priority: 23.03.2015 JP 2015059545

(43)Date of publication of application:
31.01.2018 Bulletin 2018/05

(73)Proprietor: NEC Corporation
Tokyo 108-8001 (JP)

(72)Inventor:
  • AOYAMA, Toshikazu
    Tokyo 108-8001 (JP)

(74)Representative: Vossius & Partner Patentanwälte Rechtsanwälte mbB 
Siebertstrasse 3
81675 München
81675 München (DE)


(56)References cited: : 
EP-A2- 2 568 380
JP-A- H06 301 655
JP-B2- 5 453 825
JP-A- H1 021 094
JP-A- 2013 061 700
  
      
    Note: Within nine months from the publication of the mention of the grant of the European patent, any person may give notice to the European Patent Office of opposition to the European patent granted. Notice of opposition shall be filed in a written reasoned statement. It shall not be deemed to have been filed until the opposition fee has been paid. (Art. 99(1) European Patent Convention).


    Description

    TECHNICAL FIELD



    [0001] The present invention relates to a parallel processing system, a parallel processing method, and a program.

    BACKGROUND ART



    [0002] There is a known technique of executing parallel processing by simultaneously running a plurality of cores in order to enable high-speed processing of data.

    [0003] One example of the technique of executing parallel processing as described above is shown in Patent Document 1. Patent Document 1 describes a program parallel execution system that includes: a first processor core that has an operating system on which a first application program runs and an OL remote control means; and a second processor core that has a lightweight scheduler and runs a second application program on the basis of a request by the OL remote control means without running an operating system. According to Patent Document 1, with the configuration described above, it is possible to execute parallel processing with less influence of overhead resulting from OS intervention in processing by the second processor core.

    [0004] Further, as one example of a method for parallel process scheduling in a parallel computer, a method described in Patent Document 2 is known. Patent Document 2 describes a technique of, in a device in the parallel synchronization waiting state for a parallel process, running another process. That is to say, according to Patent Document 2, by dispatching an executable process of another job instead of dispatching the parallel process in the parallel synchronization waiting state, it is possible to prevent decrease of the throughput performance of a system.

    [0005] EP 2 568 380 A2 relates to an information processing apparatus including a receiver configured to receive a request to perform processing related to a task, from a first information processing apparatus which functions as a client on a network; a scheduler configured to, when a rank of a priority of the scheduler of the information processing apparatus among information processing apparatuses on the network is a first predetermined rank or higher, assign the task to one or a plurality of second information processing apparatuses which function as nodes on the network; and a transmitter configured to transmit a request to execute processing related to the task assigned to the one or the plurality of second information processing apparatuses.

    [0006] JP H06 301655 A relates to a distributed processing system capable of attaining distributed processing using priority without specifying the priority by a user or the like at the time of transmitting a message.

    [0007] 

    Patent Document 1: Japanese Patent Publication No. 5453825

    Patent Document 2: Japanese Unexamined Patent Application Publication No. JP-A H9-128351 (1997)



    [0008] However, according to the technique described in Patent Document 1, the lightweight scheduler that controls the second processor core is formed independent of the main system. Therefore, in the case of using the technique described in Patent Document 1, it is difficult for the lightweight scheduler to execute control in cooperation with scheduling on the main system. As a result, there is a case where it is difficult to perform efficient scheduling as the whole system.

    [0009] Further, the technique described in Patent Document 2 relates to control executed when a program is in the waiting state, and it is difficult to execute control appropriate for the scheduling status of another device. Therefore, also in the case of using the technique described in Patent Document 2, it may be difficult to perform efficient scheduling as the whole system, depending on the scheduling status of the other device, for example, when a context switch is executed.

    [0010] Thus, there has been a problem that it may be difficult to perform efficient scheduling as the whole system because information is not shared by schedulers which manage the respective processes when parallel processing is executed.

    SUMMARY



    [0011] Accordingly, an object of the present invention is to provide a parallel processing system which solves the problem that it may be difficult to perform efficient scheduling as the whole system because information is not shared by schedulers which manage the respective processes when parallel processing is executed.

    [0012] In order to achieve the object, a parallel processing system according to an aspect of the present invention is a parallel processing system executing associated processes on a plurality of processing parts.

    [0013] The parallel processing system includes: a first process processing part configured to execute a predetermined process; a first process scheduler configured to detect and manage a processing status of a process executed by the first process processing part; a second process processing part configured to execute a process associated with a process executed by the first process processing part; and a second process scheduler configured to detect and manage a processing status of a process executed by the second process processing part.

    [0014] The first process scheduler and the second process scheduler are configured to be able to communicate with each other.

    [0015] The first process scheduler is configured to, in accordance with a processing status of the second process processing part detected by the second process scheduler, control an operation of the first process processing part executing a process associated with a process shown by the processing status.

    [0016] The second process scheduler is configured to, in accordance with a processing status of the first process processing part detected by the first process scheduler, control an operation of the second process processing part executing a process associated with a process shown by the processing status.

    [0017] Further, a parallel processing method according to another aspect of the present invention is a parallel processing method for executing associated processes on a plurality of processing parts. Processes executed by the plurality of processing parts are managed by a plurality of schedulers.

    [0018] The parallel processing method includes communicating a processing status of a process managed by each of the schedulers to another of the schedulers.

    [0019] Each of the schedulers is configured to, in accordance with a received processing status, control an operation of a processing part executing a process associated with a process shown by the processing status.

    [0020] Further, a program according to another aspect of the present invention is a computer program including instructions for causing an information processing device to perform operations. The information processing device executes associated processes on a plurality of processing parts and processes executed by the processing parts are managed by a plurality of schedulers.

    [0021] The operations include: communicating a processing status of a process managed by each of the schedulers to another of the schedulers; and causing each of the schedulers to, in accordance with a received processing status, control an operation of a processing part executing a process associated with a process shown by the processing status.

    [0022] With the configurations as described above, the present invention can provide a parallel processing system which solves the problem that it may be difficult to perform efficient scheduling as the whole system because information is not shared by schedulers which manage the respective processes when parallel processing is executed.

    BRIEF DESCRIPTION OF DRAWINGS



    [0023] 

    Fig. 1 is a block diagram showing an example of the configuration of a parallel computer according to a first exemplary embodiment of the present invention;

    Fig. 2 is a diagram showing an example of a program executed in the parallel computer according to the first exemplary embodiment of the present invention;

    Fig. 3 is a block diagram showing an example of the detailed configuration of the parallel computer according to the first exemplary embodiment of the present invention;

    Fig. 4 is a diagram showing an example of the configuration of a process scheduler according to the first exemplary embodiment of the present invention;

    Fig. 5 is a flowchart showing an example of an operation executed when the process scheduler executes a context switch according to the first exemplary embodiment of the present invention;

    Fig. 6 is a flowchart showing an example of an operation executed when a main processor process scheduler has received status notification information according to the first exemplary embodiment of the present invention;

    Fig. 7 is a flowchart showing an example of an operation executed when a coprocessor process scheduler has received status notification information according to the first exemplary embodiment of the present invention;

    Fig. 8 is a diagram showing an example of change of a priority level by the process scheduler according to the first exemplary embodiment of the present invention;

    Fig. 9 is a diagram showing an example of change of a priority level by the process scheduler according to the first exemplary embodiment of the present invention;

    Fig. 10 is a block diagram showing an example of the configuration of a parallel computer according to a second exemplary embodiment of the present invention;

    Fig. 11 is a block diagram showing an example of the configuration of a parallel computer according to a third exemplary embodiment of the present invention; and

    Fig. 12 is a block diagram showing an example of the configuration of a parallel processing system according to a fourth exemplary embodiment of the present invention.


    EXEMPLARY EMBODIMENTS


    [First Exemplary Embodiment]



    [0024] Fig. 1 is a block diagram showing an example of the configuration of a parallel computer 4. Fig. 2 is a diagram showing an example of a program executed in the parallel computer 4. Fig. 3 is a block diagram showing an example of the detailed configuration of the parallel computer 4. Fig. 4 is a diagram showing an example of the configuration of a main processor process scheduler. Fig. 5 is a flowchart showing an example of an operation executed when the process scheduler executes a context switch. Fig. 6 is a flowchart showing an example of an operation executed when the main processor process scheduler 12 has received status notification information. Fig. 7 is a flowchart showing an example of an operation when a coprocessor process scheduler 14 has received status notification information. Figs. 8 and 9 are diagrams each showing an example of change of a priority level by the process scheduler.

    [0025] In the first exemplary embodiment of the present invention, a parallel computer 4 (a parallel processing system) that includes a main processor node 1 and a coprocessor node 2 such as an accelerator will be described. The parallel computer 4 in this exemplary embodiment is configured to manage a process executed on the main processor node 1 and a process executed on the coprocessor node 2 by using process schedulers independent of each other. As described later, efficient scheduling as the whole system is realized by communicating predetermined information between the process schedulers that manage the respective processes.

    [0026] With reference to Fig. 1, the parallel computer 4 in this exemplary embodiment includes one main processor node 1 (a first node) and one or more coprocessor nodes 2 (a second node). The main processor node 1 is connected to the one or more coprocessor nodes 2 by a communication bus 3, and the processor nodes are configured to be able to communicate with each other.

    [0027] The main processor node 1 includes a main processor 11 and a storage device which is not shown in the drawings. An operating system (OS) runs on the main processor node 1. The OS running on the main processor node 1 can be a commodity operating system used in a computer such as Linux™ and Windows™.

    [0028] Process schedulers which manage processes executed by the main processor 11 and a coprocessor 21 to be described later operate on the operating system of the main processor node 1. In this exemplary embodiment, processes executed by the main processor 11 and the coprocessor 21, respectively, are managed by different process schedulers on the OS running on the main processor node 1. Therefore, process schedulers based on the number of the main processor 11 and the coprocessor 21 operate on the operating system.

    [0029] The coprocessor node 2 includes the coprocessor 21 and a storage device which is not shown in the drawings. The OS does not run on the coprocessor node 2. The OS including control software of the coprocessor node 21 runs on the main processor node 1. The process status (a context such as a register) of the coprocessor 21 is saved in the storage device included by the main processor node 1 via the communication bus 3.

    [0030] In this exemplary embodiment, the main processor node 1 and the coprocessor node 2 as described above execute an exclusively running program. That is to say, the main processor node 1 and the coprocessor node 2 execute predetermined processes associated with each other, such as processes which are dependent on each other. To be specific, for example, as shown in Fig. 2, a process 1 is executed by the main processor 11, and a process 2 which is dependent on an arithmetic result of the process 1 is executed by the coprocessor 21. As described above, a process executed by the main processor node 1 and a process executed by the coprocessor node 2 exclusively run, respectively. Therefore, while the main processor 11 is executing the process 1, the coprocessor node 2 is in the waiting state. Also, while the coprocessor 21 is executing the process 2, the main processor node 1 is in the waiting state. While one processor is in the waiting state, the processor may poll the status of the other processor.

    [0031] Further, in this exemplary embodiment, the respective process schedulers can determine associated processes (exclusively running processes) by any method, for example, by making process IDs coincident among the process schedulers. Meanwhile, a specific determination method is not particularly limited as far as it can allow determination of associated processes.

    [0032]  Next, a more specific configuration of the parallel computer 4 will be described with reference to Fig. 3. Fig. 3 shows an example of a detailed configuration of the parallel computer 4 in this exemplary embodiment.

    [0033] With reference to Fig. 3, the main processor node 1 includes the main processor 11 (for example, a first process processing part; it may be a second process processing part), the main processor process scheduler 12 (a first process scheduler or a second process scheduler), a status notification means 13, the coprocessor process scheduler 14 (the first process scheduler or the second process scheduler), and an internode communication means 15.

    [0034] The main processor 11 includes one or more processor cores 111. The processor core 111 included by the main processor 11 executes a process under control of the main processor process scheduler 12.

    [0035] The main processor process scheduler 12 detects and manages the processing status of a process executed by the processor core 111.

    [0036] For example, the main processor process scheduler 12 executes a context switch on the basis of a scheduling policy 122 to be described later. That is to say, the main processor process scheduler 12 switches a process executed by the processor core 111. Moreover, when executing a context switch, the main processor process scheduler 12 in this exemplary embodiment notifies status notification information representing execution of a context switch to the other process scheduler (the coprocessor process scheduler 14) by using the status notifying means 13.

    [0037] To be specific, for example, after saving a process context in a context switch, the main processor process scheduler 12 notifies status notification information representing that the process has transitioned to the standby state to the coprocessor process scheduler 12. Moreover, for example, after restoring a process context in a context switch, the main processor process scheduler 12 notifies status notification information representing that the process has been dispatched to the coprocessor process scheduler 14.

    [0038] Further, when receiving status notification information from the other process scheduler, the main processor process scheduler 12 controls the priority level of a process executed by the processor core 111 by using the priority level control means 121. Thus, the main processor process scheduler 12 controls a process dispatched to the processor core 111.

    [0039] To be specific, for example, the main processor process scheduler 12 receives status notification information representing that the process has transitioned to the standby state from the coprocessor process scheduler 14. Then, the main processor process scheduler 12 checks status information 1251 to be described later and thereby checks whether or not a process associated (exclusively running) with the process shown in the status notification information is in the waiting state. In a case where the associated process is in the waiting state, the priority level control means 121 of the main processor process scheduler 12 controls the priority level of the process in the waiting state to be lower than usual (see Fig. 8). Meanwhile, for example, the main processor process scheduler 12 receives status notification information representing that the process has been dispatched from the coprocessor process scheduler 14. Then, the main processor process scheduler 12 checks the status information 1251 and thereby checks whether or not a process associated with the process shown in the status notification information is in the waiting state. In a case where the associated process is in the waiting state, the priority level control means 121 of the main processor process scheduler 12 raises the priority level of the process in the waiting state and thereby restores the priority degree to usual (see Fig. 9).

    [0040] Thus, the main processor process scheduler 12 is configured to detect the processing status of a process executed by the processor core 111 (detect the switching of a process) and transmit status notification information to the other process scheduler. Moreover, the main processor process scheduler 12 is configured to control the operation of the processor core 111 (control the priority level of a process executed by the processor core 111) on the basis of the status notification information received thereby.

    [0041] The main processor process scheduler 12 can raise or lower the priority level of the process to any degree. A parameter showing the degree of change of a priority level controlled by the main processor process scheduler 12 may be configured to be changeable.

    [0042] Fig. 4 shows an example of a configuration used when the main processor process scheduler 12 executes a context switch. With reference to Fig. 4, the main processor process scheduler 12 includes the scheduling policy 122, a process switch means 123, a process context 124, and a process structure 125.

    [0043] The scheduling policy 122 shows a policy for selecting the timing of a context switch and a process that should be executed next when a context switch is executed. The scheduling policy 122 is not limited particularly and a publicly known one can be applied as far as it allows scheduling based on a priority level.

    [0044] The process switch means 123 is a means for switching a process executed by the processor core 111. For example, the process switch means 123 saves, as the process context 124, the context of the process core 111 on which a process as the target of switching in a context switch is running. Then, the process switch means 123 restores the process context 124 of a dispatch target to the target processor core 111.

    [0045] The process context 124 is context data saved from the processor core 111 when the process switch means 123 executes a context switch on a process which is being executed by the processor core 111.

    [0046] The process structure 125 is a structure representing information of a process and includes the status information 1251. As described above, in the parallel computer 4 in this exemplary embodiment, the main processor node 1 and the coprocessor node 2 execute an exclusively running program. Therefore, for example, while a process on the main processor node 1 is being executed, a process on the coprocessor node 2 is in the waiting state. For the purpose of allowing the process scheduler to distinguish such a waiting state, the process structure 125 managed by the main processor process scheduler 12 includes the status information 1251 that is information representing whether or not one process is waiting for the other process (whether or not one process is in the waiting state). The status information 1251 is controlled to, in a case where a process represented in the process structure 125 is waiting for processing of an associated process, show that the process is waiting for processing.

    [0047] The status notification means 13 is used in transmitting and receiving status notification information between the main processor process scheduler 12 and the coprocessor process scheduler 14. For example, the main processor process scheduler 12 transmits status notification information to the coprocessor process scheduler 14 by using the status notification means 13. Moreover, for example, the coprocessor process scheduler 14 transmits status notification information to the main processor process scheduler 12 and the other coprocessor process scheduler 14 by using the status notification means 13.

    [0048] The coprocessor process scheduler 14 manages a process executed by the processor core 211 of the corresponding coprocessor node 2. The number of the coprocessor process schedulers 14 depends on the number of the coprocessor nodes 2.

    [0049] The coprocessor process scheduler 14 has the same configuration as the main processor process scheduler 12. That is to say, the coprocessor process scheduler 14 is configured to be able to execute processing shown below:
    • executes a context switch on a process executed by the corresponding coprocessor node 2 (this processing is executed via the communication bus 3);
    • when executing a context switch, transmits status notification information to the other process scheduler (the main processor process scheduler 12 and the other coprocessor process scheduler 14); and
    • causes the priority level control means 141 to control a priority level in accordance with status notification information received from the other process scheduler.


    [0050] Further, the coprocessor process scheduler 14 has the same configuration as the main processor process scheduler 12 shown in Fig. 4. That is to say, the coprocessor process scheduler 14 includes a scheduling policy, a process switch means, a process context, and a process structure. Moreover, the process structure included by the coprocessor process scheduler 14 includes status information.

    [0051] Thus, the coprocessor process scheduler 14 is configured in the same manner as the main processor process scheduler 12. Therefore, a detailed description of the coprocessor process scheduler 12 will be omitted.

    [0052] The internode communication means 15 is used when the main processor 11 and the coprocessor process scheduler 14 communicate with the coprocessor node 2. For example, when processing a process executed by the processor core 111, the main processor 11 communicate with the processor core 211 of the coprocessor node 2 via the internode communication means 15. Moreover, the coprocessor process scheduler 14 manages a process executed by the processor core 211 of the coprocessor node 2 via the internode communication means 15. That is to say, communication with the coprocessor node 2 from the main processor node 1 is performed by using the internode communication means 15.

    [0053] Further, with reference to Fig. 3, the coprocessor node 2 includes the coprocessor 21 and the internode communication means 22. The number of the coprocessor nodes 2 can be any number equal to or more than one.

    [0054] The coprocessor 21 includes one or more coprocessor cores 211. The processor core 211 included by the coprocessor 21 executes a process under control of the corresponding coprocessor process scheduler 14.

    [0055] The internode communication means 22 is used when the coprocessor 21 communicates with the main processor node 1. For example, when processing a process executed by the processor core 211, the coprocessor 21 communicates with the processor core 111 of the main processor node 1 via the internode communication means 22. Moreover, a process executed by the processor core 211 of the coprocessor node 2 is managed by the coprocessor process scheduler 14 connected via the internode communication means 22. That is to say, communication with the main processor node 1 from the coprocessor node 2 is performed by using the internode communication means 22.

    [0056]  That is the description of the configuration of the parallel computer 4. Next, an operation of the parallel computer 4 will be described. First, with reference to Fig. 5, an operation when the main processor process scheduler 12 executes a context switch on the processor core 111 in the main processor 11 will be described.

    [0057] With reference to Fig. 5, the main processor process scheduler 12 determines a process to switch in a context switch in accordance with the scheduling policy 122 (step S101). As described above, the scheduling policy 122 referred to by the main processor process scheduler 12 is not limited particularly and a publicly known one can be applied. Moreover, a scheduling algorithm used by the main processor process scheduler 12 is not limited particularly and a publicly known one can be applied.

    [0058] Next, the process switch means 123 saves, as the process context 124, the context of the processor core 111 on which the process as the target of the context switch is running. Then, the process switch means 123 restores the process context 124 of a dispatch target to the processor core 111 of the context switch target. The main processor process scheduler 12 executes a context switch through such an operation (step S102).

    [0059] After that, by using the status notification means 13, the main processor process scheduler 12 notifies status notification information showing that the process has transitioned to the standby state and status notification information showing that a process has been dispatched, to the other process scheduler 14 (the coprocessor process scheduler 14) (step S103).

    [0060] A timing that the main processor process scheduler 12 transmits status notification information is not limited to the above case. For example, the main processor process scheduler 12 can transmit, at different timings, status notification information showing that a process has transitioned to the standby state and status notification information showing that a process has been dispatched. For example, after (or at the same time as) saving the context of the target processor core 111 as the process context 124, the main processor process scheduler 12 transmits status notification information showing that the process has transitioned to the standby state. Then, after (or at the same time as) restoring the process context 124 of a dispatch target to the processor core 111 of the context switch target, the main processor process scheduler 12 transmits status notification information showing that a process has been dispatched. The main processor process scheduler 12 can operate as described above, for example. Meanwhile, the main processor process scheduler 12 may be configured to notify that a process has transitioned to the standby state and that a process has been dispatched at a time in one status notification information.

    [0061] Next, an operation when the coprocessor process scheduler 14 executes a context switch on the coprocessor core 211 in the coprocessor 21 will be described.

    [0062] An operation when the coprocessor process scheduler 14 executes a context switch on the coprocessor core 211 in the coprocessor 21 is almost the same as the operation when the main processor process scheduler 12 executes a context switch shown in Fig. 5.

    [0063] That is to say, the coprocessor process scheduler 14 determines a process to switch in a context switch in accordance with a scheduling policy included by the coprocessor process scheduler 14 (step S101; see Fig. 5).

    [0064] Next, the process switch means of the coprocessor process scheduler 14 saves, as a process context, the context of the processor core 211 on which the process as the target of the context switch is running into the coprocessor process scheduler 14. In other words, the process status of the processor core 211 of the coprocessor 21 is saved on the main processor node 1. Then, the process switch means of the coprocessor process scheduler 14 restores the process context of a dispatch target to the processor core 211 on which the context switch is executed. By using the internode communication means 15 via the communication bus 3, the coprocessor process scheduler 14 accesses the context of the processor core 211 of the coprocessor node 2 and executes an operation as described above (step S102; see Fig. 5).

    [0065] After that, by using the status notification means 13, the coprocessor process scheduler 14 notifies status notification information showing that the process has transitioned to the standby state and status notification information showing that a process has been dispatched, to the other process scheduler (the main processor process scheduler 12 and the other coprocessor process scheduler 14) (step S103; see Fig. 5). Meanwhile, as a configuration for the coprocessor process scheduler 14 to notify status notification information, various forms can be adopted as in case of the main processor process scheduler 12.

    [0066] Next, with reference to Fig. 6, an operation when the main processor process scheduler 12 has received status notification information from the other process scheduler (the coprocessor process scheduler 14) will be described.

    [0067] With reference to Fig. 6, by using the status notification means 13, the main processor process scheduler 12 receives status notification information showing switching of a process from the coprocessor process scheduler 14 (step S201). To be specific, the main processor process scheduler 12 receives, from the coprocessor scheduler 14, status notification information showing that a process has transitioned to the standby state or status notification information showing that a process has been dispatched. Meanwhile, the main processor process scheduler 12 may simultaneously receive, from the coprocessor process scheduler 14, status notification information showing that a process has transitioned to the standby state and status notification information showing that a process has been dispatched.

    [0068] Subsequently, the main processor process scheduler 12 refers to the status information 1251 of the process structure 125. Thus, the main processor process scheduler 12 checks whether or not a process on the main processor node 1 associated with the process switched by the coprocessor process scheduler 14 is in the waiting state (step S202).

    [0069] In a case where the associated process is not in the waiting state (step S202, no), the main processor process scheduler 12 ends the processing.

    [0070] On the other hand, in a case where the associated process is in the waiting state (step S202, yes), the main processor process scheduler 12 checks whether the received status notification information represents that a process has transitioned to the standby state or represents that a process has been dispatched (step S203).

    [0071] In the case of having received status notification information showing that a process has transitioned to the standby state (step S203, transitioned to standby state), the main processor process scheduler 12 makes a priority level (a process priority level) for processing the associated process on the main processor node 1 lower than usual as shown in Fig. 8 (step S205).

    [0072] On the other hand, in the case of having received status notification information showing that a process has been dispatched (step S203, dispatched), the main processor process scheduler 12 raises a priority level (a process priority level) for processing the associated process on the main processor node 1 up to original as shown in Fig. 9 (step S204).

    [0073] The main processor process scheduler 12 controls a priority level in accordance with received status notification information with an operation as described above, for example. As a result, a process executed by the processor core 111 is controlled.

    [0074] Next, with reference to Fig. 7, an operation when the coprocessor process scheduler 14 has received status notification information from the other process scheduler (the main processor process scheduler 12 and the other coprocessor process scheduler 14) will be described. The operation when the coprocessor process scheduler 14 has received status notification information from the other process scheduler is almost the same as the operation when the main processor process scheduler 12 has received status notification information from the other process scheduler.

    [0075] With reference to Fig. 7, by using the status notification means 13, the coprocessor process scheduler 14 receives status notification information showing switching of a process from the other process scheduler (the main processor process scheduler 12 or the other coprocessor process scheduler 14) (step S301). To be specific, the coprocessor process scheduler 14 receives, from the other process scheduler, status notification information showing that a process has transitioned to the standby state or status notification information showing that a process has been dispatched. Meanwhile, the coprocessor process scheduler 14 may simultaneously receive, from the other process scheduler, status notification information showing that a process has transitioned to the standby state and status notification information showing that a process has been dispatched.

    [0076] Subsequently, the coprocessor process scheduler 14 refers to the status information of the process structure of the coprocessor process scheduler 14. Thus, the coprocessor process scheduler 14 checks whether or not a process on the coprocessor node 2 associated with the process switched by the other process scheduler is in the waiting state (step S302).

    [0077]  In a case where the associated process is not in the waiting state (step S302, no), the coprocessor process scheduler 14 ends the processing.

    [0078] On the other hand, in a case where the associated process is in the waiting state (step S302, yes), the coprocessor process scheduler 14 checks whether the received statues notification information shows that the process has transitioned to the standby state or shows that the process has been dispatched (step S303).

    [0079] In the case of having received status notification information showing that the process has transitioned to the standby state (step S303, transitioned to standby state), the coprocessor process scheduler 14 makes a priority level (a process priority level) for processing the associated process on the coprocessor node 2 lower than usual as shown in Fig. 8 (step S305).

    [0080] On the other hand, in the case of having received status notification information showing that the process has been dispatched (step S303, dispatched), the coprocessor process scheduler 14 raises a priority level (a process priority level) for processing the associated process on the coprocessor node 2 up to usual as shown in Fig. 9 (step S304).

    [0081] The coprocessor process scheduler 14 controls a priority level in accordance with received status notification information with an operation as described above, for example. As a result, a process executed by the processor core 211 on the coprocessor node 2 associated with the coprocessor process scheduler 14 is controlled.

    [0082] Thus, the parallel computer 4 in this exemplary embodiment has the main processor process scheduler 12 that manages a process executed by the processor core 111, and the coprocessor process scheduler 14 that manages a process executed by the processor core 211. The main processor process scheduler 12 and the coprocessor process scheduler 14 are configured to be able to communicate via the status notification means 13. With such a configuration, the main processor process scheduler 12 and the coprocessor process scheduler 14 can transmit status notification information to the other process scheduler when executing a context switch. As a result, in accordance with the processing status of another process, the main processor process scheduler 12 and the coprocessor process scheduler 14 can control the priority level of an associated process. Consequently, it is possible to reduce unnecessary allocation of the CPU (Central Processing Unit) to a process and realize efficient scheduling in the whole parallel computer 4. Moreover, as a result, it is possible to more efficiently use the CPU.

    [0083] Further, the main processor process scheduler 12 and the coprocessor process scheduler 14 are configured to transmit status notification information showing that a process has transitioned to the standby state. With such a configuration, when saving a process context in a context switch, each of the main processor process scheduler 12 and the coprocessor process scheduler 14 can transmit status notification information showing that a process has transitioned to the standby state to the other process scheduler. As a result, the scheduler having received the above status notification information executes control appropriate for the status notification information, whereby it is possible to lower the priority level of a process associated with a process that the process context has been saved. Consequently, for example, it is possible to prevent execution of unnecessary polling, and it is possible to prevent that execution of another process is intervened by execution of an unnecessary process.

    [0084] Further, the main processor process scheduler 12 and the coprocessor process scheduler 14 are configured to be able to transmit status notification information showing that a process has been dispatched. With such a configuration, when dispatching a process context in a context switch, each of the main processor scheduler 12 and the coprocessor process scheduler 14 can transmit status notification information showing that a process has been dispatched to the other process scheduler. As a result, the scheduler having received the above status notification information executes control appropriate for the status notification information, whereby it is possible to raise the priority level of a process associated with the process that the process context having been dispatched. Consequently, for example, it is possible to raise the priority level of the process to usual as needed.

    [0085] In this exemplary embodiment, each of the main processor process scheduler 12 and the coprocessor process scheduler 14 transmit status notification information to the other process scheduler. However, the main processor process scheduler 12 and the coprocessor process scheduler 14 may be configured to, for example, transmit status notification information to a process scheduler that manages an associated process.

    [0086] Further, in this exemplary embodiment, the parallel computer 4 has the main processor node 1 and the coprocessor node 2. However, the present invention can be applied without being limited to the case that the parallel computer 4 has the main processor node 1 and the coprocessor node 2. The present invention may be configured to, in the case of causing accelerators to do what they specialize, respectively, cause process schedulers managing processes executed by the respective accelerators to transmit status notification information to each other. As far as schedulers that control associated processes can thus transmit status notification information to each other, the present invention can be enabled without restricting its specific configuration. The present invention may be configured to, for example, cause coprocessor process schedulers managing the respective coprocessor nodes 2 to transmit status notification information to each other.

    [0087] Further, in this exemplary embodiment, the main processor process scheduler 12 and the coprocessor process scheduler 14 are each configured to control the priority level of an associated process in accordance with status notification information. However, control executed by each of the main processor process scheduler 12 and the coprocessor process scheduler 14 in accordance with status notification information is not limited to control on a priority level. The main processor process scheduler 12 and the coprocessor process scheduler 14 may be configured to, instead of controlling a priority level, control not to dispatch a process associated with status notification information, for example.

    [0088] Further, in this exemplary embodiment, an exclusively running program is executed on the main processor node 1 and the coprocessor node 2. However, a program which runs on the main processor node 1 and the coprocessor node 2 is not necessarily limited to an exclusively running program. On the main processor node 1 and the coprocessor node 2, associated programs that make the operation of one of the nodes influence the operation of the other can be executed.

    [Second Exemplary Embodiment]



    [0089] In a second exemplary embodiment of the present invention, another configuration example of the parallel computer 4 described in the first exemplary embodiment will be described.

    [0090] With reference to Fig. 10, a parallel computer 5 in this exemplary embodiment has a main processor node 51 and one or more coprocessor nodes 52.

    [0091] The main processor node 51 has a main processor 511 and a main processor process scheduler 512. The coprocessor node 52 has a coprocessor 521 and a coprocessor process scheduler 522. The main processor process scheduler 512 and the coprocessor process scheduler 522 are connected by a status notification means 53 and configured to be able to communicate with each other.

    [0092] Thus, the parallel computer 5 in this exemplary embodiment has almost the same configuration as the parallel computer 4 described in the first exemplary embodiment, and the configuration of the parallel computer 5 is different from that of the parallel computer 4 in that the coprocessor node 52 has the coprocessor process scheduler 522.

    [0093] With the configuration as described above, when executing a context switch, the main processor process scheduler 512 transmits status notification information to the coprocessor process scheduler 522 by using the status notification means 53. Further, when executing a context switch, the coprocessor process scheduler 522 transmits status notification information to the main processor process scheduler 512 and the other coprocessor process scheduler 522 by using the status notification information 53.

    [0094] Further, when receiving status notification information from the other process scheduler, the main processor process scheduler 512 controls the priority level of a process executed by the main processor 511. Further, when receiving status notification information from the other process scheduler, the coprocessor process scheduler 522 controls the priority level of a process executed by the coprocessor 521.

    [0095] Thus, the present invention is applicable also in a case that the main processor node 51 has the main processor process scheduler 512 and the coprocessor node 52 has the coprocessor process scheduler 522. That is to say, even if the main processor process scheduler 512 and the coprocessor process scheduler 522 are included by different nodes, respectively, it is possible to enable execution of control based on status notification information, by connecting the main processor process scheduler 512 and the coprocessor process scheduler 522 by using the status notification means 53. As a result, in accordance with the processing status of another process, the main processor process scheduler 512 and the coprocessor process scheduler 522 can each control the priority level of an associated process.

    [0096] The parallel computer 5 in the second exemplary embodiment can be modified in various manners in the same manner as the parallel computer 4 in the first exemplary embodiment.

    [Third Exemplary Embodiment]



    [0097] In a third exemplary embodiment of the present invention, another configuration example of the parallel computer 4 described in the first exemplary embodiment and the parallel computer 5 described in the second exemplary embodiment will be described. To be specific, for example, a case where a coprocessor node is composed of one or more processor cores in a main processor node will be described.

    [0098] With reference to Fig. 11, a parallel computer 6 in this exemplary embodiment has a processor 61. The processor 61 has a processor core 611 and a process executed by the processor core 611 is managed by a main processor process scheduler 62. Moreover, the processor 61 has a processor core 612 equivalent to a coprocessor node, and a process executed by the processor core 612 is managed by a coprocessor process scheduler 63. The main processor process scheduler 62 and the coprocessor process scheduler 63 are connected by a status notification means 64 and are configured to be able to communicate with each other.

    [0099] Thus, the parallel computer 6 in this exemplary embodiment has, on one node, a plurality of processor cores managed by different process schedulers. Because the parallel computer 6 has the status notification means 64, the main processor process scheduler 62 can, with the configuration described above, transmit status notification information to the coprocessor process scheduler 63 by using the status notification means 64 when executing a context switch. Further, when executing a context switch, the coprocessor process scheduler 63 can transmit status notification information to the main processor process scheduler 62 and the other coprocessor process scheduler 63 by using the status notification means 64. Further, upon receiving status notification information from the other process scheduler, the main processor process scheduler 62 can control the priority level of a process executed by the processor core 611. Further, upon receiving status notification information from the other process scheduler, the coprocessor process scheduler 63 can control the priority level of a process executed by the processor core 612.

    [0100] As a result, in accordance with the processing status of another process, the main processor process scheduler 62 and the coprocessor process scheduler 63 can each control the priority level of an associated process. Thus, the present invention is also applicable in a case where a parallel computer has only one node.

    [0101] The parallel computer 6 in the third exemplary embodiment can be modified in various manners in the same manner as the parallel computer 4 in the first exemplary embodiment and the parallel computer 5 in the second exemplary embodiment.

    [Fourth Exemplary Embodiment]



    [0102] In a fourth exemplary embodiment of the present invention, a parallel processing system 7 in which a plurality of processing parts (a first process processing part 71 and a second process processing part 73) execute associated processes will be described. In this exemplary embodiment, the configuration of the parallel processing system 7 will be briefly described.

    [0103] With reference to Fig. 12, the parallel processing system 7 in this exemplary embodiment has the first process processing part 71, a first process scheduler 72, the second process processing part 73, and a second process scheduler 74.

    [0104] The first process processing part 71 is configured to execute a predetermined process. The first process scheduler 72 is configured to detect and manage the processing status of the process executed by the first process processing part 71.

    [0105] The second process processing part 73 is configured to execute a process associated with the process executed by the first process processing part 71. The second process scheduler 74 is configured to detect and manage the processing status of the process executed by the second process processing part 73.

    [0106] Further, the first process scheduler 72 and the second process scheduler 74 are configured to be able to communicate with each other.

    [0107] With such a configuration, the first process scheduler 72 detects the processing status of the first process processing part 71. Then, the first process scheduler 72 transmits the detected processing status of the first process processing part 71 to the second process scheduler 74. The second process scheduler 74 detects the processing status of the second process processing part 73. Then, the second process scheduler 74 transmits the detected processing status of the second process processing part 73 to the first process scheduler 72.

    [0108] Further, in accordance with the processing status of the second process processing part 73 received from the second process scheduler 74, the first process scheduler 72 controls the operation of the first process processing part 71 that executes a process associated with a process shown by the processing status. Also, in accordance with the processing status of the first process processing part 71 received from the first process scheduler 72, the second process scheduler 74 controls the operation of the second process processing part 73 that executes a process associated with a process shown by the processing status.

    [0109] Thus, the parallel processing system 7 in this exemplary embodiment has the first process scheduler 72 that manages the first process processing part 71 and the second process scheduler 74 that manages the second process processing part 73. Further, the first process scheduler 72 and the second process scheduler 74 are configured to communicate with each other. With such a configuration, the first process scheduler 72 can transmit a detected processing status to the second process scheduler 74. Also, the second process scheduler 74 can transmit a detected processing status to the first process scheduler 72. As a result, in accordance with the processing status of the second process processing part 73, the first process scheduler 72 can control the operation of the first process processing part 71 that executes an associated process. Also, in accordance with the processing status of the first process processing part 71, the second process scheduler 74 can control the operation of the second process processing part 73 executing an associated process. Consequently, unnecessary allocation to a process can be prevented, and scheduling efficiency can be increased as the whole parallel processing system 7.

    [0110] Further, the parallel processing system 7 described above can be realized by installation of a predetermined program in an information processing device. To be specific, a program according to another aspect of the present invention is a computer program including instructions for causing an information processing device to perform the following operations. The information processing device executes associated processes on a plurality of processing parts and processes executed by the processing parts are managed by a plurality of schedulers. The operations include: communicating a processing status of a process managed by each of the schedulers to another of the schedulers; and causing each of the schedulers to, in accordance with a received processing status, control an operation of a processing part executing a process associated with a process shown by the processing status.

    [0111]  Further, a parallel processing method executed by operation of the parallel processing system 7 described above is a parallel processing method for executing associated processes on a plurality of processing parts. Processes executed by the plurality of processing parts are managed by a plurality of schedulers. The parallel processing method includes communicating a processing status of a process managed by each of the schedulers to another of the schedulers. Each of the schedulers is configured to, in accordance with a received processing status, control an operation of a processing part executing a process associated with a process shown by the processing status.

    [0112] Inventions of a program and a parallel processing method having the configurations described above also have the same actions as the parallel processing system 7 described above, and therefore, can achieve the abovementioned object of the present invention.

    [0113] The program described in the exemplary embodiments is stored in a storage device or recorded on a computer-readable recording medium. For example, the recording medium is a portable medium such as a flexible disk, an optical disk, a magneto-optical disk, and a semiconductor memory.

    [0114] Although the present invention has been described above with reference to the exemplary embodiments, the present invention is not limited to the exemplary embodiments described above. The configurations and details of the present invention can be changed in various manners that can be understood by one skilled in the art within the scope of the present invention.

    DESCRIPTION OF REFERENCE NUMERALS



    [0115] 
    1, 51
    main processor node
    11, 511
    main processor
    111, 211, 611, 612
    processor core
    12, 512, 62
    main processor process scheduler
    121
    priority level control means
    122
    scheduling policy
    123
    process switch means
    124
    process context
    125
    process structure
    1251
    status information
    13, 53, 64
    status notification means
    14, 522, 63
    coprocessor process scheduler
    141
    priority level control means
    15
    internode communication means
    2, 52
    coprocessor node
    21, 521
    coprocessor
    22
    internode communication means
    3
    communication bus
    4, 5, 6
    parallel computer
    61
    processor
    7
    parallel processing system
    71
    first process processing part
    72
    first process scheduler
    73
    second process processing part
    74
    second process scheduler



    Claims

    1. A parallel processing system (4) executing associated processes on a plurality of processing parts, the parallel processing system (4) comprising:

    a first process processing part (11) configured to execute a predetermined process;

    a first process scheduler (12, 14) configured to detect and manage a processing status of the process executed by the first process processing part (11);

    a second process processing part (11) configured to execute a process that runs exclusively with the process executed by the first process processing part and/or has a mutual dependence relation with the process executed by the first process processing part (11); and

    a second process scheduler (12, 14) configured to detect and manage a processing status of the process executed by the second process processing part (11), wherein:

    the first process scheduler (12, 14) and the second process scheduler (12, 14) are configured to be able to communicate with each other;

    the first process scheduler (12, 14) is configured to, after saving a process context of the process executed by the first process processing part (11) in a context switch, transmit status notification information showing that the process has transitioned to a standby state to the second process scheduler (12, 14), and the second process scheduler (12, 14) is configured to, based on the status notification information received check whether or not the process that runs exclusively with the process shown in the status notification and/or has a mutual dependence relation with the process shown in the status notification information is in a waiting state, and, when the process is in the waiting state, control the priority level of the process to be lower than usual.


     
    2. The parallel processing system (4) according to Claim 1, wherein:

    the first process scheduler (12, 14) is configured to, in restoring a process context of a process executed by the first process processing part (11), transmit status notification information showing that the process has been dispatched to the second process scheduler (12, 14); and

    the second process scheduler (12, 14) is configured to, on a basis of the status notification information having been received, execute control to raise a priority level of causing the second process processing part (11) to process a process associated with the dispatched process.


     
    3. The parallel processing system (4) according to Claim 1 or 2, comprising:

    a first node in which an operating system is installed, the first node including the first process processing part (11), the first process scheduler (12, 14) and the second process scheduler (12, 14); and

    a second node in which an operating system is not installed, the second node including the second process processing part (11),

    wherein the second process processing part (11) is configured to execute a process under control of the second process scheduler (12, 14) included by the first node.


     
    4. The parallel processing system (4) according to Claim 3, wherein:

    the second process scheduler (12, 14) is configured to, in switching a process executed by the second process processing part (11), transmit status notification information showing that the process is switched to the first process scheduler (12, 14); and

    the first process scheduler (12, 14) is configured to, on a basis of the status notification information having been received, control an operation of the first process processing part (11) executing a process associated with the process shown by the status notification information.


     
    5. A parallel processing method for executing processes that run exclusively with another on a plurality of processing parts, and/or have mutual dependence relations with another on a plurality of processing parts, processes executed by the plurality of processing parts being managed by a plurality of schedulers,
    the parallel processing method comprising communicating a processing status of a process managed by each of the schedulers to another of the schedulers, wherein:
    each of the schedulers is configured to, after saving a process context of the process executed by the processing part managed thereby in a context switch, transmit status notification information showing that the process has transitioned to a standby state to another of the schedulers; and
    each of the schedulers is configured to, on a basis of the status notification information having been received from another scheduler, check whether or not a process that runs exclusively with the process having transitioned to the standby state and/or
    has a mutual dependence relation with the process having transitioned to the standby state is in a waiting state, and, when the associated process is in the waiting state, control the priority level of the associated process to be lower than usual.
     
    6. A computer program comprising instructions which, when executed by an information processing device, are causing the information processing device to perform operations, the information processing device executing processes that run exclusively with another on a plurality of processing parts
    and/or have mutual dependence relations with another on a plurality of processing parts, processes executed by the processing parts being managed by a plurality of schedulers, the operations including:
    communicating a processing status of a process managed by each of the schedulers to another of the schedulers,
    wherein each of the schedulers is configured to, after saving a process context of the process executed by the processing part managed thereby in a context switch, transmit status notification information showing that the process has transitioned to a standby state to another of the schedulers; and
    each of the schedulers is configured to, on a basis of the status notification information having been received from another scheduler whether or not a process that runs exclusively with the process having transitioned to the standby state and/or has a mutual dependence relation with the process having transitioned to the standby state is in a waiting state, and, when the associated process is in the waiting state, control the priority level of the associated process to be lower than usual.
     


    Ansprüche

    1. Parallelverarbeitungssystem (4), das einander zugeordnete Prozesse in mehreren Verarbeitungsabschnitten ausführt, wobei das Parallelverarbeitungssystem (4) aufweist:

    einen ersten Prozessverarbeitungsabschnitt (11), der dafür konfiguriert ist, einen vorgegebenen Prozess auszuführen;

    einen ersten Prozess-Scheduler (12, 14), der dafür konfiguriert ist, einen Verarbeitungsstatus des durch den ersten Prozessverarbeitungsabschnitt (11) ausgeführten Prozesses zu erfassen und zu managen;

    einen zweiten Prozessverarbeitungsabschnitt (11), der dafür konfiguriert ist, einen Prozess auszuführen, der ausschließlich mit dem durch den ersten Prozessverarbeitungsabschnitt ausgeführten Prozess läuft und/oder eine wechselseitige Abhängigkeitsbeziehung mit dem durch den ersten Prozessverarbeitungsabschnitt (11) ausgeführten Prozess hat; und

    einen zweiten Prozess-Scheduler (12, 14), der dafür konfiguriert ist, einen Verarbeitungsstatus des durch den zweiten Prozessverarbeitungsabschnitt (11) ausgeführten Prozesses zu erfassen und zu managen, wobei:

    der erste Prozess-Scheduler (12, 14) und der zweite Prozess-Scheduler (12, 14) dafür konfiguriert sind, miteinander zu kommunizieren,

    wobei der erste Prozess-Scheduler (12, 14) dafür konfiguriert ist, nach dem Speichern eines Prozesskontexts des durch den ersten Prozessverarbeitungsabschnitt (11) ausgeführten Prozesses bei einem Kontextwechsel Statusbenachrichtigungsinformation, die anzeigt, dass der Prozess in einen Standby-Zustand übergegangen ist, an den zweiten Prozess-Scheduler (12, 14) zu übertragen, und wobei der zweite Prozess-Scheduler (12, 14) dafür konfiguriert ist, basierend auf der empfangenen Statusbenachrichtigungsinformation zu prüfen, ob der Prozess, der ausschließlich mit dem in der Statusbenachrichtigungsinformation angezeigten Prozess läuft und/oder eine wechselseitige Abhängigkeitsbeziehung mit dem in der Statusbenachrichtigungsinformation angezeigten Prozess hat, sich in einem Wartezustand befindet oder nicht, und, wenn sich der Prozess im Wartezustand befindet, den Prioritätsgrad des Prozesses auf einen Wert einzustellen, der niedriger ist als normal.


     
    2. Parallelverarbeitungssystem (4) nach Anspruch 1, wobei:

    der erste Prozess-Scheduler (12, 14) dafür konfiguriert ist, beim Wiederherstellen eines Prozesskontexts eines durch den ersten Prozessverarbeitungsabschnitt (11) ausgeführten Prozesses Statusbenachrichtigungsinformation, die anzeigt, dass der Prozess zugeteilt worden ist, an den zweiten Prozess-Scheduler (12, 14) zu übertragen; und

    der zweite Prozess-Scheduler (12, 14) dafür konfiguriert ist, auf der Basis der empfangenen Statusbenachrichtigungsinformation eine Steuerung auszuführen, um einen Prioritätsgrad zu erhöhen, der den zweiten Prozessverarbeitungsabschnitt (11) veranlasst, einen Prozess zu verarbeiten, der dem zugeteilten Prozess zugeordnet ist.


     
    3. Parallelverarbeitungssystem (4) nach Anspruch 1 oder 2, mit:

    einem ersten Knoten, in dem ein Betriebssystem installiert ist, wobei der erste Knoten den ersten Prozessverarbeitungsabschnitt (11), den ersten Prozess-Scheduler (12, 14) und den zweiten Prozess-Scheduler (12, 14) aufweist; und

    einem zweiten Knoten, in dem kein Betriebssystem installiert ist, wobei der zweite Knoten den zweiten Prozessverarbeitungsabschnitt (11) aufweist,

    wobei der zweite Prozessverarbeitungsabschnitt (11) dafür konfiguriert ist, einen Prozess unter der Steuerung des im ersten Knoten enthaltenen zweiten Prozess-Schedulers (12, 14) auszuführen.


     
    4. Parallelverarbeitungssystem (4) nach Anspruch 3, wobei
    der zweite Prozess-Scheduler (12, 14) dafür konfiguriert ist, beim Umschalten eines durch den zweiten Prozessverarbeitungsabschnitt (11) ausgeführten Prozesses Statusbenachrichtigungsinformation, die anzeigt, dass der Prozess umgeschaltet ist, an den ersten Prozess-Scheduler (12, 14) zu übertragen, und
    der erste Prozess-Scheduler (12, 14) dafür konfiguriert ist, auf der Basis der empfangenen Statusbenachrichtigungsinformation eine Operation des ersten Prozessverarbeitungsabschnitts (11) zu steuern, der einen Prozess ausführt, der dem durch die Statusbenachrichtigungsinformation angezeigten Prozess zugeordnet ist.
     
    5. Parallelverarbeitungsverfahren zum Ausführen von Prozessen, die ausschließlich miteinander auf mehreren Verarbeitungsabschnitten laufen und/oder wechselseitige Abhängigkeitsbeziehungen miteinander auf mehreren Verarbeitungsabschnitten haben, wobei Prozesse, die durch mehrere Verarbeitungsabschnitte ausgeführt werden, durch mehrere Scheduler gemanagt werden,
    wobei das Parallelverarbeitungsverfahren das Kommunizieren eines Verarbeitungsstatus eines durch jeden der Scheduler gemanagten Prozesses an einen anderen der Scheduler aufweist, wobei:

    jeder der Scheduler dafür konfiguriert ist, nach dem Speichern eines Prozesskontexts des Prozesses, der durch den durch ihn gemanagten Verarbeitungsabschnitt ausgeführt wird, bei einem Kontextwechsel Statusbenachrichtigungsinformation, die anzeigt, dass der Prozess in einen Standby-Zustand übergegangen ist, an einen anderen der Scheduler zu übertragen, und

    jeder der Scheduler dafür konfiguriert ist, auf der Basis der Statusbenachrichtigungsinformation, die von einem anderen Scheduler empfangen worden ist, zu prüfen, ob ein Prozess, der ausschließlich mit dem Prozess ausgeführt wird, der in den Standby-Status übergegangen ist, und/oder eine wechselseitige Abhängigkeitsbeziehung mit dem Prozess hat, der in den Standby-Zustand übergegangen ist, sich in einem Wartezustand befindet oder nicht, und wenn sich der zugeordnete Prozess im Wartezustand befindet, den Prioritätsgrad des zugeordneten Prozesses auf einen Wert einzustellen, der niedriger ist als normal.


     
    6. Computerprogramm mit Anweisungen, die, wenn sie durch eine Informationsverarbeitungsvorrichtung ausgeführt werden, die Informationsverarbeitungsvorrichtung veranlassen, Operationen auszuführen, wobei die Informationsverarbeitungsvorrichtung Prozesse ausführt, die ausschließlich miteinander auf mehreren Verarbeitungsabschnitten laufen und/oder wechselseitige Abhängigkeitsbeziehungen miteinander auf mehreren Verarbeitungsabschnitten haben, wobei Prozesse, die durch die Verarbeitungsabschnitte ausgeführt werden, durch mehrere Scheduler gemanagt werden, wobei die Operationen aufweisen:

    Kommunizieren eines Verarbeitungsstatus eines durch jeden der Scheduler gemanagten Prozesses an einen anderen der Scheduler,

    wobei jeder der Scheduler dafür konfiguriert ist, nach dem Speichern eines Prozesskontexts des Prozesses, der durch den durch ihn gemanagten Verarbeitungsabschnitt ausgeführt wird, bei einem Kontextwechsel Statusbenachrichtigungsinformation, die anzeigt, dass der Prozess in einen Standby-Zustand übergegangen ist, an einen anderen der Scheduler zu übertragen, und

    jeder der Scheduler dafür konfiguriert ist, auf der Basis der Statusbenachrichtigungsinformation, die von einem anderen Scheduler empfangen worden ist, zu prüfen, ob ein Prozess, der ausschließlich mit dem Prozess ausgeführt wird, der in den Standby-Zustand übergegangen ist und/oder eine wechselseitige Abhängigkeitsbeziehung mit dem Prozess hat, der in den Standby-Zustand übergegangen ist, sich in einem Wartezustand befindet oder nicht, und, wenn sich der zugeordnete Prozess im Wartezustand befindet, den Prioritätsgrad des zugeordneten Prozesses auf einen Wert einzustellen, der niedriger ist als normal.


     


    Revendications

    1. Système de traitement parallèle (4) exécutant des processus associés sur une pluralité de parties de traitement, le système de traitement parallèle (4) comprenant :

    une première partie de traitement de processus (11) configurée pour exécuter un processus prédéterminé ;

    un premier gestionnaire de processus (12, 14) configuré pour détecter et gérer un état de traitement du processus exécuté par la première partie de traitement de processus (11) ;

    une seconde partie de traitement de processus (11) configurée pour exécuter un processus qui fonctionne exclusivement avec le processus exécuté par la première partie de traitement de processus et/ou a une relation de dépendance mutuelle avec le processus exécuté par la première partie de traitement de processus (11), et

    un second gestionnaire de processus (12, 14) configuré pour détecter et gérer un état de traitement du processus exécuté par la seconde partie de traitement de processus (11), dans lequel :

    le premier gestionnaire de processus (12, 14) et le second gestionnaire de processus (12, 14) sont configurés pour être aptes à communiquer entre eux ;

    le premier gestionnaire de processus (12, 14) est configuré pour, après avoir sauvegardé un contexte de processus du processus exécuté par la première partie de traitement de processus (11) dans une commutation de contexte, transmettre les informations de notification d'état montrant que le processus a transitionné à un état de veille au second gestionnaire de processus (12, 14), et le second gestionnaire de processus (12, 14) est configuré pour, sur la base des informations de notification d'état reçues, vérifier si ou non le processus qui fonctionne exclusivement avec le processus présenté dans la notification d'état et/ou a une relation de dépendance mutuelle avec le processus présenté dans les informations de notification d'état est dans un état d'attente et, lorsque le processus est dans l'état d'attente, contrôler le niveau de priorité du processus pour qu'il soit plus bas que d'habitude.


     
    2. Système de traitement parallèle (4) selon la revendication 1, dans lequel :

    le premier gestionnaire de processus (12, 14) est configuré pour, lors de la restauration d'un contexte de processus d'un processus exécuté par la première partie de traitement de processus (11), transmettre des informations de notification d'état montrant que le processus a été envoyé au second gestionnaire de processus (12, 14) ; et

    le second gestionnaire de processus (12, 14) est configuré pour, sur une base des informations de notification d'état ayant été reçues, exécuter un contrôle pour élever un niveau de priorité qui fait que la seconde partie de traitement de processus (11) traite un processus associé avec le procédé envoyé.


     
    3. Système de traitement parallèle (4) selon la revendication 1 ou 2, comprenant :

    un premier nœud dans lequel un système d'exploitation est installé, le premier nœud incluant la première partie de traitement de processus (11), le premier gestionnaire de processus (12, 14) et le second gestionnaire de processus (12, 14) ; et

    un second nœud dans lequel un système d'exploitation n'est pas installé, le second nœud incluant la seconde partie de traitement de processus (11),

    dans lequel la seconde partie de traitement de processus (11) est configurée pour exécuter un processus sous le contrôle du second gestionnaire de processus (12, 14) inclus par le premier nœud.


     
    4. Système de traitement parallèle (4) selon la revendication 3, dans lequel :

    le second gestionnaire de processus (12, 14) est configuré pour, lors de la commutation d'un processus exécuté par la seconde partie de traitement de processus (11), transmettre des informations de notification d'état montrant que le processus est commuté au premier gestionnaire de processus (12, 14) ; et

    le premier gestionnaire de processus (12, 14) est configuré pour, sur une base des informations de notification d'état ayant été reçues, contrôler un fonctionnement de la première partie de traitement de procédé (11) exécutant un processus associé avec le processus présenté par les informations de notification d'état.


     
    5. Méthode de traitement parallèle pour exécuter des processus qui fonctionnent exclusivement avec une autre d'une pluralité de parties de traitement et/ou ont des relations de dépendance mutuelle avec une autre d'une pluralité de parties de traitement, les processus exécutés par la pluralité de parties de traitement étant gérés par une pluralité de gestionnaires,
    la méthode de traitement parallèle comprenant la communication d'un état de traitement d'un processus géré par chacun des gestionnaires à un autre des gestionnaires, dans laquelle :

    chacun des gestionnaires est configuré pour, après avoir sauvegardé un contexte de processus du processus exécuté par la partie de traitement gérée ainsi dans une commutation de contexte, transmettre des informations de notification d'état montrant que le processus a transitionné à un état de veille à un autre des gestionnaires ; et

    chacun des gestionnaires est configuré pour, sur une base des informations de notification d'état ayant été reçues d'un autre gestionnaire, vérifier si ou non un processus qui fonctionne exclusivement avec le processus ayant transitionné à l'état de veille et/ou a une relation de dépendance mutuelle avec le processus ayant transitionné à l'état de veille est dans un état d'attente et, lorsque le processus associé est à l'état d'attente, contrôler le niveau de priorité du processus associé pour qu'il soit plus bas que d'habitude.


     
    6. Programme informatique comprenant des instructions qui, lorsqu'elles sont exécutées par un dispositif de traitement d'informations, font en sorte que le dispositif de traitement d'informations effectue des opérations, le dispositif de traitement d'informations exécutant des processus qui fonctionnent exclusivement avec une autre d'une pluralité de parties de traitement et/ou ont des relations de dépendance mutuelle avec une autre d'une pluralité de parties de traitement, les processus exécutés par les parties de traitement étant gérés par une pluralité de gestionnaires, les opérations incluant :

    la communication d'un état de traitement d'un processus géré par chacun des gestionnaires à un autre des gestionnaires,

    dans laquelle chacun des gestionnaires est configuré pour, après avoir sauvegardé un contexte de processus du processus exécuté par la partie de traitement gérée ainsi dans une commutation de contexte, transmettre des informations de notification d'état montrant que le processus a transitionné à un état de veille à un autre des gestionnaires ; et

    chacun des gestionnaires est configuré pour, sur une base des informations de notification d'état ayant été reçues d'un autre gestionnaire, vérifier qu'un processus qui fonctionne exclusivement avec le processus transitionné à l'état de veille et/ou a une relation de dépendance mutuelle avec le processus transitionné à l'état de veille soit ou non dans un état d'attente et lorsque le processus associé est dans l'état d'attente, contrôler le niveau de priorité du processus associé pour qu'il soit plus bas que d'habitude.


     




    Drawing
































    Cited references

    REFERENCES CITED IN THE DESCRIPTION



    This list of references cited by the applicant is for the reader's convenience only. It does not form part of the European patent document. Even though great care has been taken in compiling the references, errors or omissions cannot be excluded and the EPO disclaims all liability in this regard.

    Patent documents cited in the description