• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 362
  • 118
  • 102
  • 40
  • 25
  • 18
  • 8
  • 8
  • 6
  • 6
  • 5
  • 5
  • 4
  • 3
  • 2
  • Tagged with
  • 822
  • 295
  • 135
  • 84
  • 80
  • 79
  • 77
  • 65
  • 62
  • 62
  • 60
  • 58
  • 55
  • 55
  • 54
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
41

ProLAS: a Novel Dynamic Load Balancing Library for Advanced Scientific Computing

Krishnan, Manoj Kumar 13 December 2003 (has links)
Scientific and engineering problems are often large, complex, irregular and data-parallel. The performance of many parallel applications is affected by factors such as irregular nature of the problem, the difference in processor characteristics and runtime loads, the non-uniform distribution of data, and the unpredictable system behavior. These factors give rise to load imbalance. In general, in order to achieve high performance, dynamic load balancing strategies are embedded into solution algorithms. Over time, a number of dynamic load balancing algorithms have been implemented into software tools and successfully used in scientific applications. However, most of these dynamic load balancing tools use an iterative static approach that does not address irregularities during the application execution, and the scheduling overhead incurred is high. During the last decade, a number of dynamic loop scheduling strategies have been proposed to address causes of load imbalance in scientific applications running in parallel and distributed environments. However, there is no single strategy that works well for all scientific applications, and it is up to the user to select the best strategy and integrate it into the application. In most applications using dynamic load balancing, the load balancing algorithm is directly embedded in the application, with close coupling between the data structures of the application and the load balancing algorithm. This typical approach leads to two disadvantages. First, the integration of each newly developed load balancing algorithm into the application needs to be performed from scratch. Second, it is unlikely that the user has incorporated the optimal load balancing algorithm into the application. Moreover, in a certain application (of various problem sizes and number of processors), it is difficult to assess in advance the advantage of incorporating one load balancing algorithm versus another. To overcome these drawbacks, there is a need for developing an application programming interface (API) for dynamic load balancing scientific applications using the recently developed dynamic loop scheduling algorithms. This thesis describes the design and development of such an API, called ProLAS, which is scalable, and independent of data structures of a host application. ProLAS performance is evaluated theoretically and experimentally (after being used in scientific applications). A qualitative and quantitative analysis of ProLAS is presented by comparing its performance with the state of the art technology in dynamic load balancing tools (e.g. CHARM++ library) for parallel applications. The analysis of the experimental results of using ProLAS in a few scientific aplications indicate that it consistently outperforms the existing technology in dynamic load balancing.
42

LB_Migrate: A DYNAMIC LOAD BALANCING LIBRARY FOR SCIENTIFIC APPLICATIONS

Chaube, Rohit Kailash 15 December 2007 (has links)
Parallel and distributed environments are used to solve large scientific and engineering problems that often are irregular and data parallel. However, performance of many parallel applications is affected by computation overheads, communication time and load imbalance. Among these factors, load imbalance is caused by the irregular nature of the problem, its algorithm, the difference in processor characteristics, and runtime loads. A number of applications achieve load balancing by one-time assignment of task. However, a number of applications have workloads that are unpredictable, and vary over the course of their execution. For such type of applications, load balancing is achieved by dynamic assignment of tasks at runtime. A large group of scientific applications has parallel loops as major source of concurrency. However, due to the irregular execution times of the loops, it is difficult to achieve optimal performance without dynamic load balancing. There are number of dynamic load balancing tools and libraries have been developed for different kind of applications. However these libraries fail to address all three degradation factors i.e. problem, algorithmic, and systemic. In this thesis a dynamic load balancing library called LB_Migrate is presented which addresses the degradation factors in application with parallel loops. The library provides a range of dynamic scheduling techniques and data migration strategies to achieve effective load balancing. It is designed to be independent of the host application data structure hence providing the flexibility to be used with different applications. The analysis of the experimental results using LB_Migrate with different applications indicates consistent performance improvement, and low overhead cost by the use of the library.
43

Human Control in a Balancing Task

Arumukhom Revi, Dheepak January 2017 (has links)
No description available.
44

