US20180267829A1 - Method for configuring an it system, corresponding computer program and it system - Google Patents

Method for configuring an it system, corresponding computer program and it system Download PDF

Info

Publication number
US20180267829A1
US20180267829A1 US15/988,551 US201815988551A US2018267829A1 US 20180267829 A1 US20180267829 A1 US 20180267829A1 US 201815988551 A US201815988551 A US 201815988551A US 2018267829 A1 US2018267829 A1 US 2018267829A1
Authority
US
United States
Prior art keywords
operating system
instruction
computer system
computing cores
executed
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.)
Abandoned
Application number
US15/988,551
Inventor
Xavier Bru
Philippe Garrigues
Benoît Welterlen
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.)
Bull SA
Original Assignee
Bull SA
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 Bull SA filed Critical Bull SA
Priority to US15/988,551 priority Critical patent/US20180267829A1/en
Assigned to BULL SAS reassignment BULL SAS ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: BRU, XAVIER, GARRIGUES, PHILIPPE, WELTERLEN, Benoît
Publication of US20180267829A1 publication Critical patent/US20180267829A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/38Concurrent instruction execution, e.g. pipeline, look ahead
    • G06F9/3836Instruction issuing, e.g. dynamic instruction scheduling or out of order instruction execution
    • G06F9/3851Instruction issuing, e.g. dynamic instruction scheduling or out of order instruction execution from multiple instruction streams, e.g. multistreaming
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44568Immediately runnable code

