Academic literature on the topic 'Système multiprogramme'

Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles

Select a source type:

Consult the lists of relevant articles, books, theses, conference reports, and other scholarly sources on the topic 'Système multiprogramme.'

Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.

You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.

Journal articles on the topic "Système multiprogramme"

1

Eyerman, Stijn, Pierre Michaud, and Wouter Rogiest. "Multiprogram Throughput Metrics." ACM Transactions on Architecture and Code Optimization 11, no. 3 (2014): 1–26. http://dx.doi.org/10.1145/2663346.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Smirnov, N. V. "A complete-order hybrid identifier for multiprogrammed stabilization." Automation and Remote Control 67, no. 7 (2006): 1051–61. http://dx.doi.org/10.1134/s0005117906070046.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

MEHRA, PANKAJ, and BENJAMIN W. WAH. "Automated learning of load-balancing strategies in multiprogrammed distributed systems." International Journal of Systems Science 28, no. 11 (1997): 1077–99. http://dx.doi.org/10.1080/00207729708929470.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Kapur, Deepak, Victor L. Winter, and Raymond S. Berg. "Designing a Controller for a Multi-Train Multi-Track System1 1This work was supported by the United States Department of Energy under Contract DEAC04-94AL85000. Sandia is a multiprogram laboratory operated by Sandia Corporation, a Lockheed Martin Company, for the United States Department of Energy." Electronic Notes in Theoretical Computer Science 50, no. 1 (2001): 65–79. http://dx.doi.org/10.1016/s1571-0661(04)00166-5.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Navarro-Torres, Agustín, Jesús Alastruey-Benedé, Pablo Ibáñez, and Víctor Viñals-Yúfera. "BALANCER: bandwidth allocation and cache partitioning for multicore processors." Journal of Supercomputing, February 4, 2023. http://dx.doi.org/10.1007/s11227-023-05070-0.

Full text
Abstract:
AbstractThe management of shared resources in multicore processors is an open problem due to the continuous evolution of these systems. The trend toward increasing the number of cores and organizing them in clusters sets out new challenges not considered in previous works. In this paper, we characterize the use of the shared cache and memory bandwidth of an AMD Rome processor executing multiprogrammed workloads and propose several mechanisms that control the use of these resources to improve the system performance and fairness. Our control mechanisms require no hardware or operating system modifications. We evaluate Balancer on a real system running SPEC CPU2006 and CPU2017 applications. Balancer tuned for performance shows an average increase of 7.1% in system performance and an unfairness reduction of 18.6% with respect to a system without any control mechanism. Balancer tuned for fairness decreases the performance by 1.3% in exchange for a 64.5% reduction of unfairness.
APA, Harvard, Vancouver, ISO, and other styles

Dissertations / Theses on the topic "Système multiprogramme"

1

Kwong, Peter W. T. (Peter Wai-Tong) 1963 Carleton University Dissertation Engineering Systems and Computer. "Management of I/O in multiprogrammed parallel systems." Ottawa.:, 1996.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
2

SCHINDLER, PAULO HENRIQUE DE ANDRADE PINTO. "TOOTISYS: A TOOL FOR PERFORMANCE ANALYSIS OF STRONGLY COUPLED, MULTIPROGRAMMED MULTPROCESSOR SYSTEMS." PONTIFÍCIA UNIVERSIDADE CATÓLICA DO RIO DE JANEIRO, 1992. http://www.maxwell.vrac.puc-rio.br/Busca_etds.php?strSecao=resultado&nrSeq=14019@1.

