中文
相关论文

相关论文: Parallel Implementation of the PHOENIX Generalized…

200 篇论文

There has been significant recent interest in parallel graph processing due to the need to quickly analyze the large graphs available today. Many graph codes have been designed for distributed memory or external memory. However, today even…

数据结构与算法 · 计算机科学 2019-08-22 Laxman Dhulipala , Guy E. Blelloch , Julian Shun

The Classic Howard's algorithm, a technique of resolution for discrete Hamilton-Jacobi equations, is of large use in applications for its high efficiency and good performances. A special beneficial characteristic of the method is the…

数值分析 · 数学 2014-07-21 Adriano Festa

Particle filters are a group of algorithms to solve inverse problems through statistical Bayesian methods when the model does not comply with the linear and Gaussian hypothesis. Particle filters are used in domains like data assimilation,…

分布式、并行与集群计算 · 计算机科学 2023-01-10 Sebastian Friedemann , Kai Keller , Yen-Sen Lu , Bruno Raffin , Leonardo Bautista Gomez

As renewable energy integration, sector coupling, and spatiotemporal detail increase, energy system optimization models grow in size and complexity, often pushing solvers to their performance limits. This systematic review explores…

This paper introduces a fast Central Processing Unit (CPU) implementation of geodesic morphological operations using stream processing. In contrast to the current state-of-the-art, that focuses on achieving insensitivity to the filter sizes…

性能 · 计算机科学 2019-12-02 Danijel Žlaus , Domen Mongus

The general scheme of two-level parallelization (TLP) for direct simulation Monte Carlo of unsteady gas flows on shared memory multiprocessor computers has been described. The high efficient algorithm of parallel independent runs is used on…

计算工程、金融与科学 · 计算机科学 2007-05-23 Alexander V. Bogdanov , Nick Yu. Bykov , Igor A. Grishin , Gregory O. Khanlarov , German A. Lukianov , Vladimir V. Zakharov

The constant increase in parallelism available on large-scale distributed computers poses major scalability challenges to many scientific applications. A common strategy to improve scalability is to express the algorithm in terms of…

分布式、并行与集群计算 · 计算机科学 2020-10-23 Andrew Garmon , Vinay Ramakrishnaiah , Danny Perez

Recently, the predicate detection problem was shown to be in the parallel complexity class NC. In this paper, we give the first work-optimal parallel algorithm to solve the predicate detection problem on a distributed computation with $n$…

分布式、并行与集群计算 · 计算机科学 2020-12-03 Rohan Garg

This article introduces a highly parallel algorithm for molecular dynamics simulations with short-range forces on single node multi- and many-core systems. The algorithm is designed to achieve high parallel speedups for strongly…

计算物理 · 物理学 2013-11-20 R. Meyer

We show how to use parallelization to speed up sampling from an arbitrary distribution $\mu$ on a product space $[q]^n$, given oracle access to counting queries: $\mathbb{P}_{X\sim \mu}[X_S=\sigma_S]$ for any $S\subseteq [n]$ and $\sigma_S…

数据结构与算法 · 计算机科学 2024-08-20 Nima Anari , Ruiquan Gao , Aviad Rubinstein

This paper examines an algorithm using dual OpenCL image buffers to optimize data streaming for ensemble processing and visualization. Image buffers were utilized because they allow cached memory access, unlike simple data buffers, which…

图形学 · 计算机科学 2021-05-03 Donald W. Johnson , T. J. Jankun-Kelly

Flow-based methods for local graph clustering have received significant recent attention for their theoretical cut improvement and runtime guarantees. In this work we present two improvements for using flow-based methods in real-world…

社会与信息网络 · 计算机科学 2019-03-26 Nate Veldt , Christine Klymko , David Gleich

Using (a,b)-trees as an example, we show how to perform a parallel split with logarithmic latency and parallel join, bulk updates, intersection, union (or merge), and (symmetric) set difference with logarithmic latency and with information…

数据结构与算法 · 计算机科学 2016-05-12 Yaroslav Akhremtsev , Peter Sanders

It has been shown that a class of probabilistic domain models cannot be learned correctly by several existing algorithms which employ a single-link look ahead search. When a multi-link look ahead search is used, the computational complexity…

人工智能 · 计算机科学 2013-02-08 TongSheng Chu , Yang Xiang

We use exponential start time clustering to design faster and more work-efficient parallel graph algorithms involving distances. Previous algorithms usually rely on graph decomposition routines with strict restrictions on the diameters of…

数据结构与算法 · 计算机科学 2015-06-25 Gary L. Miller , Richard Peng , Adrian Vladu , Shen Chen Xu

The aim of this paper is to develop an approach to visualizations that benefits from distributed computing. Three schemes of process distribution are considered: parallel, pipeline, and expanding pipeline computations. Expanding pipeline…

分布式、并行与集群计算 · 计算机科学 2007-05-23 Mark Burgin , Walter Karplus , Damon Liu

An numerical iterative framework for global modal stability analysis of compressible flows using a parallel environment is presented. The framework uses a matrix-free implementation to allow computations of large scale problems. Various…

流体动力学 · 物理学 2015-02-13 O. Henze , M. Lemke , J. Sesterhenn

We develop an algorithm that finds the consensus of many different clustering solutions of a graph. We formulate the problem as a median set partitioning problem and propose a greedy optimization technique. Unlike other approaches that find…

A recent advancement in quantum computing shows a quantum advantage of certified randomness on the racetrack processor. This work investigates the execution efficiency of this architecture for general-purpose programs. We first explore the…

量子物理 · 物理学 2026-01-15 Enhyeok Jang , Hyungseok Kim , Yongju Lee , Jaewon Kwon , Yipeng Huang , Won Woo Ro

Persistent homology is a crucial invariant that is used in many areas to understand data. The $O(N^4)$ run time is a hindrance to its use on most large datasets. We give a parallelization method to utilize multi-core machines and clusters.…

分布式、并行与集群计算 · 计算机科学 2022-03-10 Michael G. Rawson