Definitions

  • This invention relates to a method for configuring an IT system, and a corresponding computer program and IT system.
  • the invention applies more specifically to a computer system comprising at least one processor itself including at least one computing core implementing technology for simultaneously executing a plurality of instruction threads, called SMT (Simultaneous Multi-Threading) technology, for example, the “hyper threading” (registered trademark) technology of the Intel company.
  • SMT Simultaneous Multi-Threading
  • An “IT system” is a system designed to execute computer program instructions and to this end comprises at least one central processing unit, also called a processor or CPU (Central Processing Unit).
  • an IT system according to the invention may consist of a simple microcomputer comprising one or more microprocessors with one or more computing cores, or a more complex assembly in which a plurality of microcomputers are interconnected via a data transmission network.
  • the complexity of an IT system in which the invention can be implemented is dependent primarily on the intended use.
  • microprocessor is a processor implemented on a very limited number of integrated circuits, generally only one. Because microprocessors are so popular, they are generally simply called processors or CPUs.
  • a processor may comprise one or more computing cores.
  • a “single-core processor” is thus a processor (microprocessor) including a single computing core
  • a “multi-core processor” is a processor (microprocessor) including a plurality of computing cores that share certain elements in common, generally a cache memory, for example the so-called level 2 (L2) cache.
  • L2 level 2
  • a computing core is the part of the processor (microprocessor) performing the computations corresponding to the executed instructions.
  • a computing core generally includes one or more control units as well as one or more integer computing units and one or more floating-point computing units.
  • a “computer program”, or more simply a “program”, is a set of instructions intended to be executed by a processor.
  • a “process” is a program being executed.
  • a process may comprise only one instruction thread (the process is then sometimes called a “heavy process”), or comprise multiple instruction threads (said threads sometimes called “lightweight processes”) sharing common resources, generally memory, and capable of being executed asynchronously.
  • An “instruction thread” (or thread) is a series of instructions that a computing core executes one after another.
  • BIOS Basic Input Output System
  • An “operating system” is a program executed on an IT system and producing the interface between the IT system and other programs executed on this IT system, generally “application programs”, i.e. programs intended to be controlled by a user and generally intended to be launched by the latter.
  • a “daemon” is a process intended to be executed in the background, i.e. that is not under the direct control of the user. Daemons are often launched by the operating system.
  • an “application process” is an application program being executed.
  • a “shell” is a program providing an interface for the user for accessing services offered by the operating system.
  • a “script” is an interpreted program, i.e. including instructions interpreted by another program that converts them into instructions for the processor.
  • a “shell-script” is therefore a script comprising instructions intended to be interpreted by a shell.
  • a “logic processor” is a processor seen by the operating system.
  • a processor that is physically present appears in the form of one or more logic processors to the operating system according to its architecture and/or its configuration.
  • a single-core processor in single-threading mode capable of processing a single instruction thread at a time appears as a single logic processor
  • a multi-core processor in which each core is capable of processing a single thread of instructions at a time appears in the form of as many logic processors as there are cores.
  • processors single-core or multi-core, in which each computing core implements SMT technology so as to be capable of executing at least two instruction threads at a time in an interlaced manner.
  • the Intel company sells processors capable of operating selectively in “hyper-threading” mode, in which each computing core is capable of executing two instruction threads at a time in an interlaced manner, or in “single-threading” mode, in which each computing core is capable of executing only one instruction thread at a time.
  • each core in hyper-threading mode appears in the form of two logic processors to the operating system.
  • the latter can therefore provide two processes to each computing core in hyper-threading mode by using its usual mechanisms for managing the logic processors.
  • Some programs are designed to take advantage of the hyper-threading mode: this is the case in particular of programs producing, during their execution, a multi-programmed process including two instruction threads that use different resources of a computing core.
  • the invention relates to a method for configuring an IT system comprising at least one computing core for executing instruction threads, in which each computing core is capable of executing at least two instruction threads at a time in an interlaced manner, and an operating system, being executed on the IT system, capable of providing instruction threads to each computing core, wherein the method is characterized in that it comprises a step of configuring the operating system being executed in a mode in which it provides, to each computing core, a maximum of one instruction thread at a time.
  • the invention makes it possible to dynamically require each computing core to process only one instruction thread at a time, in spite of its hyper-threading mode or more generally SMT mode configuration. It is thus possible to dynamically go from the SMT mode to the mode in which each core processes a maximum of one instruction thread at a time, under the direct control of the operating system, without a restart being necessary.
  • the IT system can thus execute, on computing cores in SMT mode and with high performance, a program normally having optimal performance when it is executed on computing cores in single-threading mode.
  • the invention is especially effective with computing cores having substantially identical capacities in single-threading mode and in SMT mode with a single instruction thread being executed.
  • the method further comprises, while the operating system being executed is configured in the so-called first mode, in which it provides each computing core a maximum of one instruction thread at a time, a step of configuring the operating system being executed in a second mode, different from the first mode, in which it can provide each computing core with more than one instruction thread at a time.
  • each computing core is designed so as to provide the operating system being executed with as many logic processors as there are instruction threads that it can execute at a time in an interlaced manner
  • the operating system being executed comprises a list of logic processors available for scheduling the instruction threads, in which list all of the logic processors of each computing core are located
  • the method further comprises, for configuring the operating system being executed so that it provides each computing core with a maximum of one instruction thread at a time, a step of transmitting, to the operating system being executed, an instruction to remove all of the logic processes except for one of each computing core from the list of logic processors available for scheduling.
  • the operating system is very simply configured so as to provide only a maximum of one instruction thread to each computing core.
  • the method further comprises, for configuring the operating system being executed so that it provides each computing core with more than one instruction thread at a time, a step of transmitting, to the operating system being executed, an instruction to add all of the logic processes that were removed to the list of logic processors available for scheduling.
  • the operating system is very simply configured so as to be capable of providing more than one instruction thread to each computing core.
  • the IT system comprises, as a computing core or cores, only one or more computing core(s) capable of executing at least two instruction threads at a time in an interlaced manner.
  • each computing core is capable of executing exactly two instruction threads at a time in an interlaced manner.
  • the process is suitable for the particular case of hyper-threading.
  • the invention also relates to a computer program that can be downloaded from a communication network and/or recorded on a computer-readable medium and/or capable of being executed by a processor, characterized in that it includes instructions for executing steps of a configuration process according to the invention, when said program is executed on a computer.
  • the computer program is in the form of a shell-script.
  • the computer program is in the form of at least one function of an IT library intended to be called by another program.
  • the invention also relates to an IT system comprising:
  • FIG. 1 diagrammatically shows an IT system according to an embodiment of the invention
  • FIG. 2 shows the successive steps of a method for configuring the IT system of FIG. 1 , according to an embodiment of the invention.
  • FIG. 1 shows an example of an embodiment of the invention, in the form of a computer 100 .
  • the computer 100 comprises a central unit 102 and a human-machine interface 104 , for example a screen, a keyboard and a mouse.
  • a human-machine interface 104 for example a screen, a keyboard and a mouse.
  • the central unit 102 comprises a motherboard 106 and, connected to the motherboard 106 , two Xeon X5570 (registered trademark) processors 108 , a BIOS memory 110 , a random access memory 112 and a storage memory 114 , such as a hard disk.
  • the processors 108 are thus capable of executing the instructions recorded in the BIOS memory 110 and the random access memory 112 , and of reading or writing data recorded in the storage memory 114 .
  • each processor 108 comprises four computing cores 116 for executing instruction threads.
  • Each processor 108 is capable of operating selectively in single-threading mode, in which each computing core 116 is capable of executing a single instruction thread at a time and appears, in particular for the operating system, in the form of a single logic processor, or in hyper-threading mode, in which each computing core 116 is capable of executing two instruction threads at a time in an interlaced manner, and appears, in particular for the operating system, in the form of two logic processors.
  • a BIOS 118 is recorded in the BIOS memory 110 .
  • the BIOS 118 can be configured, by means of a predetermined configuration parameter, to start the processors 108 in single-threading mode or in hyper-threading mode. In the latter case, the BIOS 118 is configured so as to start two logic processors for each computing core 116 , respectively called first and second logic processors. In single-threading mode, the BIOS 118 starts only the first logic processor.
  • the BIOS 118 complies with the ACPI (“Advanced Configuration and Power Interface”) standard.
  • This standard specifies in particular that the execution of the BIOS 118 must create a list of logic processors present, i.e. those that were started. This list is created in a table, called MADT table (“Multiple APIC Description Table”) recorded in the random access memory 112 and intended to be read by the operating system when it is being executed so that it is aware of the logic processors present.
  • the MADT table further indicates, for each logic processor, whether the latter corresponds to the core of a single-core processor, to one of the cores of a multi-core processor, and/or to one of the logic cores of a physical core in hyper-threading mode.
  • the MADT table gives the configuration of the processor(s) of the computer 100 . On recent Intel (registered trademark) processors, this information is provided by the “cpuid” instruction.
  • the ACPI standard further specifies that the second logic processors of all of the computing cores 116 must be placed in the list after the first logic processors of all of the computing cores 116 .
  • the list includes a first half combining the first logic processors of the computing cores 116 and a second half combining the second logic processors of the computing cores 116 .
  • An operating system 120 is recorded in the storage memory 114 .
  • the operating system 120 is in particular designed so as to provide, when it is executed by the computer 100 , instruction threads to each computing core 116 .
  • the operating system 120 complies with the Unix (registered trademark) standard. It is, for example, the Linux (registered trademark) operating system.
  • a shell-script 122 of which the code is provided in the appendix, is also recorded in the storage memory 114 .
  • the shell-script 122 is intended to configure the operating system 120 to go from the hyper-threading mode, or more generally the SMT mode, to a “simulated single-threading” mode, as will be explained below.
  • a step 200 the computer 100 is turned on.
  • the BIOS 118 is executed by the computer 100 , with the BIOS 118 being configured so as to start each computing core 116 in hyper-threading mode.
  • the BIOS 118 starts two logic processors for each computing core 116 , so that the computer 100 has sixteen logic processors in the example described.
  • the BIOS 118 creates, in the MADT table, the list of logic processors present, i.e. In the present case, of the sixteen logic processors started.
  • the BIOS 118 launches the operating system 120 .
  • the operating system 120 reads, in the MADT table, the list of logic processors present.
  • the operating system 120 places all of the logic processors present in a list of logic processors available for scheduling, i.e. for distribution of the instruction threads between the processors of this list.
  • the “list of logic processors available for scheduling” should be understood as meaning any data set indicating, for each logic processor present in the MADT list, whether this logic processor should be used for the scheduling.
  • the format of this data set is not therefore necessarily a data structure format in a “list”.
  • the computer 100 is thus configured by default in hyper-threading mode, in which the operating system 120 schedules the instruction threads between all of the logic processors present, i.e. between all of the logic processors of all of the computing cores 116 of the processors 108 .
  • the instruction threads come, for example, from daemons started by the operating system 120 or application programs started by the user via the human-machine interface 104 .
  • the computer 100 is in particular capable of optimally executing the programs optimized for the hyper-threading mode.
  • the user then wishes, for example, to launch a program, recorded in the storage memory 114 , which is optimized not for the hyper-threading mode, but for the single-threading mode.
  • a step 214 the user launches the shell-script 122 by means of the human-machine interface 104 to go into so-called “simulated single-threading” mode. For example, this user types “ht off” in response to a shell prompt.
  • the shell-script 122 then configures the operating system 120 being executed so that it provides each computing core 116 with a maximum of one instruction thread at a time, in spite of the fact that, owing to their hyper-threading configuration mode by the BIOS 118 , the computing cores 116 are able to execute two instruction threads at a time. This is what is called “simulated single-threading” in the present description.
  • the shell-script 122 provides an instruction to the operating system 120 being executed to remove all of the logic processors except one of each computing core 116 from the list of logic processors available for scheduling.
  • the shell-script 122 performs step 216 by providing an instruction to the operating system 120 to remove, from the list of logic processors available for scheduling, the logic processors of which the position in the list of logic processors present is greater than the number of computing cores 116 of the computer 100 .
  • hyper-threading it concerns the logic processors that are positioned in the second half of the list of logic processors present.
  • the shell-script 122 provides an instruction to remove, from the list of processors available for successive scheduling, each processor of the second half of the list of processors present.
  • shell-script 122 can be used for any number of computing cores (and not only eight as in the example described) as soon as each of these computing cores 116 is configured from the BIOS 118 in hyper-threading mode.
  • the shell-script 122 provides an instruction to remove a logic processor. For a Linux operating system, this is performed by writing the value 0 in the file specific to the processor numbered X: /sys/devices/system/cpu/cpuX/online.
  • the operating system 120 executes, successively for each logic processor that has to be removed from the list of logic processors available for scheduling, a series of steps 218 , 220 and 222 .
  • step 218 the operating system 120 migrates the interruptions and the processes executed by a logic processor that has to be removed from the list of logic processors available for scheduling to other logic processors on this list.
  • step 220 the operating system 120 stops the daemons specific to the logic processor that has to be removed.
  • the operating system 120 removes this logic processor from the list of processors available for scheduling, so that no more instruction threads are provided to it by the operating system 120 .
  • the computer 100 is configured in simulated single-threading mode, so that the operating system 120 schedules all of the instruction threads on the logic processors of the first half of the list of logic processors present, i.e. only on the first logic processor of each computing core 116 .
  • each computing core 116 only executes a maximum of one single instruction thread at a time.
  • the user can thus launch, in a step 224 , the program optimized for single-threading mode, which is executed, in a step 226 , with high performance, in spite of the configuration of the computing cores 116 in hyper-threading mode.
  • the user wishes to launch a program, for example recorded in the storage memory 114 , that is optimized not for the single-threading mode but for the hyper-threading mode, it launches, in a step 228 , the shell-script 122 by means of the human-machine interface 104 so as to return to “hyper-threading” mode. For example, this user types “ht on” upon a shell prompt.
  • the shell-script 122 then configures the operating system 120 being executed so that it can provide each computing core 116 with more than one instruction thread at a time.
  • the shell-script 122 provides an instruction to the operating system 120 being executed to add, to the list of logic processes available, all of the logic processors having been removed after step 216 .
  • the shell-script 122 provides an instruction to successively add each logic processor appearing in the second part of the list of logic processors present.
  • the shell-script 122 provides an instruction to add a logic processor. For a Linux operating system, this is done by writing the value 1 in the file specific to the processor numbered X: /sys/devices/system/cpu/cpuX/online.
  • the operating system 120 executes, successively for each logic processor that has to be added to the list of processors available for scheduling, a series of steps 232 and 234 .
  • step 232 the operating system 120 adds a logic processor that has been removed after step 216 to the list of processors available for scheduling.
  • step 234 the operating system 120 starts the daemons specific to the logic processor added to the previous step.
  • the computer 100 is configured in hyper-threading mode, so that the operating system 120 schedules the new instruction threads between all of the logic processors of all of the computing cores 116 of the processors 108 .
  • the user can thus launch, in a step 236 , the program optimized for the hyper-threading mode, which will be executed, in a step 238 , with high performance.
  • the applications and services that dynamically take into account the number of logic processors available are automatically adapted to the new situation.
  • the others are restarted, either manually by the user or by providing instructions in the shell-script 122 for restarting them.
  • steps 214 to 222 when the computer 100 is configured in hyper-threading mode, steps 214 to 222 must be executed in order to configure it in simulated single-threading mode, and when the computer 100 is configured in simulated single-threading mode, steps 228 to 234 must be executed in order to configure it in hyper-threading mode.
  • the invention is advantageous in that it makes it possible to execute, successively and effectively, two programs optimized for different modes, without requiring the computer 100 to be restarted.
  • the operating system might be designed so as to start by default in simulated single-threading mode.
  • a first way of doing this might be to modify the operating system so that, in step 212 , the latter does not add all of the logic processors present, but only a single one for each computing core 116 , for example by adding only the logic processors of the first half of the list of processors present.
  • a second way of doing this might be to have the shell-script 122 automatically executed by the operating system 120 , for example before the user takes control, i.e. before the user can launch the programs or use the functions of the operating system.
  • program types other than a shell-script can implement steps 216 to 222 and/or 230 to 234 .
  • these steps might be implemented by executing an executable binary program.
  • this program constitutes a command enabling the user to implement the previous steps.
  • they can be implemented by a library function called by a program, for example an application program, via a so-called API (Application Programming Interface).
  • API Application Programming Interface
  • the shell-script 122 might give an instruction to remove, from the list of processors available for scheduling, the processors of the first half of the list of processors present. However, certain programs that consider the first logic processors still to be available would have the risk of no longer working.
  • the program implementing steps 216 to 222 and/or 230 to 243 might not use the numbering of the logic processors, but instead detect which correspond to a second logic processor of a core in multi-threading mode in order to activate or deactivate them. This detection can, for example, be performed using indications of the MADT table. This way of working is advantageous, for example, when the numbering of the logic processors in the MADT table does not comply with the APIC standard, or when the operating system does not take it into account.

