• Documents
  • Authors
  • Tables
  • Log in
  • Sign up
  • MetaCart
  • DMCA
  • Donate

CiteSeerX logo

Advanced Search Include Citations

Tools

Sorted by:
Try your query at:
Semantic Scholar Scholar Academic
Google Bing DBLP
Results 1 - 10 of 52,790
Next 10 →

Efficient Resource Scheduling in Multiprocessors

by Soumen Chakrabarti - UNIVERSITY OF CALIFORNIA, BERKELEY , 1996
"... As multiprocessing becomes increasingly successful in scientific and commercial computing, parallel systems will be subjected to increasingly complex and challenging workloads. To ensure good job response and high resource utilization, algorithms are needed to allocate resources to jobs and to sch ..."
Abstract - Cited by 1 (0 self) - Add to MetaCart
As multiprocessing becomes increasingly successful in scientific and commercial computing, parallel systems will be subjected to increasingly complex and challenging workloads. To ensure good job response and high resource utilization, algorithms are needed to allocate resources to jobs

A Hyper-Heuristic Approach for Efficient Resource Scheduling in Grid

by S. Mary, Saira Bhanu, N. P. Gopalan
"... Abstract: Efficient execution of computations in grid can require mapping of tasks to processors whose performance is both irregular and time varying because of dy-namic nature. The task of mapping jobs to the available computing nodes or schedul-ing of the jobs on the grid is a NP complete problem. ..."
Abstract - Add to MetaCart
. They operate on the search space of heuristics instead of candidate solutions and can be applied to any optimization problem. This paper em-phasizes the use of Hyper-heuristics built on top of hybridized Metaheuristics to ef-ficiently and effectively schedule jobs onto available resources in a grid environment

Efficient Resource Scheduling for a Secondary Network in Shared Spectrum

by Matthew Clark, Konstantinos Psounis
"... Abstract—With limited opportunities to open up new unen-cumbered bands to mobile wireless services, interest in enhancing methods for sharing of spectrum between services is high. For example, the band 1695-1710 MHz is expected to be made available to 3GPP Long-Term Evolution cellular network up-lin ..."
Abstract - Add to MetaCart
. In this paper, we consider this specific spectrum sharing scenario as motivation and formulate an optimization framework for power control and time-frequency resource scheduling on the LTE uplink with an aggregate interference constraint. We design and propose a novel algorithm inspired by numerical solution

1 Energy Efficient Resource Scheduling through VM Consolidation in Cloud Computing

by Ahmad Fayyaz, Muhammad U. S. Khan, Samee U. Khan
"... Abstract — In modern computing paradigms, energy consumption is of foremost importance because it constitutes a major percentage of the operational expenses. Virtual Machines (VMs) are consolidated on a fewer number of servers to significantly reduce the overall power consumption. The idle servers a ..."
Abstract - Add to MetaCart
Abstract — In modern computing paradigms, energy consumption is of foremost importance because it constitutes a major percentage of the operational expenses. Virtual Machines (VMs) are consolidated on a fewer number of servers to significantly reduce the overall power consumption. The idle servers are then turned off by using Dynamic threshold Voltage Scaling (DTVS). The VM monitor checks for under-utilized, partially filled, over-utilized, and empty servers. The VM monitor then transfers the tasks to suitable servers for execution if subject to a set of constraints. As a result, many servers those were under-utilized get idle and are turned off by using DTVS to save power. Simulation results affirm our study and a substantial reduction is observed in the overall power consumption of the cloud data centers. Keywords- Virtual Machine, servers, cloud computing, consolidation I.

Lottery Scheduling: Flexible Proportional-Share Resource Management

by Carl A. Waldspurger, William E. Weihl , 1994
"... This paper presents lottery scheduling, a novel randomized resource allocation mechanism. Lottery scheduling provides efficient, responsive control over the relative execution rates of computations. Such control is beyond the capabilities of conventional schedulers, and is desirable in systems that ..."
Abstract - Cited by 480 (5 self) - Add to MetaCart
This paper presents lottery scheduling, a novel randomized resource allocation mechanism. Lottery scheduling provides efficient, responsive control over the relative execution rates of computations. Such control is beyond the capabilities of conventional schedulers, and is desirable in systems

