2008
DOI: 10.1080/08927020701744295
|View full text |Cite
|
Sign up to set email alerts
|

Harvesting graphics power for MD simulations

Abstract: We discuss an implementation of molecular dynamics (MD) simulations on a graphic processing unit (GPU) in the NVIDIA CUDA language. We tested our code on a modern GPU, the NVIDIA GeForce 8800 GTX. Results for two MD algorithms suitable for shortranged and long-ranged interactions, and a congruential shift random number generator are presented. The performance of the GPU's is compared to their main processor counterpart. We achieve speedups of up to 80, 40 and 150 fold, respectively. With newest generation of G… Show more

Help me understand this report
View preprint versions

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1
1

Citation Types

2
142
0
1

Year Published

2008
2008
2016
2016

Publication Types

Select...
8
1

Relationship

0
9

Authors

Journals

citations
Cited by 144 publications
(145 citation statements)
references
References 12 publications
2
142
0
1
Order By: Relevance
“…This requirement is relevant even for systems as small as a few thousand particles because many simulation platforms nowadays use limited precision to accelerate molecular dynamics simulations. [16][17][18][19][20][21][22][23] For these, the multigrator provides a way of addressing certain artifacts that arise when barostatting and thermostatting is done for large-dimensional systems or with large relaxation times.…”
Section: Multigrator Decomposition For the Martyna-tobias-klein mentioning
confidence: 99%
“…This requirement is relevant even for systems as small as a few thousand particles because many simulation platforms nowadays use limited precision to accelerate molecular dynamics simulations. [16][17][18][19][20][21][22][23] For these, the multigrator provides a way of addressing certain artifacts that arise when barostatting and thermostatting is done for large-dimensional systems or with large relaxation times.…”
Section: Multigrator Decomposition For the Martyna-tobias-klein mentioning
confidence: 99%
“…Several groups have started to implemented MD routines on APs. Meel et al [27] describe a CUDA implementation of Lennard-Jones MD which achieves a net speedup of up to 40 times over a conventional CPU. Although suitable for coarse-grained simulations, the lack of support for an atomistic, biomolecular force field limits the applicability of the code.…”
Section: Accelerated Modelingmentioning
confidence: 99%
“…In particular, in molecular dynamics (MD) simulation codes [3,4,5,6,7] these algorithms are most commonly employed. Although these algorithms suffer from limitations on modern SIMD architectures [8,9], there have been only a few attempts to overcome them, most of them specific to GPUs [10,11] without achieving generality.…”
Section: Introductionmentioning
confidence: 99%
“…Moreover, the throughput-oriented GPU architecture requires high level of parallelism and is sensitive to memory access patterns. In order to target GPUs, some codes combine the traditional algorithms with data regularization techniques [15,10], but such approaches can still lead to inefficient execution. Recasting the algorithms to a more regular data access has been shown to result in higher IPC on GPUs, but not without additional trade-offs [16].…”
Section: Introductionmentioning
confidence: 99%