Abstract

A method designed to configure an IT system having at least one computing core for executing instruction threads, in which each computing core is capable of executing at least two instruction threads at a time in an interlaced manner, and an operating system, being executed on the IT system, capable of providing instruction threads to each computing core. The method includes a step of configuring the operating system being executed in a mode in which it provides each computing core with a maximum of one instruction thread at a time.

Description

  • This invention relates to a method for configuring an IT system, and a corresponding computer program and IT system.
  • The invention applies more specifically to a computer system comprising at least one processor itself including at least one computing core implementing technology for simultaneously executing a plurality of instruction threads, called SMT (Simultaneous Multi-Threading) technology, for example, the “hyper threading” (registered trademark) technology of the Intel company.
  • The terminology below will be used in the present description as well as in the claims.
  • An “IT system” is a system designed to execute computer program instructions and to this end comprises at least one central processing unit, also called a processor or CPU (Central Processing Unit). In order of increasing complexity, an IT system according to the invention may consist of a simple microcomputer comprising one or more microprocessors with one or more computing cores, or a more complex assembly in which a plurality of microcomputers are interconnected via a data transmission network. The complexity of an IT system in which the invention can be implemented is dependent primarily on the intended use.
  • A “microprocessor” is a processor implemented on a very limited number of integrated circuits, generally only one. Because microprocessors are so popular, they are generally simply called processors or CPUs.
  • It should be noted that a processor may comprise one or more computing cores. A “single-core processor” is thus a processor (microprocessor) including a single computing core, and a “multi-core processor” is a processor (microprocessor) including a plurality of computing cores that share certain elements in common, generally a cache memory, for example the so-called level 2 (L2) cache.
  • A computing core is the part of the processor (microprocessor) performing the computations corresponding to the executed instructions. A computing core generally includes one or more control units as well as one or more integer computing units and one or more floating-point computing units.
  • A “computer program”, or more simply a “program”, is a set of instructions intended to be executed by a processor.
  • A “process” is a program being executed. A process may comprise only one instruction thread (the process is then sometimes called a “heavy process”), or comprise multiple instruction threads (said threads sometimes called “lightweight processes”) sharing common resources, generally memory, and capable of being executed asynchronously.
  • An “instruction thread” (or thread) is a series of instructions that a computing core executes one after another.
  • A “BIOS” (Basic Input Output System) is a program launched at the beginning of the start-up of an IT system, before the operating system is launched.
  • An “operating system” is a program executed on an IT system and producing the interface between the IT system and other programs executed on this IT system, generally “application programs”, i.e. programs intended to be controlled by a user and generally intended to be launched by the latter.
  • A “daemon” is a process intended to be executed in the background, i.e. that is not under the direct control of the user. Daemons are often launched by the operating system.
  • By contrast with daemons, an “application process” is an application program being executed.
  • A “shell” is a program providing an interface for the user for accessing services offered by the operating system.
  • A “script” is an interpreted program, i.e. including instructions interpreted by another program that converts them into instructions for the processor.
  • A “shell-script” is therefore a script comprising instructions intended to be interpreted by a shell.
  • A “logic processor” is a processor seen by the operating system. Thus, a processor that is physically present appears in the form of one or more logic processors to the operating system according to its architecture and/or its configuration. In particular, a single-core processor in single-threading mode capable of processing a single instruction thread at a time appears as a single logic processor, and a multi-core processor in which each core is capable of processing a single thread of instructions at a time appears in the form of as many logic processors as there are cores.
  • There are currently processors, single-core or multi-core, in which each computing core implements SMT technology so as to be capable of executing at least two instruction threads at a time in an interlaced manner.
  • For example, the Intel company sells processors capable of operating selectively in “hyper-threading” mode, in which each computing core is capable of executing two instruction threads at a time in an interlaced manner, or in “single-threading” mode, in which each computing core is capable of executing only one instruction thread at a time.
  • In addition, most modern operating systems are designed to manage a plurality of logic processors and are therefore capable of providing instruction threads to each computing core physically present.
  • To enable such an operating system to take advantage of the hyper-threading mode without requiring it to be modified, each core in hyper-threading mode appears in the form of two logic processors to the operating system. The latter can therefore provide two processes to each computing core in hyper-threading mode by using its usual mechanisms for managing the logic processors.
  • Some programs are designed to take advantage of the hyper-threading mode: this is the case in particular of programs producing, during their execution, a multi-programmed process including two instruction threads that use different resources of a computing core.
  • It has been observed that certain programs have optimal performance in one mode, but degraded performance in the other mode.
  • It would thus be desirable to adapt the mode of operation—single-threading or hyper-threading or more generally SMT—of the processor computing cores according to the type of program to be executed.
  • However, at present, the only means known for going from one mode to the other is to modify a parameter of the BIOS. This requires a first restart of the IT system in order to access the BIOS in order to configure it, and a second restart so that the BIOS thus configured is executed. There are IT tools enabling the BIOS parameters to be modified under the control of the IT system. However, the second restart of the system remains necessary. Thus, these solutions involve a significant loss of time and are, in practice, too cumbersome to be useful.
  • It may thus be desirable to provide a method for configuring an IT system that enables at least some of the aforementioned problems and constraints to be overcome.
  • Thus, the invention relates to a method for configuring an IT system comprising at least one computing core for executing instruction threads, in which each computing core is capable of executing at least two instruction threads at a time in an interlaced manner, and an operating system, being executed on the IT system, capable of providing instruction threads to each computing core, wherein the method is characterized in that it comprises a step of configuring the operating system being executed in a mode in which it provides, to each computing core, a maximum of one instruction thread at a time.
  • The invention makes it possible to dynamically require each computing core to process only one instruction thread at a time, in spite of its hyper-threading mode or more generally SMT mode configuration. It is thus possible to dynamically go from the SMT mode to the mode in which each core processes a maximum of one instruction thread at a time, under the direct control of the operating system, without a restart being necessary. The IT system can thus execute, on computing cores in SMT mode and with high performance, a program normally having optimal performance when it is executed on computing cores in single-threading mode. The invention is especially effective with computing cores having substantially identical capacities in single-threading mode and in SMT mode with a single instruction thread being executed.
  • Optionally, the method further comprises, while the operating system being executed is configured in the so-called first mode, in which it provides each computing core a maximum of one instruction thread at a time, a step of configuring the operating system being executed in a second mode, different from the first mode, in which it can provide each computing core with more than one instruction thread at a time.
  • It is thus possible again to effectively execute a program normally having optimal performance when it is executed on computing cores in SMT mode.
  • Also optionally, each computing core is designed so as to provide the operating system being executed with as many logic processors as there are instruction threads that it can execute at a time in an interlaced manner, the operating system being executed comprises a list of logic processors available for scheduling the instruction threads, in which list all of the logic processors of each computing core are located, and the method further comprises, for configuring the operating system being executed so that it provides each computing core with a maximum of one instruction thread at a time, a step of transmitting, to the operating system being executed, an instruction to remove all of the logic processes except for one of each computing core from the list of logic processors available for scheduling.
  • Thus, the operating system is very simply configured so as to provide only a maximum of one instruction thread to each computing core.
  • Also optionally, the method further comprises, for configuring the operating system being executed so that it provides each computing core with more than one instruction thread at a time, a step of transmitting, to the operating system being executed, an instruction to add all of the logic processes that were removed to the list of logic processors available for scheduling.
  • Thus, the operating system is very simply configured so as to be capable of providing more than one instruction thread to each computing core.
  • Also optionally, the IT system comprises, as a computing core or cores, only one or more computing core(s) capable of executing at least two instruction threads at a time in an interlaced manner.
  • Also optionally, each computing core is capable of executing exactly two instruction threads at a time in an interlaced manner.
  • Thus, the process is suitable for the particular case of hyper-threading.
  • The invention also relates to a computer program that can be downloaded from a communication network and/or recorded on a computer-readable medium and/or capable of being executed by a processor, characterized in that it includes instructions for executing steps of a configuration process according to the invention, when said program is executed on a computer.
  • Optionally, the computer program is in the form of a shell-script.
  • Also optionally, the computer program is in the form of at least one function of an IT library intended to be called by another program.
  • The invention also relates to an IT system comprising:
      • at least one computing core for executing instruction threads, in which each computing core is capable of executing at least two instruction threads at a time in an interlaced manner, and
      • a memory in which an operating system is recorded, which, when executed by the IT system, is capable of providing instruction threads to each computing core,
        characterized in that it comprises:
      • a memory in which a computer program is recorded, including instructions for, when executed by the IT system while the operating system is being executed by the IT system, configuring the operating system being executed in a mode in which it provides each computing core with a maximum of one instruction thread at a time.
  • The invention will be easier to understand in view of the following description, provided solely as an example and with reference to the appended drawings, in which:
  • FIG. 1 diagrammatically shows an IT system according to an embodiment of the invention, and
  • FIG. 2 shows the successive steps of a method for configuring the IT system of FIG. 1, according to an embodiment of the invention.
  • FIG. 1 shows an example of an embodiment of the invention, in the form of a computer 100.
  • The computer 100 comprises a central unit 102 and a human-machine interface 104, for example a screen, a keyboard and a mouse.
  • The central unit 102 comprises a motherboard 106 and, connected to the motherboard 106, two Xeon X5570 (registered trademark) processors 108, a BIOS memory 110, a random access memory 112 and a storage memory 114, such as a hard disk. The processors 108 are thus capable of executing the instructions recorded in the BIOS memory 110 and the random access memory 112, and of reading or writing data recorded in the storage memory 114.
  • In the example shown in FIG. 1, each processor 108 comprises four computing cores 116 for executing instruction threads. Each processor 108 is capable of operating selectively in single-threading mode, in which each computing core 116 is capable of executing a single instruction thread at a time and appears, in particular for the operating system, in the form of a single logic processor, or in hyper-threading mode, in which each computing core 116 is capable of executing two instruction threads at a time in an interlaced manner, and appears, in particular for the operating system, in the form of two logic processors.
  • A BIOS 118 is recorded in the BIOS memory 110. The BIOS 118 can be configured, by means of a predetermined configuration parameter, to start the processors 108 in single-threading mode or in hyper-threading mode. In the latter case, the BIOS 118 is configured so as to start two logic processors for each computing core 116, respectively called first and second logic processors. In single-threading mode, the BIOS 118 starts only the first logic processor.
  • In addition, the BIOS 118 complies with the ACPI (“Advanced Configuration and Power Interface”) standard. This standard specifies in particular that the execution of the BIOS 118 must create a list of logic processors present, i.e. those that were started. This list is created in a table, called MADT table (“Multiple APIC Description Table”) recorded in the random access memory 112 and intended to be read by the operating system when it is being executed so that it is aware of the logic processors present. The MADT table further indicates, for each logic processor, whether the latter corresponds to the core of a single-core processor, to one of the cores of a multi-core processor, and/or to one of the logic cores of a physical core in hyper-threading mode. Thus, the MADT table gives the configuration of the processor(s) of the computer 100. On recent Intel (registered trademark) processors, this information is provided by the “cpuid” instruction.
  • The ACPI standard further specifies that the second logic processors of all of the computing cores 116 must be placed in the list after the first logic processors of all of the computing cores 116. Thus, the list includes a first half combining the first logic processors of the computing cores 116 and a second half combining the second logic processors of the computing cores 116.
  • An operating system 120 is recorded in the storage memory 114. The operating system 120 is in particular designed so as to provide, when it is executed by the computer 100, instruction threads to each computing core 116. In the example described, the operating system 120 complies with the Unix (registered trademark) standard. It is, for example, the Linux (registered trademark) operating system.
  • A shell-script 122, of which the code is provided in the appendix, is also recorded in the storage memory 114. The shell-script 122 is intended to configure the operating system 120 to go from the hyper-threading mode, or more generally the SMT mode, to a “simulated single-threading” mode, as will be explained below.
  • In reference to FIG. 2, we will now describe the operation of the computer 100. For the sake of simplicity, the aforementioned programs 118, 120 and 122 being executed, which are then processes, will include the reference of the program from which they have come and will be designated in the same way, i.e., respectively, BIOS 118, operating system 120 and shell-script 122.
  • In a step 200, the computer 100 is turned on.
  • In a step 202, the BIOS 118 is executed by the computer 100, with the BIOS 118 being configured so as to start each computing core 116 in hyper-threading mode.
  • Thus, in a step 204, the BIOS 118 starts two logic processors for each computing core 116, so that the computer 100 has sixteen logic processors in the example described.
  • In a step 206, the BIOS 118 creates, in the MADT table, the list of logic processors present, i.e. In the present case, of the sixteen logic processors started.
  • In a step 208, the BIOS 118 launches the operating system 120.
  • In a step 210, the operating system 120 reads, in the MADT table, the list of logic processors present.
  • In a step 212, the operating system 120 places all of the logic processors present in a list of logic processors available for scheduling, i.e. for distribution of the instruction threads between the processors of this list.
  • The “list of logic processors available for scheduling” should be understood as meaning any data set indicating, for each logic processor present in the MADT list, whether this logic processor should be used for the scheduling. The format of this data set is not therefore necessarily a data structure format in a “list”.
  • After this step 212, the computer 100 is thus configured by default in hyper-threading mode, in which the operating system 120 schedules the instruction threads between all of the logic processors present, i.e. between all of the logic processors of all of the computing cores 116 of the processors 108.
  • The instruction threads come, for example, from daemons started by the operating system 120 or application programs started by the user via the human-machine interface 104.
  • The computer 100 is in particular capable of optimally executing the programs optimized for the hyper-threading mode.
  • The user then wishes, for example, to launch a program, recorded in the storage memory 114, which is optimized not for the hyper-threading mode, but for the single-threading mode.
  • In this case, in a step 214, the user launches the shell-script 122 by means of the human-machine interface 104 to go into so-called “simulated single-threading” mode. For example, this user types “ht off” in response to a shell prompt.
  • In a step 216, the shell-script 122 then configures the operating system 120 being executed so that it provides each computing core 116 with a maximum of one instruction thread at a time, in spite of the fact that, owing to their hyper-threading configuration mode by the BIOS 118, the computing cores 116 are able to execute two instruction threads at a time. This is what is called “simulated single-threading” in the present description.
  • To this end, the shell-script 122 provides an instruction to the operating system 120 being executed to remove all of the logic processors except one of each computing core 116 from the list of logic processors available for scheduling.
  • In the present case, as the ACPI standard specifies that the first logic processor of each computing core 116 must appear first in the list of processors present, the shell-script 122 performs step 216 by providing an instruction to the operating system 120 to remove, from the list of logic processors available for scheduling, the logic processors of which the position in the list of logic processors present is greater than the number of computing cores 116 of the computer 100. In the case of hyper-threading, it concerns the logic processors that are positioned in the second half of the list of logic processors present.
  • In the example described, the shell-script 122 provides an instruction to remove, from the list of processors available for successive scheduling, each processor of the second half of the list of processors present.
  • It should be noted that the shell-script 122 can be used for any number of computing cores (and not only eight as in the example described) as soon as each of these computing cores 116 is configured from the BIOS 118 in hyper-threading mode.
  • The shell-script 122 provides an instruction to remove a logic processor. For a Linux operating system, this is performed by writing the value 0 in the file specific to the processor numbered X: /sys/devices/system/cpu/cpuX/online.
  • In response, the operating system 120 executes, successively for each logic processor that has to be removed from the list of logic processors available for scheduling, a series of steps 218, 220 and 222.
  • In step 218, the operating system 120 migrates the interruptions and the processes executed by a logic processor that has to be removed from the list of logic processors available for scheduling to other logic processors on this list.
  • In step 220, the operating system 120 stops the daemons specific to the logic processor that has to be removed.
  • In a step 222, the operating system 120 removes this logic processor from the list of processors available for scheduling, so that no more instruction threads are provided to it by the operating system 120.
  • When steps 218, 220 and 222 have been executed for all of the logic processors that have to be removed, the computer 100 is configured in simulated single-threading mode, so that the operating system 120 schedules all of the instruction threads on the logic processors of the first half of the list of logic processors present, i.e. only on the first logic processor of each computing core 116.
  • Thus, each computing core 116 only executes a maximum of one single instruction thread at a time.
  • The user can thus launch, in a step 224, the program optimized for single-threading mode, which is executed, in a step 226, with high performance, in spite of the configuration of the computing cores 116 in hyper-threading mode.
  • If, now, the user wishes to launch a program, for example recorded in the storage memory 114, that is optimized not for the single-threading mode but for the hyper-threading mode, it launches, in a step 228, the shell-script 122 by means of the human-machine interface 104 so as to return to “hyper-threading” mode. For example, this user types “ht on” upon a shell prompt.
  • In a step 230, the shell-script 122 then configures the operating system 120 being executed so that it can provide each computing core 116 with more than one instruction thread at a time.
  • To this end, the shell-script 122 provides an instruction to the operating system 120 being executed to add, to the list of logic processes available, all of the logic processors having been removed after step 216.
  • More specifically, in the example described, the shell-script 122 provides an instruction to successively add each logic processor appearing in the second part of the list of logic processors present.
  • In the example described, the shell-script 122 provides an instruction to add a logic processor. For a Linux operating system, this is done by writing the value 1 in the file specific to the processor numbered X: /sys/devices/system/cpu/cpuX/online.
  • In response, the operating system 120 executes, successively for each logic processor that has to be added to the list of processors available for scheduling, a series of steps 232 and 234.
  • In step 232, the operating system 120 adds a logic processor that has been removed after step 216 to the list of processors available for scheduling.
  • In step 234, the operating system 120 starts the daemons specific to the logic processor added to the previous step.
  • When steps 232 and 234 have been executed for all of the logic processors that have to be added, the computer 100 is configured in hyper-threading mode, so that the operating system 120 schedules the new instruction threads between all of the logic processors of all of the computing cores 116 of the processors 108.
  • The user can thus launch, in a step 236, the program optimized for the hyper-threading mode, which will be executed, in a step 238, with high performance.
  • The applications and services that dynamically take into account the number of logic processors available are automatically adapted to the new situation. The others are restarted, either manually by the user or by providing instructions in the shell-script 122 for restarting them.
  • More generally, in the embodiment shown in FIG. 2, when the computer 100 is configured in hyper-threading mode, steps 214 to 222 must be executed in order to configure it in simulated single-threading mode, and when the computer 100 is configured in simulated single-threading mode, steps 228 to 234 must be executed in order to configure it in hyper-threading mode.
  • It clearly appears that the invention is advantageous in that it makes it possible to execute, successively and effectively, two programs optimized for different modes, without requiring the computer 100 to be restarted.
  • It should also be noted that the invention is not limited to the embodiment described above. Indeed, a person skilled in the art will realize that various modifications may be made to the embodiment described above, in light of the teaching disclosed above.
  • In particular, the operating system might be designed so as to start by default in simulated single-threading mode.
  • A first way of doing this might be to modify the operating system so that, in step 212, the latter does not add all of the logic processors present, but only a single one for each computing core 116, for example by adding only the logic processors of the first half of the list of processors present.
  • A second way of doing this might be to have the shell-script 122 automatically executed by the operating system 120, for example before the user takes control, i.e. before the user can launch the programs or use the functions of the operating system.
  • Finally, it is possible to envisage implementing a new system service the function of which would be to activate the chosen mode. This would be started or stopped either manually or automatically upon each system runlevel change.
  • In addition, according to the invention, program types other than a shell-script can implement steps 216 to 222 and/or 230 to 234. In particular, these steps might be implemented by executing an executable binary program. Thus, this program constitutes a command enabling the user to implement the previous steps. In addition, they can be implemented by a library function called by a program, for example an application program, via a so-called API (Application Programming Interface). Thus, it would be possible to design a program optimized in one of the two modes that, as soon as it is launched, would call this function so as to configure the computer 100 in the mode promoting its execution.
  • In addition, in step 216, the shell-script 122 might give an instruction to remove, from the list of processors available for scheduling, the processors of the first half of the list of processors present. However, certain programs that consider the first logic processors still to be available would have the risk of no longer working.
  • In addition, the program implementing steps 216 to 222 and/or 230 to 243 might not use the numbering of the logic processors, but instead detect which correspond to a second logic processor of a core in multi-threading mode in order to activate or deactivate them. This detection can, for example, be performed using indications of the MADT table. This way of working is advantageous, for example, when the numbering of the logic processors in the MADT table does not comply with the APIC standard, or when the operating system does not take it into account.
  • In the claims below, the terms used must not be interpreted as limiting the claims to the embodiment disclosed in the present description, but must be interpreted as including all equivalents that the claims are intended to cover by means of their wording and that a person skilled in the art can produce by applying general knowledge to the embodiment of the teaching disclosed.
  • Annex: shell-script code 122
    # ht: script for going from the hyper-threading mode
    # to the simulated single-threading mode and the reverse
    usage( ) {
    echo ″Usage: ht [on \ off]″
    echo ″ht on # activates the hyper-threading mode″
    echo ″ht off # deactivates the hyper-threading mode″
    }
    set_ht( ) {
    # recording in NB the number
    # of processors present
    cd /sys/devices/systerm/cpu
    NB=′Is -d cpu* \ wc -w′
    # recording in NCORES the number of the last
    # processor of the first half
    # of processors present
    NCORES=′expr $NB / 2′
    # running through the processors present
    Is -d cpu* \ while read i
    do
     # recording in N the number of the processor
     # present in progress
     N= ′echo $i \ sed s/cpu//′
     # if the processor present in progress is in
     # the first half of the list
     # of processors present, then go on
     # to the next processor present
     if [ ″$N″ -It ″$NCORES″ ]
     then
      continue
     # otherwise, record in the file specific to the
     # processor present in progress, the value 1 if
     # ″ht on″ is launched, or the value 0 if
     if ″ht off″ is launched
     fi
     echo $1 > $i/online
    done
    }
    if [ ″$1″ = ″on″ ]
    then
    set_ht 1
    else
    if [ ″$1″ = ″off″ ]
    then
     set_ht 0
    else
     usage
     exit 2
    fi
    fi