Full text
Abstract:
CONSELHO NACIONAL DE DESENVOLVIMENTO CIENTÍFICO E TECNOLÓGICO<br>A proliferação de arquiteturas paralelas torna cada vez mais necessário o desenvolvimento de métodos e a construção de ferramentas que utilizem estes métodos na análise / predição do desempenho de aplicações (programas) executadas em arquiteturas existentes ou em fase de projeto. Uma classe muito importante de arquiteturas paralelas é a das arquiteturas multiprocessadas. Essa classe permite explorar o paralelismo existente dentro do código dos programas: os programas são divididos em unidades menores (tarefas) que são executadas concorrentemente nos diversos processadores da arquitetura. Esta dissertação apresenta uma ferramenta - Tootisys - para modelagem de arquiteturas multiprocessadas onde os processadores compartilham uma memória global e onde diversos programas são executados ao mesmo tempo. Os programas são restritos ao tipo CPU-bound e são representados através de grafos de tarefas acíclicos e dirigidos. A arquitetura é descrita através dos tempos característicos dos seus processadores e através de uma função que fornece retardo no acesso à memória global. Tootisys permite modelar sistemas que apresentam disputa por processador tanto a nível de tarefas quanto a nível de programas e sistemas onde tarefas múltiplas podem ser executadas simultaneamente em cada processador. O algoritmo utilizado por Tootistys na análise de desempenho de um sistema concorrente é iterativo. Este algoritmo monstrou-se bastante eficiente em termos computacionais tendo apresentado rápida convergência para valores finais em todos os casos analisados. Esta dissertação também apresenta o projeto e a implementação da interface gráfica do Tootisys. A interface construída é uma variação do tipo manipulação direta, possuindo ainda características de interfaces tipo seleção por menu. A interface obtida é eficiente, pouco sujeita a erros cometidos por usuários e fácil de usar, aprender e memorizar. Como esta interface foi implementada em C e segue o padrão X11, espera-se que Tootisys possa ser facilmente adaptado para executar em diversas máquinas.<br>The proliferation of parallel architectures demands the development of methods and the construction of tools that use these methods in the performance analysis prediction of applications (programs) running in architectures which are already in use or still being designed. A very important class of parallel architecture is called multiprocessors. This class allows the exploration of the parallelism that exist within the program`s code: programs are partitioned into smaller units (tasks) that execute concurrently in the processors of the architecture. This dissertation presents a tool - Tootisys - for modeling multiprocessors where processors share a global memory and where several programs execute at the same time. Programs are restricted to be CPU-bound and are represented by direct acyclic task graphs. The architecture is described by the time parameters of its processors and by a function that gives the delay in the access to the global memory. Tootisys allows the modeling of system where processors are disputed by tasks or programs and where multiple tasks can execute at the same time in each professor. The algorithm used by tootisys in the analysis of a concurrent system is iterative. This algorithm has pointed out to very computationally efficient: it has rapidly converged to final values in all cases studied. This dissertation also presents the graphic interface project of Tootisys and its implementation. Tootisys’s interface is a king of direct manipulation. However, some characteristcs of menu selection interfaces can also be found in it. The designed interface is efficient and minimizes error possibilities. Furthermore, it is easy to use, to learn and to remember. Since this interface was implemented in C and follows the X11 satandard, it is expected that Tootisys can be easily modifield to run in several machines.
APA, Harvard, Vancouver, ISO, and other styles

Books on the topic "Système multiprogramme"

1

Krakowiak, Sacha. Principles of operating systems. MIT Press, 1988.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
2

Sevcik, Kenneth C. Application scheduling and processor allocation in multiprogrammed parallel processing systems. Computer Systems Research Institute, University of Toronto, 1993.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
3

Principles of Operating Systems. Mit Pr, 1990.

Find full text
APA, Harvard, Vancouver, ISO, and other styles

Book chapters on the topic "Système multiprogramme"

1

Maheshwari, Piyush. "A Job Scheduling Strategy for Heterogeneous Multiprogrammed Systems." In Parallel Processing and Applied Mathematics. Springer Berlin Heidelberg, 2004. http://dx.doi.org/10.1007/978-3-540-24669-5_118.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Anderson, James H., Rohit Jain, and David Ott. "Wait-free synchronization in quantum-based multiprogrammed systems." In Lecture Notes in Computer Science. Springer Berlin Heidelberg, 1998. http://dx.doi.org/10.1007/bfb0056472.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Abawajy, J. H. "Parallel I/O Scheduling in Multiprogrammed Cluster Computing Systems." In Lecture Notes in Computer Science. Springer Berlin Heidelberg, 2003. http://dx.doi.org/10.1007/3-540-44864-0_23.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Kim, Dongwook, Eunjin Kim, and Joonwon Lee. "A Virtual Cache Scheme for Improving Cache-Affinity on Multiprogrammed Shared Memory Multiprocessors." In High Performance Computing Systems and Applications. Springer US, 1998. http://dx.doi.org/10.1007/978-1-4615-5611-4_25.

Full text
APA, Harvard, Vancouver, ISO, and other styles

Conference papers on the topic "Système multiprogramme"

1

Majumdar, S., D. L. Eager, and R. B. Bunt. "Scheduling in multiprogrammed parallel systems." In the 1988 ACM SIGMETRICS conference. ACM Press, 1988. http://dx.doi.org/10.1145/55595.55608.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Anderson, James H., and Mark Moir. "Wait-free synchronization in multiprogrammed systems." In the eighteenth annual ACM symposium. ACM Press, 1999. http://dx.doi.org/10.1145/301308.301341.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Smirnov, Nikolay. "Multiprogram control for dynamic systems." In the 2012 Joint International Conference. ACM Press, 2012. http://dx.doi.org/10.1145/2160749.2160773.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Kaplan, Scott F. "Collecting whole-system reference traces of multiprogrammed and multithreaded workloads." In the fourth international workshop. ACM Press, 2004. http://dx.doi.org/10.1145/974044.974080.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

LI, Keqin. "An efficient and effective performance evaluation method for multiprogrammed multiprocessor systems." In the 1997 ACM symposium. ACM Press, 1997. http://dx.doi.org/10.1145/331697.332336.

Full text
APA, Harvard, Vancouver, ISO, and other styles
6

Majumdar, S. "The performance of local and global scheduling strategies in multiprogrammed parallel systems." In Eleventh Annual International Phoenix Conference on Computers and Communication [1992 Conference Proceedings]. IEEE, 1992. http://dx.doi.org/10.1109/pccc.1992.200538.

Full text
APA, Harvard, Vancouver, ISO, and other styles
7

Shakhov, Yakov. "Multiprogram stabilization of equilibrium positions for a nonlinear dynamic system." In the 2012 Joint International Conference. ACM Press, 2012. http://dx.doi.org/10.1145/2160749.2160774.

Full text
APA, Harvard, Vancouver, ISO, and other styles
8

Koukis, E., and N. Koziris. "Memory and network bandwidth aware scheduling of multiprogrammed workloads on clusters of SMPs." In 12th International Conference on Parallel and Distributed Systems - (ICPADS'06). IEEE, 2006. http://dx.doi.org/10.1109/icpads.2006.59.

Full text
APA, Harvard, Vancouver, ISO, and other styles
9

Abawajy, J. H. "Parallel I/O Scheduling in the Presence of Data Duplication on Multiprogrammed Cluster Computing Systems." In IEEE International Conference on Computer Systems and Applications, 2006. IEEE, 2006. http://dx.doi.org/10.1109/aiccsa.2006.205228.

Full text
APA, Harvard, Vancouver, ISO, and other styles
10

Naritnik, T. N., A. G. Voitenko, V. V. Mironenko, V. I. Svatyev, E. Yu Levin, and O. M. Ibragimov. "The System Evrika-VVV for Multiprogram TV and Data Flows Transmission via Analog Radio Links." In 2007 17th International Crimean Conference - Microwave & Telecommunication Technology. IEEE, 2007. http://dx.doi.org/10.1109/crmico.2007.4368723.

Full text
APA, Harvard, Vancouver, ISO, and other styles
We offer discounts on all premium plans for authors whose works are included in thematic literature selections. Contact us to get a unique promo code!

To the bibliography