Alliansen: Samarbete och maktkamp

Rosenlöf, Jens January 2007 (has links)
Denna studie behandlar de statliga intressen som bidrar till att Nato fortsätter att vara en attraktiv institution för stater, då hotet den bildades för att möta har försvunnit. Jag har utgått ifrån min hypotes att det finns varierande intressen hos staterna beroende på deras kapacitet och maktposition i systemet, som gör det lönsamt för staterna att fortsätta verka inom institutionen. I studien används realismen för att finna och identifiera dessa intressen hos USA, Frankrike och Polen som alla är medlemmar av Nato, men även den liberala institutionalismen avvänds som ett komplement till realismen. Mina resultat bekräftade min hypotes om staternas egenintressen i organisationen, och visade att Nato främst är en arena för staterna att utöva och utöka sin makt och sitt inflytande över andra stater. I USA:s fall handlar det om att fördröja och kanske förhindra att ett europeiskt försvarssamarbete tar form och utvecklar kapacitet att utmana deras unipolära ställning. De två andra staterna har valt att två olika hållningar mot USA, där Frankrike använder sig utav balancing för att begränsa USA:s inflytande och Polen använder sig utav en bangwagoning strategi gentemot USA, för att vinna fördelar. / This essay considers the national interests of the states who are members in NATO and their incitement to continue their membership, though the threat that the alliance was formed to counter has dissolved. With a starting point in my theory I have derived a hypothesis that there are self – centred interests of the states that would explain the persistence of Nato, and these interests varies between the states because of their different capacities and power position. For this study I have used the realist theory to find and identify these self – centred interests within USA, France and Poland who all are members of NATO. I have also used the liberal institutional theory to complement the realist theory. As a result of this essay I found that my hypothesis was valid, and showed that NATO was primarily an arena for the states to exercise and pursue power and influence. I found that the US interest in NATO primary concerns the possibility to delay or prevent the Europeans to adapt a European security organisation that might challenge the US unipolar position. France and Poland has adopted different strategies against the US. France has adopted a balancing strategy to oppose the US, while Poland is bandwagoning with the US to gain some advantages.
45

Multi-GPU Load Balancing for Simulation and Rendering

Hagan, Robert Douglas 04 August 2011 (has links)
GPU computing can significantly improve performance by taking advantage of massive parallelism of GPUs for data parallel applications. Computation in visualization applications is suitable for parallelization on the GPU, which can improve performance and interactivity in these applications. If used effectively, multiple GPUs can lead to a significant speedup over a single GPU. However, the use of multiple GPUs requires memory management, scheduling, and load balancing to ensure that a program takes full advantage of available processors. This work presents methods for data-driven and dynamic multi-GPU load balancing using a pipelined approach and a framework for use with different applications. Data-driven load balancing can improve utilization for applications by taking into account past performance for different combinations of input parameters. The dynamic load balancing method based on buffer fullness can adjust to workload changes at runtime to gain an additional performance improvement. This work provides a framework for load balancing to account for differing characteristics of applications. Implementation of a multi-GPU data structure allows for use of these load balancing methods in the framework. The effectiveness of the framework is demonstrated with performance results from interactive visualization that shows a significant speedup due to load balancing. / Master of Science
46

L'alliance américaine - clé de la politique orientale polonaise (1989-2008) / The American alliance as the key to Polish eastern policy (1989-2008)