Claims (14)

1.-10. (canceled)
11. A method for configuring a computer system, the computer system including one or more computing cores for executing instruction threads, in which the one or more computing cores is initially configured in a simultaneous multi-threading mode for executing at least two instruction threads at a time in an interlaced manner, and an operating system providing instruction threads to each of the one or more computing cores, the method for configuring a computer system comprising:
executing the operating system on the computer system; and
dynamically configuring the computer system, while the operating system is being executed on the computer system, in a first mode in which an instruction is sent to the operating system so that the operating system provides, to each of the one or more computing cores, a maximum of one instruction thread at a time, while each of the one or more computing cores remains configured in the simultaneous multi-threading mode.
12. The method for configuring a computer system according to claim 11, further comprising:
while the computer system, on which the operating system is being executed, is configured in the first mode, in which the operating system is instructed to provide each of the one or more computing cores with a maximum of one instruction thread at a time, configuring the computer system in a second mode, different from the first mode, by sending an instruction to the operating system so that the operating system provides, to each of the one or more computing cores, more than one instruction thread at a time.
13. The method for configuring a computer system according to claim 11,
wherein each of the one or more computing cores is designed so as to provide the operating system being executed with as many logic processors as there are instruction threads that each of the one or more computing cores can execute at a time in an interlaced manner,
wherein the operating system being executed comprises a list of logic processors available for scheduling the instruction threads, in which list all of the logic processors of each of the one or more computing cores are located, and
wherein the method further comprises, for configuring the operating system being executed so that the operating system provides each of the one or more said computing cores with a maximum of one instruction thread at a time, a step of transmitting, to the operating system being executed, an instruction to remove all of the logic processors except for one of each of the one or more computing cores from the list of logic processors available for scheduling.
14. The method for configuring a computer system according to claim 12, further comprising:
for configuring the computer system in the mode wherein the operating system provides each of the one or more computing cores with more than one instruction thread at a time, a step
of transmitting, to the operating system being executed, an instruction to add, to the list of logic processors available for scheduling, all of the logic processors that were removed from it.
15. The method for configuring a computer system according to claim 11,
wherein the computer system comprises, as a computing core or cores, only one or more of said computing cores configured in the simultaneous multi-threading mode.
16. The method for configuring a computer system according to claim 11, wherein each of the one or more computing cores is configured in the simultaneous multi-threading mode so as to be capable of executing exactly two instruction threads at a time in an interlaced manner.
17. A non-transitory computer-readable medium upon which is embodied a sequence of programmed instructions capable of being executed by a processor that, when executed by said processor, cause said processor to perform steps of a configuration method for configuring a computer system,
wherein said computer system includes
one or more computing cores for executing instruction threads, wherein each of the one or more computing cores is initially configured in a simultaneous multi-threading mode for executing at least two instruction threads at a time in an interlaced manner, and
an operating system, which provides instruction threads to each of the one or more computing cores,
the method comprising:
executing the operating system on the computer system and
dynamically configuring the computer system, while the operating system is being executed on the computer system, in a first mode in which an instruction is sent to the operating system so that the operating system provides, to each of the one or more computing cores, a maximum of one instruction thread at a time, while each said of the one or more computing cores remains configured in the simultaneous multi-threading mode.
18. The non-transitory computer-readable medium according to claim 17, wherein said instructions are provided in the form of a shell-script.
19. The non-transitory computer-readable medium according to claim 17, wherein said instructions are provided in the form of at least one function of a computer library intended to be called by another program.
20. The method for configuring a computer system according to claim 11, wherein the operating system is a Linux operating system.
21. A computer system comprising:
one or more computing cores for executing instruction threads, wherein each of the one or more computing cores is initially configured in a simultaneous multi-threading mode for executing at least two instruction threads at a time in an interlaced manner;
a memory in which an operating system is stored, wherein said operating system, when executed by the computer system, provides instruction threads to each of the one or more computing cores; and
a memory in which a sequence of programmed instructions is stored, said instructions including instructions which, when executed by the computer system while the operating system is being executed by the computer system, dynamically configure the computer system in a first mode in which an instruction is sent to the operating system so that the operating system provides each of the one or more computing cores with a maximum of one instruction thread at a time, while each of the one or more computing cores remains configured in the simultaneous multi-threading mode.
22. The computer system according to claim 21, wherein the computer system is configurable in a second mode, different from the first mode, by sending an instruction to the operating system so that the operating system provides, to each of the one or more computing cores, more than one instruction thread at a time.
23. The computer system according to claim 21, wherein the operating system is a Linux operating system.
US15/988,551 2010-03-11 2018-05-24 Method for configuring an it system, corresponding computer program and it system Abandoned US20180267829A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US15/988,551 US20180267829A1 (en) 2010-03-11 2018-05-24 Method for configuring an it system, corresponding computer program and it system

