中文
相关论文

相关论文: On Optimal Server Allocation for Moldable Jobs wit…

200 篇论文

To improve the utility of learning applications and render machine learning solutions feasible for complex applications, a substantial amount of heavy computations is needed. Thus, it is essential to delegate the computations among several…

分布式、并行与集群计算 · 计算机科学 2022-04-29 Homa Esfahanizadeh , Alejandro Cohen , Muriel Medard

A heterogeneous architecture composed by a host and an accelerator must frequently deal with situations where several independent tasks are available to be offloaded onto the accelerator. These tasks can be generated by concurrent…

分布式、并行与集群计算 · 计算机科学 2018-07-03 A. J. Lázaro-Muñoz , J. M. González-Linares , J. Gómez-Luna , N. Guil

The Map-Reduce computing framework rose to prominence with datasets of such size that dozens of machines on a single cluster were needed for individual jobs. As datasets approach the exabyte scale, a single job may need distributed…

数据结构与算法 · 计算机科学 2016-10-31 Riley Murray , Samir Khuller , Megan Chao

In this report we demonstrate the potential utility of resource allocation management systems that use virtual machine technology for sharing parallel computing resources among competing jobs. We formalize the resource allocation problem…

分布式、并行与集群计算 · 计算机科学 2010-06-29 Mark Stillwell , David Schanzenbach , Frédéric Vivien , Henri Casanova

We study the performance of non-adaptive scheduling policies in computing systems with multiple servers. Compute jobs are mostly regular, with modest service requirements. However, there are sporadic data intensive jobs, whose expected…

性能 · 计算机科学 2020-01-01 Amir Behrouzi-Far , Emina Soljanin

Optimizing resource allocation for analytical workloads is vital for reducing costs of cloud-data services. At the same time, it is incredibly hard for users to allocate resources per query in serverless processing systems, and they…

The scheduling literature has traditionally focused on a single type of resource (e.g., computing nodes). However, scientific applications in modern High-Performance Computing (HPC) systems process large amounts of data, hence have diverse…

分布式、并行与集群计算 · 计算机科学 2021-06-15 Lucas Perotin , Hongyang Sun , Padma Raghavan

Algorithms for scheduling structured parallel computations have been widely studied in the literature. For some time now, Work Stealing is one of the most popular for scheduling such computations, and its performance has been studied in…

分布式、并行与集群计算 · 计算机科学 2018-10-26 Guilherme Rito , Hervé Paulino

Multiserver-job systems, where jobs require concurrent service at many servers, occur widely in practice. Essentially all of the theoretical work on multiserver-job systems focuses on maximizing utilization, with almost nothing known about…

性能 · 计算机科学 2022-11-08 Isaac Grosof , Ziv Scully , Mor Harchol-Balter , Alan Scheller-Wolf

The aim of the paper is to introduce general techniques in order to optimize the parallel execution time of sorting on a distributed architectures with processors of various speeds. Such an application requires a partitioning step. For…

分布式、并行与集群计算 · 计算机科学 2016-08-16 Christophe Cérin , Jean-Christophe Dubacq , Jean-Louis Roch , the SafeScale Collaboration

The rigid gang task model is based on the idea of executing multiple threads simultaneously on a fixed number of processors to increase efficiency and performance. Although there is extensive literature on global rigid gang scheduling,…

分布式、并行与集群计算 · 计算机科学 2024-09-04 Binqi Sun , Tomasz Kloda , Marco Caccamo

Scheduling jobs with precedence constraints on a set of identical machines to minimize the total processing time (makespan) is a fundamental problem in combinatorial optimization. In practical settings such as cloud computing, jobs are…

数据结构与算法 · 计算机科学 2014-04-29 Konstantin Makarychev , Debmalya Panigrahi

We propose an approach to utilize idle computational resources of supercomputers. The idea is to maintain an additional queue of low-priority non-parallel jobs and execute them in containers, using container migration tools to break the…

分布式、并行与集群计算 · 计算机科学 2019-09-04 Julia Dubenskaya , Stanislav Polyakov

With rapid growth in the amount of unstructured data produced by memory-intensive applications, large scale data analytics has recently attracted increasing interest. Processing, managing and analyzing this huge amount of data poses several…

分布式、并行与集群计算 · 计算机科学 2016-08-29 Farshid Farhat , Diman Zad Tootaghaj , Mohammad Arjomand

Consider a set of jobs with independent random service times to be scheduled on a single machine. The jobs can be surgeries in an operating room, patients' appointments in outpatient clinics, etc. The challenge is to determine the optimal…

最优化与控制 · 数学 2020-04-16 Mehdi Jafarnia-Jahromi , Rahul Jain

Large scale clusters leveraging distributed computing frameworks such as MapReduce routinely process data that are on the orders of petabytes or more. The sheer size of the data precludes the processing of the data on a single computer. The…

信息论 · 计算机科学 2018-02-12 Konstantinos Konstantinidis , Aditya Ramamoorthy

We consider the problem of job assignment where a master server aims to compute some tasks and is provided a few child servers to compute under a uniform straggling pattern where each server is equally likely to straggle. We distribute…

分布式、并行与集群计算 · 计算机科学 2025-01-22 Sahasrajit Sarmasarkar , Harish Pillai

Multi-server queueing systems are widely used models for job scheduling in machine learning, wireless networks, crowdsourcing, and healthcare systems. This paper considers a multi-server system with multiple servers and multiple types of…

机器学习 · 计算机科学 2023-06-05 Zixian Yang , R. Srikant , Lei Ying

Computational Grids are a new trend in distributed computing systems. They allow the sharing of geographically distributed resources in an efficient way, extending the boundaries of what we perceive as distributed computing. Various…

分布式、并行与集群计算 · 计算机科学 2014-08-24 D. Thilagavathi , Antony Selvadoss Thanamani

Cloud computing today is dominated by multi-server jobs. These are jobs that request multiple servers simultaneously and hold onto all of these servers for the duration of the job. Multi-server jobs add a lot of complexity to the…

性能 · 计算机科学 2021-02-05 Weina Wang , Qiaomin Xie , Mor Harchol-Balter