Zdrojewski, David 17 December 2013 (has links)
En établissant une relation entre une stratégie d’alliance et la mise en œuvre d’une politique étrangère dans un espace géographique limité, l’auteur entend interpréter des intentions (géo)politiques et place son étude en discussion avec les travaux théoriques centrés sur les rapports de force. Il reconstruit le contexte de la décision polonaise de faire alliance avec les Etats-Unis et montre l’importance de savoir si les comportements d’alliance et d’alignement sont connectés dans la logique des alliances ou si ce sont deux catégories exclusives l’une de l’autre. Il propose ensuite une relecture de la politique orientale polonaise en prenant notamment en compte l’histoire de la Pologne ainsi que les conceptions de ses élites dirigeantes afin de montrer que la stratégie d’alliance avec les Etats-Unis peut être comprise comme l’instrument privilégié de la politique orientale polonaise. Enfin, il identifie les paramètres qui permettent à la fois de corroborer l’existence d’une alliance polono-américaine opérante dans l’espace post-soviétique et d’estimer sa durabilité. Le cas polonais montre qu’il ne faut pas considérer tous les Etats comme s’ils étaient des puissances satisfaites qui cherchent surtout à maximiser leur sécurité plutôt que leur puissance, et qu’il est indispensable de penser le phénomène des alliances (géo)politiquement, historiquement, mais aussi culturellement pour être en mesure d’éviter le piège des faux paradigmes dont sont porteurs des discours construits a posteriori. / By establishing a connection between an alliance strategy and the implementation of a foreign policy in a limited geographical area, the author means to interpret (geo)political intentions and place his study in the context of theoretical works focussing on balance of power. He recontextualises the Polish decision to establish an alliance with the United States and shows the importance of knowing whether alliance and alignment behaviours are connected in the logic of alliances or whether they are two mutually exclusive categories. He then proposes to reconsider Polish eastern policy, paying particular attention to the history of Poland and the thinking of its ruling elites in order to demonstrate that the strategy of alliance with the United States can be regarded as the main instrument of Polish eastern policy. Finally, he identifies the parameters that make it possible both to confirm the existence of a Polish-American alliance operating within the post-Soviet area and to estimate its durability. The example of Poland shows that not all States can be regarded as self-satisfied powers mainly striving to maximise their security rather than their power and that the phenomenon of alliances must be considered in (geo-)political and historical, but also cultural terms in order to avoid the trap of false paradigms to which post facto discourses are prone.
47

GRAPHICAL MODELING AND SIMULATION OF A HYBRID HETEROGENEOUS AND DYNAMIC SINGLE-CHIP MULTIPROCESSOR ARCHITECTURE

Zheng, Chunfang 01 January 2004 (has links)
A single-chip, hybrid, heterogeneous, and dynamic shared memory multiprocessor architecture is being developed which may be used for real-time and non-real-time applications. This architecture can execute any application described by a dataflow (process flow) graph of any topology; it can also dynamically reconfigure its structure at the node and processor architecture levels and reallocate its resources to maximize performance and to increase reliability and fault tolerance. Dynamic change in the architecture is triggered by changes in parameters such as application input data rates, process execution times, and process request rates. The architecture is a Hybrid Data/Command Driven Architecture (HDCA). It operates as a dataflow architecture, but at the process level rather than the instruction level. This thesis focuses on the development, testing and evaluation of a new graphic software (hdca) developed to first do a static resource allocation for the architecture to meet timing requirements of an application and then hdca simulates the architecture executing the application using statically assigned resources and parameters. While simulating the architecture executing an application, the software graphically and dynamically displays parameters and mechanisms important to the architectures operation and performance. The new graphical software is able to show system and node level dynamic capability of the HDCA. The newly developed software can model a fixed or varying input data rate. The model also allows fault tolerance analysis of the architecture.
48

Topics in u-line balancing /

Sparling, David Hamilton. January 1997 (has links)
Thesis (Ph.D.) -- McMaster University, 1997. / Includes bibliographical references. Also available via World Wide Web.
49

Kontrola vyvážení klikového mechanismu maloobjemového traktorového motoru / Cranktrain Balancing Analysis of Low-displacement Tractor Engine

Svoboda, Radim January 2013 (has links)
The purpose of this thesis is determinate the forces in crankshaft mechanism acting on new design engine from company Zetor, assessment of the state of balance, design modifications balancing units, calculation of modal analysis, stress analysis and strain control. The content of the work is the creation of technical documentation for the newly modified balancer shafts.
50

Pevnostně deformační analýza uložení vyvažovacího hřídele / Stress-strain Analysis of Balancing Shaft Support

Král, Martin January 2014 (has links)
Subject of this master's thesis is to design a control screw connection balance mass and shaft. It is the task of the stress - strain analysis balancer shaft in the FEM system, evaluation of the obtained results and possible design modifications.

Page generated in 0.0741 seconds