Cluster Comput DOI 10.1007/s10586-014-0365-0 Data center energy efficient resource scheduling

by Junaid Shuja, Kashif Bilal, Sajjad Ahmad Madani, Samee U. Khan, J. Shuja, K. Bilal, S. A. Madani , 2013
"... (ICT) sector has grown exponentially in the recent years. An essential component of the ICT organizations is constituted by the data centers that are densely populated with redun-dant servers and communicational links to ensure the pro-vision of 99.99 % availability of services; a fact responsi-ble ..."
Abstract - Add to MetaCart
for the heavy energy consumption by data centers. For energy economy, the redundant elements can be powered off based on the current workload within the data center. We propose a Data Center-wide Energy-Efficient Resource Scheduling framework (DCEERS) that schedules data cen-ter resources according

RSVP: A New Resource Reservation Protocol

by Lixia Zhang, Stephen Deering, Deborah Estrin, Scott Shenker, et al. , 1993
"... Whe origin of the RSVP protocol can be traced back to 1991, when a team of network researchers, including myself, started playing with a number of packet scheduling algorithms on the DARTNET (DARPA Testbed NETwork), a network testbed made of open source, workstation-based routers. Because scheduling ..."
Abstract - Cited by 1005 (25 self) - Add to MetaCart
-state approach, two-way signaling message exchanges, receiver-based resource reservation, and being independent from all other related components in a QOS support architecture, such as flow-specification, admission control, scheduling algorithm, and routing. As stated in the article, “RSVP is primarily a vehicle

Scheduling Multithreaded Computations by Work Stealing

by Robert D. Blumofe , Charles E. Leiserson , 1994
"... This paper studies the problem of efficiently scheduling fully strict (i.e., well-structured) multithreaded computations on parallel computers. A popular and practical method of scheduling this kind of dynamic MIMD-style computation is “work stealing," in which processors needing work steal com ..."
Abstract - Cited by 568 (34 self) - Add to MetaCart
This paper studies the problem of efficiently scheduling fully strict (i.e., well-structured) multithreaded computations on parallel computers. A popular and practical method of scheduling this kind of dynamic MIMD-style computation is “work stealing," in which processors needing work steal

Trace Scheduling: A Technique for Global Microcode Compaction

by Joseph A. Fisher - IEEE TRANSACTIONS ON COMPUTERS , 1981
"... Microcode compaction is the conversion of sequential microcode into efficient parallel (horizontal) microcode. Local com-paction techniques are those whose domain is basic blocks of code, while global methods attack code with a general flow control. Compilation of high-level microcode languages int ..."
Abstract - Cited by 683 (5 self) - Add to MetaCart
into efficient horizontal microcode and good hand coding probably both require effective global compaction techniques. In this paper "trace scheduling" is developed as a solution to the global compaction problem. Trace scheduling works on traces (or paths) through microprograms. Compacting is thus done

Cilk: An Efficient Multithreaded Runtime System

by Robert D. Blumofe, Christopher F. Joerg, Bradley C. Kuszmaul, Charles E. Leiserson, Keith H. Randall, Yuli Zhou , 1995
"... Cilk (pronounced “silk”) is a C-based runtime system for multithreaded parallel programming. In this paper, we document the efficiency of the Cilk work-stealing scheduler, both empirically and analytically. We show that on real and synthetic applications, the “work” and “critical path ” of a Cilk co ..."
Abstract - Cited by 763 (33 self) - Add to MetaCart
Cilk (pronounced “silk”) is a C-based runtime system for multithreaded parallel programming. In this paper, we document the efficiency of the Cilk work-stealing scheduler, both empirically and analytically. We show that on real and synthetic applications, the “work” and “critical path ” of a Cilk
Next 10 →
Results 1 - 10 of 52,790
Powered by: Apache Solr
  • About CiteSeerX
  • Submit and Index Documents
  • Privacy Policy
  • Help
  • Data
  • Source
  • Contact Us

Developed at and hosted by The College of Information Sciences and Technology

© 2007-2019 The Pennsylvania State University