中文
相关论文

相关论文: Parallel netCDF: A Scientific High-Performance I/O…

200 篇论文

The worlds of computing, communication, and storage have for a long time been treated separately, and even the recent trends of cloud computing, distributed computing, and mobile edge computing have not fundamentally changed the role of…

网络与互联网体系结构 · 计算机科学 2022-05-11 Yang Cai , Jaime Llorca , Antonia M. Tulino , Andreas F. Molisch

In this paper, we describe the algorithms we implemented in FDPS to make efficient use of accelerator hardware such as GPGPUs. We have developed FDPS to make it possible for many researchers to develop their own high-performance parallel…

天体物理仪器与方法 · 物理学 2020-02-12 Masaki Iwasawa , Daisuke Namekata , Keigo Nitadori , Kentaro Nomura , Long Wang , Miyuki Tsubouchi , Junichiro Makino

The Message Passing Interface (MPI) has been extremely successful as a portable way to program high-performance parallel computers. This success has occurred in spite of the view of many that message passing is difficult and that other…

分布式、并行与集群计算 · 计算机科学 2007-05-23 William D. Gropp

The development of software applications using multiple programming languages has increased in recent years, as it allows the selection of the most suitable language and runtime for each component of the system and the integration of…

编程语言 · 计算机科学 2025-09-17 Tsvi Cherny-Shahar , Amiram Yehudai

Leveraging Graphics Processing Units (GPUs) to accelerate scientific software has proven to be highly successful, but in order to extract more performance, GPU programmers must overcome the high latency costs associated with their use. One…

分布式、并行与集群计算 · 计算机科学 2023-07-03 Jacob Faibussowitsch , Mark F. Adams , Richard Tran Mills , Stefano Zampini , Junchao Zhang

New trends towards multiple core processors imply using standard programming models to develop efficient, reliable and portable programs for distributed memory multiprocessors and workstation PC clusters. Message passing using MPI is widely…

编程语言 · 计算机科学 2013-11-05 Alaa I. Elnashar

FastFlow is a structured parallel programming framework targeting shared memory multicores. Its layered design and the optimized implementation of the communication mechanisms used to implement the FastFlow streaming networks provided to…

分布式、并行与集群计算 · 计算机科学 2012-04-25 Marco Aldinucci , Marco Danelutto , Massimo Torquati

Parallel input performance issues are often neglected in large scale parallel applications in Computational Science and Engineering. Traditionally, there has been less focus on input performance because either input sizes are small (as in…

分布式、并行与集群计算 · 计算机科学 2024-12-02 Mathew Jacob , Maya Taylor , Laxmikant Kale

We specify a file-oriented data format suitable for parallel, partition-independent disk I/O. Here, a partition refers to a disjoint and ordered distribution of the data elements between one or more processes. The format is designed such…

分布式、并行与集群计算 · 计算机科学 2023-07-14 Tim Griesbach , Carsten Burstedde

The current trend of multicore architectures on shared memory systems underscores the need of parallelism. While there are some programming model to express parallelism, thread programming model has become a standard to support these system…

分布式、并行与集群计算 · 计算机科学 2010-12-13 D. T. Hasta , A. B. Mutiara

Today's cluster computers suffer from slow I/O, which slows down I/O-intensive applications. We show that fast disk I/O can be achieved by operating a parallel file system over fast networks such as Myrinet or Gigabit Ethernet. In this…

分布式、并行与集群计算 · 计算机科学 2007-05-23 Thomas Duessel , Norbert Eicker , Florin Isaila , Thomas Lippert , Thomas Moschny , Hartmut Neff , Klaus Schilling , Walter Tichy

Modern scientific applications are increasingly decomposable into individual functions that may be deployed across distributed and diverse cyberinfrastructure such as supercomputers, clouds, and accelerators. Such applications call for new…

分布式、并行与集群计算 · 计算机科学 2024-09-11 Yifei Li , Ryan Chard , Yadu Babuji , Kyle Chard , Ian Foster , Zhuozhao Li

The disaggregated memory (DM) architecture offers high resource elasticity at the cost of data access performance. While caching frequently accessed data in compute nodes (CNs) reduces access overhead, it requires costly centralized…

分布式、并行与集群计算 · 计算机科学 2025-05-26 Hanze Zhang , Kaiming Wang , Rong Chen , Xingda Wei , Haibo Chen

One major technical challenge for modern analytical database systems is how to leverage GPU to exploit their massive parallelism and high bandwidth. Yet, existing GPU-driven database engines suffer from inefficiencies caused by frequent…

数据库 · 计算机科学 2026-05-12 Tsuyoshi Ozawa , Kazuo Goda

This paper presents a novel high speed clustering scheme for high dimensional data streams. Data stream clustering has gained importance in different applications, for example, in network monitoring, intrusion detection, and real-time…

数据库 · 计算机科学 2015-10-13 Irshad Ahmed , Irfan Ahmed , Waseem Shahzad

In the field of High Performance Computing, communications among processes represent a typical bottleneck for massively parallel scientific applications. Object of this research is the development of a network interface card with specific…

分布式、并行与集群计算 · 计算机科学 2022-09-07 Roberto Ammendola

TensorFlow is a popular cloud computing framework that targets machine learning applications. It separates the specification of application logic (in a dataflow graph) from the execution of the logic. TensorFlow's native runtime executes…

分布式、并行与集群计算 · 计算机科学 2019-08-27 Sam Whitlock , James Larus , Edouard Bugnion

This paper presents a comprehensive comparison of three dominant parallel programming models in High Performance Computing (HPC): Message Passing Interface (MPI), Open Multi-Processing (OpenMP), and Compute Unified Device Architecture…

分布式、并行与集群计算 · 计算机科学 2025-06-19 Nizar ALHafez , Ahmad Kurdi

Remote data access for data analysis in high performance computing is commonly done with specialized data access protocols and storage systems. These protocols are highly optimized for high throughput on very large datasets, multi-streams,…

性能 · 计算机科学 2014-10-16 Adrien Devresse , Fabrizio Furano

Nowadays, we are to find out solutions to huge computing problems very rapidly. It brings the idea of parallel computing in which several machines or processors work cooperatively for computational tasks. In the past decades, there are a…

编程语言 · 计算机科学 2014-02-07 Brijender Kahanwal