58,231 research outputs found

    DYNAMIC LOAD BALANCING IN CLOUD COMPUTING ENVIRONMENTS

    Get PDF
    ABSTRACT Advancements in computing and communication technologies have promoted acceptance of cloud computing paradigm in the domain of distributed and high performance computing systems. Because of fast revolutions and availability of state of the art computing technology, and increasing market competition, it has become necessity for service providers to serve the cloud based services in competent way. Well organized management of cloud computing resources is the key requirement of service providers for not only providing customer satisfaction but also earning higher revenues. Furthermore, the day by day increasing demands for cloud-based resources have made the job of resource allocation very difficult for service providers, it has become challenging for them to keep up with the SLAs. The notion of load balancing is solution for better management of resources in the cloud environments. This paper presents a load balancing algorithm to provide healthier resource allocation scheme

    Distributed Smart Decision-Making for a Multimicrogrid System Based on a Hierarchical Interactive Architecture

    Get PDF
    In this paper, a comprehensive real-time interactive energy management system (EMS) framework for the utility and multiple electrically coupled MGs is proposed. A hierarchical bi-level control scheme (BLCS) with primary and secondary level controllers is applied in this regard. The proposed hierarchical architecture consists of sub-components of load demand prediction, renewable generation resource integration, electrical power-load balancing, and responsive load demand. In the primary level, EMSs are operating separately for each microgrid (MG) by considering the problem constraints, power set-points of generation resources, and possible shortage or surplus of power generation in the MGs. In the proposed framework, minimum information exchange is required among MGs and the distribution system operator. It is a highly desirable feature in future distributed EMS. Various parameters such as load demand and renewable power generation are treated as uncertainties in the proposed structure. In order to handle the uncertainties, Taguchi's orthogonal array testing approach is utilized. Then, the shortage or surplus of the MGs power should be submitted to a central EMS in the secondary level. In order to validate the proposed control structure, a test system is simulated and optimized based on multiperiod imperialist competition algorithm. The obtained results clearly show that the proposed BLCS is effective in achieving optimal dispatch of generation resources in systems with multiple MGs

    GLB: Lifeline-based Global Load Balancing library in X10

    Full text link
    We present GLB, a programming model and an associated implementation that can handle a wide range of irregular paral- lel programming problems running over large-scale distributed systems. GLB is applicable both to problems that are easily load-balanced via static scheduling and to problems that are hard to statically load balance. GLB hides the intricate syn- chronizations (e.g., inter-node communication, initialization and startup, load balancing, termination and result collection) from the users. GLB internally uses a version of the lifeline graph based work-stealing algorithm proposed by Saraswat et al. Users of GLB are simply required to write several pieces of sequential code that comply with the GLB interface. GLB then schedules and orchestrates the parallel execution of the code correctly and efficiently at scale. We have applied GLB to two representative benchmarks: Betweenness Centrality (BC) and Unbalanced Tree Search (UTS). Among them, BC can be statically load-balanced whereas UTS cannot. In either case, GLB scales well-- achieving nearly linear speedup on different computer architectures (Power, Blue Gene/Q, and K) -- up to 16K cores
    • 

    corecore