Applications Claiming Priority (5)

Application Number Priority Date Filing Date Title
FR1051758 2010-03-11
FR1051758A FR2957433B1 (en) 2010-03-11 2010-03-11 METHOD FOR CONFIGURING A COMPUTER SYSTEM, CORRESPONDING COMPUTER PROGRAM AND COMPUTER SYSTEM
PCT/FR2011/050489 WO2011110790A1 (en) 2010-03-11 2011-03-10 Method for configuring an it system, corresponding computer program and it system
US201213583921A 2012-11-21 2012-11-21
US15/988,551 US20180267829A1 (en) 2010-03-11 2018-05-24 Method for configuring an it system, corresponding computer program and it system

Related Parent Applications (2)

Application Number Title Priority Date Filing Date
US13/583,921 Continuation US10007553B2 (en) 2010-03-11 2011-03-10 Method for configuring an it system, corresponding computer program and it system
PCT/FR2011/050489 Continuation WO2011110790A1 (en) 2010-03-11 2011-03-10 Method for configuring an it system, corresponding computer program and it system

Publications (1)

Publication Number Publication Date
US20180267829A1 true US20180267829A1 (en) 2018-09-20

Family

ID=42830798

Family Applications (2)

Application Number Title Priority Date Filing Date
US13/583,921 Active 2033-11-18 US10007553B2 (en) 2010-03-11 2011-03-10 Method for configuring an it system, corresponding computer program and it system
US15/988,551 Abandoned US20180267829A1 (en) 2010-03-11 2018-05-24 Method for configuring an it system, corresponding computer program and it system

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US13/583,921 Active 2033-11-18 US10007553B2 (en) 2010-03-11 2011-03-10 Method for configuring an it system, corresponding computer program and it system

