中文
相关论文

相关论文: Getting More From Your Multicore: Exploiting OpenM…

200 篇论文

In view of the tremendous computing power jump of modern RISC processors the interest in parallel computing seems to be thinning out. Why use a complicated system of parallel processors, if the problem can be solved by a single powerful…

comp-gas · 物理学 2008-02-03 G. Odor , F. Rohrbach , G. Vesztergombi , G. Varga , F. Tatrai

This paper presents implementation details and empirical results for a hybrid message passing and shared memory paralleliziation of the adaptive integral method (AIM). AIM is implemented on a (near) petaflop supercomputing cluster of…

计算工程、金融与科学 · 计算机科学 2010-10-08 Fangzhou Wei , Ali E. Yılmaz

With the surge of multi- and manycores, much research has focused on algorithms for mapping and scheduling on these complex platforms. Large classes of these algorithms face scalability problems. This is why diverse methods are commonly…

分布式、并行与集群计算 · 计算机科学 2017-07-27 Andrés Goens , Sergio Siccha , Jeronimo Castrillon

Parallel programs in high performance computing (HPC) continue to grow in complexity and scale in the exascale era. The diversity in hardware and parallel programming models make developing, optimizing, and maintaining parallel software…

分布式、并行与集群计算 · 计算机科学 2024-05-15 Daniel Nichols , Aniruddha Marathe , Harshitha Menon , Todd Gamblin , Abhinav Bhatele

In this paper we deal with the impact of multi and many-core processor architectures on simulation. Despite the fact that modern CPUs have an increasingly large number of cores, most softwares are still unable to take advantage of them. In…

分布式、并行与集群计算 · 计算机科学 2014-07-30 Gabriele D'Angelo , Stefano Ferretti , Moreno Marzolla

Astronomical measurements are often integrated over finite exposures, which can obscure latent variability on comparable timescales. Correctly accounting for exposure integration with Gaussian Processes (GPs) in such scenarios is essential…

天体物理仪器与方法 · 物理学 2026-05-14 Ryan A. Rubenzahl , Soichiro Hattori , Simo Särkkä , Will M. Farr , Jacob K. Luhn , Megan Bedell , Daniel Foreman-Mackey

Parallel jobs are different from sequential jobs and require a different type of process management. We present here a process management system for parallel programs such as those written using MPI. A primary goal of the system, which we…

分布式、并行与集群计算 · 计算机科学 2007-05-23 Ralph Butler , William Gropp , Ewing Lusk

The volume of data generated by modern astronomical telescopes is extremely large and rapidly growing. However, current high-performance data processing architectures/frameworks are not well suited for astronomers because of their…

天体物理仪器与方法 · 物理学 2017-01-25 Shoulin Wei , Feng Wang , Hui Deng , Cuiyin Liu , Wei Dai , Bo Liang , Ying Mei , Congming Shi , Yingbo Liu , Jingping Wu

We introduce NebulOS, a Big Data platform that allows a cluster of Linux machines to be treated as a single computer. With NebulOS, the process of writing a massively parallel program for a datacenter is no more complicated than writing a…

天体物理仪器与方法 · 物理学 2016-09-15 Nathaniel R. Stickley , Miguel A. Aragon-Calvo

The primary use of technical computing in the oil and gas industries is for seismic imaging of the earth's subsurface, driven by the business need for making well-informed drilling decisions during petroleum exploration and production.…

分布式、并行与集群计算 · 计算机科学 2012-04-06 Masnida Emami , Ali Setayesh , Nasrin Jaberi

It has been demonstrated that specialised architectures, such as FPGAs and AMD's AI Engines (AIEs), have the potential to deliver energy and performance advantages for scientific computing. Given the integration of AIEs into AMD's CPUs,…

分布式、并行与集群计算 · 计算机科学 2026-05-06 Nick Brown , Gabriel Rodriguez-Canal

Within the last years, Python became more prominent in the scientific community and is now used for simulations, machine learning, and data analysis. All these tasks profit from additional compute power offered by parallelism and…

分布式、并行与集群计算 · 计算机科学 2021-10-26 Andreas Gocht , Robert Schöne , Jan Frenzel

The processor accelerators are effective because they are working not (completely) on principles of stored program computers. They use some kind of parallelism, and it is rather hard to program them effectively: a parallel architecture by…

分布式、并行与集群计算 · 计算机科学 2016-08-26 János Végh

Matlab is one of the most widely used mathematical computing environments in technical computing. It has an interactive environment which provides high performance computing (HPC) procedures and easy to use. Parallel computing with Matlab…

分布式、并行与集群计算 · 计算机科学 2014-07-28 Zaid Abdi Alkareem Alyasseri

Mathematica is a powerful application package for doing mathematics and is used almost in all branches of science. It has widespread applications ranging from quantum computation, statistical analysis, number theory, zoology, astronomy, and…

数学软件 · 计算机科学 2015-10-29 Santanu K. Maiti

We describe a new parallel implementation, mplrs, of the vertex enumeration code lrs that uses the MPI parallel environment and can be run on a network of computers. The implementation makes use of a C wrapper that essentially uses the…

数学软件 · 计算机科学 2017-10-13 David Avis , Charles Jordan

Goal-level Independent and-parallelism (IAP) is exploited by scheduling for simultaneous execution two or more goals which will not interfere with each other at run time. This can be done safely even if such goals can produce multiple…

编程语言 · 计算机科学 2011-07-26 Pablo Chico de Guzmán , Amadeo Casas , Manuel Carro , Manuel V. Hermenegildo

The advent of efficient interior point optimization methods has enabled the tractable solution of large-scale linear and nonlinear programming (NLP) problems. A prominent example of such a method is seen in Ipopt, a widely-used, open-source…

最优化与控制 · 数学 2019-09-19 Byron Tasseff , Carleton Coffrin , Andreas Wächter , Carl Laird

One of the problems of producing instruments for Extremely Large Telescopes is that their size (and hence cost) scales rapidly with telescope aperture. To try to break this relation alternative new technologies have been proposed, such as…

天体物理仪器与方法 · 物理学 2015-06-11 Robert James Harris , Jeremy Allington-Smith

To reduce and analyze astronomical images, astronomers can rely on a wide range of libraries providing low-level implementations of legacy algorithms. However, combining these routines into robust and functional pipelines requires a major…