中文
相关论文

相关论文: Fast and Scalable Group Mutual Exclusion

200 篇论文

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 consider different online algorithms for a generalized scheduling problem for parallel machines, described in details in the first section. This problem is the generalization of the classical parallel machine scheduling problem, when the…

分布式、并行与集群计算 · 计算机科学 2015-02-10 Istvan Szalkai , Gyorgy Dosa

Parallel implementations of distributed global optimization (DGO) [13] on MP-1 and NCUBE parallel computers revealed an approximate O(n) increase in the performance of this algorithm. Therefore, the implementation of the DGO on parallel…

分布式、并行与集群计算 · 计算机科学 2020-12-21 Homayoun Valafar , Okan K. Ersoy , Farmaraz Valafar

This paper considers scheduling on identical machines. The scheduling objective considered in this paper generalizes most scheduling minimization problems. In the problem, there are $n$ jobs and each job $j$ is associated with a…

数据结构与算法 · 计算机科学 2019-04-23 Benjamin Moseley

Spatial concurrent constraint programming (SCCP) is an algebraic model of spatial modalities in constrained-based process calculi; it can be used to reason about spatial information distributed among the agents of a system. This work…

计算机科学中的逻辑 · 计算机科学 2018-05-22 Miguel Romero , Camilo Rocha

In this paper, we consider the problem of scheduling an application on a parallel computational platform. The application is a particular task graph, either a linear chain of tasks, or a set of independent tasks. The platform is made of…

数据结构与算法 · 计算机科学 2012-10-18 Guillaume Aupy , Anne Benoit

The critical path of a group of tasks is an important measure that is commonly used to guide task allocation and scheduling on parallel computers. The critical path is the longest chain of dependencies in an acyclic task dependence graph. A…

分布式、并行与集群计算 · 计算机科学 2017-02-01 Aravind Vasudevan , David Gregg

In a classical scheduling problem, we are given a set of $n$ jobs of unit length along with precedence constraints, and the goal is to find a schedule of these jobs on $m$ identical machines that minimizes the makespan. Using the standard…

数据结构与算法 · 计算机科学 2023-12-07 Jesper Nederlof , Céline M. F. Swennenhuis , Karol Węgrzycki

Computer systems are designed to make resources available to users and users may be interested in some resources more than others, therefore, a coordination scheme is required to satisfy the users' requirements. This scheme may implement…

分布式、并行与集群计算 · 计算机科学 2020-07-07 Amirhossein Sayyadabdi , Mohsen Sharifi

The success of modern parallel paradigms such as MapReduce, Hadoop, or Spark, has attracted a significant attention to the Massively Parallel Computation (MPC) model over the past few years, especially on graph problems. In this work, we…

分布式、并行与集群计算 · 计算机科学 2019-05-07 Soheil Behnezhad , Mahsa Derakhshan , MohammadTaghi Hajiaghayi , Richard M. Karp

Remote Direct Memory Access (RDMA) is a technology that allows direct memory access from the memory of one computer into that of another without involving either one's operating system. This enables high-throughput, low-latency networking,…

计算机科学中的逻辑 · 计算机科学 2026-05-12 Parosh Aziz Abdulla , Mohamed Faouzi Atig , Govind Rajanbabu , Stephan Spengler

Peterson's mutual exclusion algorithm for two processes has been generalized to $N$ processes in various ways. As far as we know, no such generalization is starvation free without making any fairness assumptions. In this paper, we study the…

计算机科学中的逻辑 · 计算机科学 2025-08-08 Yousra Hafidi , Jeroen J. A. Keiren , Jan Friso Groote

A fundamental question that shrouds the emergence of massively parallel computing (MPC) platforms is how can the additional power of the MPC paradigm be leveraged to achieve faster algorithms compared to classical parallel models such as…

数据结构与算法 · 计算机科学 2018-05-09 Sepehr Assadi , Xiaorui Sun , Omri Weinstein

Hierarchical clustering remains a fundamental challenge in data mining, particularly when dealing with large-scale datasets where traditional approaches fail to scale effectively. Recent Chameleon-based algorithms - Chameleon2, M-Chameleon,…

机器学习 · 计算机科学 2025-10-07 Priyanshu Singh , Kapil Ahuja

The lock is a building-block synchronization primitive that enables mutually exclusive access to shared data in shared-memory parallel programs. Mutual exclusion is typically achieved by guarding the code that accesses the shared data with…

分布式、并行与集群计算 · 计算机科学 2023-04-25 Vivek Shahare , Milind Chabbi , Nikhil Hegde

We consider the problem of scheduling arrivals to a congestion system with a finite number of users having identical deterministic demand sizes. The congestion is of the processor sharing type in the sense that all users in the system at…

最优化与控制 · 数学 2017-04-12 Liron Ravner , Yoni Nazarathy

High-performance computing on shared-memory/multi-core architectures could suffer from non-negligible performance bottlenecks due to coordination algorithms, which are nevertheless necessary to ensure the overall correctness and/or to…

分布式、并行与集群计算 · 计算机科学 2020-04-22 Alessandro Pellegrini , Francesco Quaglia

Document Information Extraction (DIE) has attracted increasing attention due to its various advanced applications in the real world. Although recent literature has already achieved competitive results, these approaches usually fail when…

计算与语言 · 计算机科学 2022-07-12 Haoyu Cao , Jiefeng Ma , Antai Guo , Yiqing Hu , Hao Liu , Deqiang Jiang , Yinsong Liu , Bo Ren

This paper summarizes the ideas and key concepts in MISE (Memory Interference-induced Slowdown Estimation), which was published in HPCA 2013 [97], and examines the work's significance and future potential. Applications running concurrently…

硬件体系结构 · 计算机科学 2018-05-16 Lavanya Subramanian , Vivek Seshadri , Yoongu Kim , Ben Jaiyen , Onur Mutlu

Group Ordered Weighted $L_{1}$-Norm (Group OWL) regularized models have emerged as a useful procedure for high-dimensional sparse multi-task learning with correlated features. Proximal gradient methods are used as standard approaches to…

机器学习 · 计算机科学 2025-04-09 Runxue Bao , Quanchao Lu , Yanfu Zhang