Country Status (6)

Country Link
US (2) US10007553B2 (en)
EP (1) EP2545449B1 (en)
JP (1) JP5678347B2 (en)
BR (1) BR112012021892A2 (en)
FR (1) FR2957433B1 (en)
WO (1) WO2011110790A1 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5894496B2 (en) * 2012-05-01 2016-03-30 ルネサスエレクトロニクス株式会社 Semiconductor device
US11579944B2 (en) * 2018-11-14 2023-02-14 Intel Corporation System, apparatus and method for configurable control of asymmetric multi-threading (SMT) on a per core basis
US11055094B2 (en) * 2019-06-26 2021-07-06 Intel Corporation Heterogeneous CPUID spoofing for remote processors

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060242442A1 (en) * 2005-04-20 2006-10-26 International Business Machines Corporation Method, apparatus, and product for an efficient virtualized time base in a scaleable multi-processor computer
US20070266224A1 (en) * 2006-05-02 2007-11-15 Fujitsu Siemens Computers Gmbh Method and Computer Program Product for Executing a Program on a Processor Having a Multithreading Architecture
US20070283137A1 (en) * 2006-06-01 2007-12-06 Charles Marion Ueltschey Method and system for multi-processor initialization in information handling systems

Family Cites Families (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7487504B2 (en) * 2002-02-06 2009-02-03 International Business Machines Corporation Thread dispatch for multiprocessor computer systems
US6886081B2 (en) * 2002-09-17 2005-04-26 Sun Microsystems, Inc. Method and tool for determining ownership of a multiple owner lock in multithreading environments
US20040123078A1 (en) * 2002-12-24 2004-06-24 Hum Herbert H Method and apparatus for processing a load-lock instruction using a scoreboard mechanism
US7543294B2 (en) * 2002-12-26 2009-06-02 Nokia Corporation Dynamic priority inheritance algorithm for scheduling dynamic configurable devices
US7657893B2 (en) * 2003-04-23 2010-02-02 International Business Machines Corporation Accounting method and logic for determining per-thread processor resource utilization in a simultaneous multi-threaded (SMT) processor
US7496915B2 (en) * 2003-04-24 2009-02-24 International Business Machines Corporation Dynamic switching of multithreaded processor between single threaded and simultaneous multithreaded modes
WO2005001621A2 (en) * 2003-06-04 2005-01-06 The Trustees Of The University Of Pennsylvania Ndma scalable archive hardware/software architecture for load balancing, independent processing, and querying of records
US7971205B2 (en) * 2005-12-01 2011-06-28 International Business Machines Corporation Handling of user mode thread using no context switch attribute to designate near interrupt disabled priority status
JP2007317171A (en) * 2006-04-27 2007-12-06 Matsushita Electric Ind Co Ltd Multi-thread computer system and multi-thread execution control method
US8032737B2 (en) * 2006-08-14 2011-10-04 Marvell World Trade Ltd. Methods and apparatus for handling switching among threads within a multithread processor
US9715411B2 (en) * 2014-02-05 2017-07-25 International Business Machines Corporation Techniques for mapping logical threads to physical threads in a simultaneous multithreading data processing system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060242442A1 (en) * 2005-04-20 2006-10-26 International Business Machines Corporation Method, apparatus, and product for an efficient virtualized time base in a scaleable multi-processor computer
US20070266224A1 (en) * 2006-05-02 2007-11-15 Fujitsu Siemens Computers Gmbh Method and Computer Program Product for Executing a Program on a Processor Having a Multithreading Architecture
US20070283137A1 (en) * 2006-06-01 2007-12-06 Charles Marion Ueltschey Method and system for multi-processor initialization in information handling systems

Also Published As

Publication number Publication date
JP5678347B2 (en) 2015-03-04
JP2013522710A (en) 2013-06-13
FR2957433B1 (en) 2016-01-15
EP2545449A1 (en) 2013-01-16
FR2957433A1 (en) 2011-09-16
WO2011110790A1 (en) 2011-09-15
US10007553B2 (en) 2018-06-26
US20130067482A1 (en) 2013-03-14
BR112012021892A2 (en) 2023-11-21
EP2545449B1 (en) 2020-08-12

Similar Documents

Publication Publication Date Title
US9396028B2 (en) Scheduling workloads and making provision decisions of computer resources in a computing environment
US7698540B2 (en) Dynamic hardware multithreading and partitioned hardware multithreading
US9436510B2 (en) System and method for managing the interleaved execution of threads
US20070150895A1 (en) Methods and apparatus for multi-core processing with dedicated thread management
RU2661788C2 (en) Address extension and reduction in the multi-thread computer system
US20070006228A1 (en) System and method to optimize OS context switching by instruction group trapping
TW202207024A (en) Methods, apparatus, and instructions for user-level thread suspension
US20070204271A1 (en) Method and system for simulating a multi-CPU/multi-core CPU/multi-threaded CPU hardware platform
JP5673672B2 (en) Multi-core processor system, control program, and control method
US20180267829A1 (en) Method for configuring an it system, corresponding computer program and it system
US10983847B2 (en) Dynamically loadable unikernel binaries
CN110308982B (en) Shared memory multiplexing method and device
CN114168271B (en) Task scheduling method, electronic device and storage medium
US9886327B2 (en) Resource mapping in multi-threaded central processor units
CN115033352A (en) Task scheduling method, device and equipment for multi-core processor and storage medium
JP2021057007A (en) Methods of hardware and software coordinated opt-in to advanced features on hetero isa platforms
US20130104141A1 (en) Divided central data processing,
US7913018B2 (en) Methods and apparatus for halting cores in response to system management interrupts
CN112965755B (en) Initialization method and device of multi-core processor, electronic equipment and storage medium
US20220129327A1 (en) Latency sensitive workload balancing
US20140298352A1 (en) Computer with plurality of processors sharing process queue, and process dispatch processing method
US20060156291A1 (en) System and method for managing processor execution in a multiprocessor system
US20110231637A1 (en) Central processing unit and method for workload dependent optimization thereof
JP2019179414A (en) Information processing device
CN104424027B (en) Thread operation method and device

Legal Events

Date Code Title Description
AS Assignment

Owner name: BULL SAS, FRANCE

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:BRU, XAVIER;GARRIGUES, PHILIPPE;WELTERLEN, BENOIT;REEL/FRAME:045896/0113

Effective date: 20120110

STPP Information on status: patent application and granting procedure in general

Free format text: NON FINAL ACTION MAILED

STPP Information on status: patent application and granting procedure in general

Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER

STPP Information on status: patent application and granting procedure in general

Free format text: NON FINAL ACTION MAILED

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION