<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>GPGPU &#187; Tag: Molecular Dynamics :: GPGPU.org</title>
	<atom:link href="http://gpgpu.org/tag/molecular-dynamics/feed" rel="self" type="application/rss+xml" />
	<link>http://gpgpu.org</link>
	<description>General-Purpose Computation on Graphics Hardware</description>
	<lastBuildDate>Tue, 22 May 2012 08:44:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>VMD 1.9.1 released</title>
		<link>http://gpgpu.org/2012/02/09/vmd-1-9-1</link>
		<comments>http://gpgpu.org/2012/02/09/vmd-1-9-1#comments</comments>
		<pubDate>Thu, 09 Feb 2012 08:30:33 +0000</pubDate>
		<dc:creator>dom</dc:creator>
				<category><![CDATA[Developer Resources]]></category>
		<category><![CDATA[Molecular Dynamics]]></category>
		<category><![CDATA[NVIDIA CUDA]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Visualization]]></category>

		<guid isPermaLink="false">http://gpgpu.org/?p=4468</guid>
		<description><![CDATA[VMD is a popular molecular visualization and analysis program used by thousands of researchers worldwide. VMD accelerates many of the most computationally demanding visualization and analysis features using GPU computing techqniques, resulting in improved performance and new capabilities beyond what is possible using only conventional multi-core CPUs. VMD 1.9.1 advances these capabilities further with a [...]]]></description>
			<content:encoded><![CDATA[<p>VMD is a popular molecular visualization and analysis program used by thousands of researchers worldwide. VMD accelerates many of the most computationally demanding visualization and analysis features using GPU computing techqniques, resulting in improved performance and new capabilities beyond what is possible using only conventional multi-core CPUs. VMD 1.9.1 advances these capabilities further with a CUDA implementation of the new QuickSurf molecular surface representation, enabling smooth interactive animation of moderate sized biomolecular complexes consisting of a few hundred thousand to one million atoms, and allowing interactive display of molecular surfaces for static structures of very large complexes containing tens of millions of atoms, e.g. large virus capsids.</p>
<p>More information: <a title="VMD homepage" href="http://www.ks.uiuc.edu/Research/vmd/vmd-1.9.1/" target="_blank">http://www.ks.uiuc.edu/Research/vmd/vmd-1.9.1/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2012/02/09/vmd-1-9-1/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOOMD-blue 0.10.0 release</title>
		<link>http://gpgpu.org/2011/12/19/hoomd-blue-0-10-0-release</link>
		<comments>http://gpgpu.org/2011/12/19/hoomd-blue-0-10-0-release#comments</comments>
		<pubDate>Mon, 19 Dec 2011 07:44:41 +0000</pubDate>
		<dc:creator>dom</dc:creator>
				<category><![CDATA[Developer Resources]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[High-Performance Computing]]></category>
		<category><![CDATA[Molecular Dynamics]]></category>
		<category><![CDATA[NVIDIA CUDA]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://gpgpu.org/?p=4279</guid>
		<description><![CDATA[HOOMD-blue performs general-purpose particle dynamics simulations on a single workstation, taking advantage of NVIDIA GPUs to attain a level of performance equivalent to many cores on a fast cluster. Flexible and configurable, HOOMD-blue is currently being used for coarse-grained molecular dynamics simulations of nano-materials, glasses, and surfactants, dissipative particle dynamics simulations (DPD) of polymers, and [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://codeblue.umich.edu/hoomd-blue/">HOOMD-blue</a> performs general-purpose particle dynamics simulations on a single workstation, taking advantage of NVIDIA GPUs to attain a level of performance equivalent to many cores on a fast cluster. Flexible and configurable, HOOMD-blue is currently being used for coarse-grained molecular dynamics simulations of nano-materials, glasses, and surfactants, dissipative particle dynamics simulations (DPD) of polymers, and crystallization of metals.</p>
<p>HOOMD-blue 0.10.0 adds many new features. Highlights include:<span id="more-4279"></span></p>
<ul>
<li>Added <strong>pair.dpdlj</strong> which uses the <span class="caps">DPD </span>thermostat and the Lennard-Jones potential. In previous versions, this could be accomplished by using two pair commands but at the cost of reduced performance.</li>
<li>Additional example scripts are now present in the documentation. The example scripts are cross-linked to the commands that are used in them.</li>
<li>Most dump commands now accept the form: <strong>dump.ext(filename=&#8221;filename.ext&#8221;)</strong> which immediately writes out filename.ext.</li>
<li>Specify rigid bodies in <span class="caps">XML </span>input files</li>
<li>Simulations that contain rigid body constraints applied to groups of particles in <span class="caps">BDNVT, NVE, NVT, </span>and <span class="caps">NPT </span>ensembles.</li>
<li>Energy minimization of rigid bodies ( <strong>integrate.mode_minimize_rigid_fire</strong> )</li>
<li>Existing commands are now rigid-body aware</li>
<li><span class="caps">NVT </span>integration using the Berendsen thermostat ( <strong>integrate.berendsen</strong> )</li>
<li>Bonds, angles, dihedrals, and impropers can now be created and deleted with the python data access <span class="caps">API.</span></li>
<li>and <a href="http://codeblue.umich.edu/hoomd-blue/">more</a></li>
</ul>
<p>HOOMD-blue 0.10.0 is available for <a href="http://codeblue.umich.edu/hoomd-blue/download.html">download</a> under an open source license. Check out the <a href="http://codeblue.umich.edu/hoomd-blue/doc/page_quick_start.html">quick start tutorial</a> to get started, or check out the <a href="http://codeblue.umich.edu/hoomd-blue/doc/index.html">full documentation</a> to see everything it can do.</p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2011/12/19/hoomd-blue-0-10-0-release/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rigid body constraints realized in massively-parallel molecular dynamics on graphics processing units</title>
		<link>http://gpgpu.org/2011/08/20/rigid-body-constraints-realized-in-massively-parallel-molecular-dynamics</link>
		<comments>http://gpgpu.org/2011/08/20/rigid-body-constraints-realized-in-massively-parallel-molecular-dynamics#comments</comments>
		<pubDate>Sat, 20 Aug 2011 08:51:24 +0000</pubDate>
		<dc:creator>dom</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[Molecular Dynamics]]></category>
		<category><![CDATA[NVIDIA CUDA]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Papers]]></category>

		<guid isPermaLink="false">http://gpgpu.org/?p=3862</guid>
		<description><![CDATA[Abstract: Molecular dynamics (MD) methods compute the trajectory of a system of point particles in response to a potential function by numerically integrating Newton’s equations of motion. Extending these basic methods with rigid body constraints enables composite particles with complex shapes such as anisotropic nanoparticles, grains, molecules, and rigid proteins to be modeled. Rigid body [...]]]></description>
			<content:encoded><![CDATA[<p>Abstract:</p>
<blockquote><p>Molecular dynamics (MD) methods compute the trajectory of a system of point particles in response to a potential function by numerically integrating Newton’s equations of motion. Extending these basic methods with rigid body constraints enables composite particles with complex shapes such as anisotropic nanoparticles, grains, molecules, and rigid proteins to be modeled. Rigid body constraints are added to the GPU-accelerated MD package, HOOMD-blue, version 0.10.0. The software can now simulate systems of particles, rigid bodies, or mixed systems in microcanonical (NVE), canonical (NVT), and isothermalisobaric (NPT) ensembles. It can also apply the FIRE energy minimization technique to these systems. In this paper, we detail the massively parallel scheme that implements these algorithms and discuss how our design is tuned for the maximum possible performance. Two different case studies are included to demonstrate the performance attained, patchy spheres and tethered nanorods. In typical cases, HOOMD-blue on a single GTX 480 executes 2.5–3.6 times faster than LAMMPS executing the same simulation on any number of CPU cores in parallel. Simulations with rigid bodies may now be run with larger systems and for longer time scales on a single workstation than was previously even possible on large clusters.</p></blockquote>
<p>(Trung Dac Nguyen, Carolyn L. Phillips, Joshua A. Anderson, and Sharon C. Glotzer: <em>&#8220;Rigid body constraints realized in massively-parallel molecular dynamics on graphics processing units&#8221;</em>, Computer Physics Communications 182(11):2307–2313, November 2011. [<a href="http://dx.doi.org/10.1016/j.cpc.2011.06.005" target="_blank">DOI</a>])</p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2011/08/20/rigid-body-constraints-realized-in-massively-parallel-molecular-dynamics/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pseudo-random number generation for Brownian Dynamics and Dissipative Particle Dynamics simulations on GPU devices</title>
		<link>http://gpgpu.org/2011/08/20/pseudo-random-number-generation-for-brownian-dynamics-and-dissipative-particle-dynamics-simulations-on-gpu-devices</link>
		<comments>http://gpgpu.org/2011/08/20/pseudo-random-number-generation-for-brownian-dynamics-and-dissipative-particle-dynamics-simulations-on-gpu-devices#comments</comments>
		<pubDate>Sat, 20 Aug 2011 08:46:25 +0000</pubDate>
		<dc:creator>dom</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[Molecular Dynamics]]></category>
		<category><![CDATA[Papers]]></category>
		<category><![CDATA[Random Number Generation]]></category>

		<guid isPermaLink="false">http://gpgpu.org/?p=3860</guid>
		<description><![CDATA[Abstract: Brownian Dynamics (BD), also known as Langevin Dynamics, and Dissipative Particle Dynamics (DPD) are implicit solvent methods commonly used in models of soft matter and biomolecular systems. The interaction of the numerous solvent particles with larger particles is coarse-grained as a Langevin thermostat is applied to individual particles or to particle pairs. The Langevin [...]]]></description>
			<content:encoded><![CDATA[<p>Abstract:</p>
<blockquote><p>Brownian Dynamics (BD), also known as Langevin Dynamics, and Dissipative Particle Dynamics (DPD) are implicit solvent methods commonly used in models of soft matter and biomolecular systems. The interaction of the numerous solvent particles with larger particles is coarse-grained as a Langevin thermostat is applied to individual particles or to particle pairs. The Langevin thermostat requires a pseudo-random number generator (PRNG) to generate the stochastic force applied to each particle or pair of neighboring particles during each time step in the integration of Newton’s equations of motion. In a Single-Instruction-Multiple-Thread (SIMT) GPU parallel computing environment, small batches of random numbers must be generated over thousands of threads and millions of kernel calls. In this communication we introduce a one-PRNG-per-kernel-call-per-thread scheme, in which a micro-stream of pseudorandom numbers is generated in each thread and kernel call. These high quality, statistically robust micro-streams require no global memory for state storage, are more computationally efficient than other PRNG schemes in memory-bound kernels, and uniquely enable the DPD simulation method without requiring communication between threads.</p></blockquote>
<p>(Carolyn L. Phillips, Joshua A. Anderson and Sharon C. Glotzer: <em>&#8220;Dynamics and Dissipative Particle Dynamics simulations on GPU devices&#8221;</em>, Journal of Computational Physics 230(19):7191-7201, August 2011. [<a href="http://dx.doi.org/10.1016/j.jcp.2011.05.021" target="_blank">DOI</a>])</p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2011/08/20/pseudo-random-number-generation-for-brownian-dynamics-and-dissipative-particle-dynamics-simulations-on-gpu-devices/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scalable Fast Multipole Methods for Heterogeneous CPU-GPU architectures</title>
		<link>http://gpgpu.org/2011/08/17/scalable-fast-multipole-methods</link>
		<comments>http://gpgpu.org/2011/08/17/scalable-fast-multipole-methods#comments</comments>
		<pubDate>Wed, 17 Aug 2011 08:23:25 +0000</pubDate>
		<dc:creator>dom</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[FMM]]></category>
		<category><![CDATA[Heterogeneneous Computing]]></category>
		<category><![CDATA[Molecular Dynamics]]></category>
		<category><![CDATA[N-Body]]></category>
		<category><![CDATA[Papers]]></category>

		<guid isPermaLink="false">http://gpgpu.org/?p=3846</guid>
		<description><![CDATA[Abstract: We fundamentally reconsider implementation of the Fast Multipole Method (FMM) on a computing node with a heterogeneous CPU-GPU architecture with multicore CPU(s) and one or more GPU accelerators, as well as on an interconnected cluster of such nodes. The FMM is a divide-and-conquer algorithm that performs a fast N-body sum using a spatial decomposition [...]]]></description>
			<content:encoded><![CDATA[<p>Abstract:</p>
<blockquote><p>We fundamentally reconsider implementation of the Fast Multipole Method (FMM) on a computing node with a heterogeneous CPU-GPU architecture with multicore CPU(s) and one or more GPU accelerators, as well as on an interconnected cluster of such nodes. The FMM is a divide-and-conquer algorithm that performs a fast N-body sum using a spatial decomposition and is often used in a time-stepping or iterative loop. Using the observation that the local summation and the analysis-based translation parts of the FMM are independent, we map these respectively to the GPUs and CPUs. Careful analysis of the FMM is performed to distribute work optimally between the multicore CPUs and the GPU accelerators. We first develop a single node version where the CPU part is parallelized using OpenMP and the GPU version via CUDA. New parallel algorithms for creating FMM data structures are presented together with load balancing strategies for the single node and distributed multiple-node versions. Our 8 GPU performance<br />
is comparable with performance of a 256 GPU version of the FMM that won the 2009 Bell prize.</p></blockquote>
<p>(Qi Hu, Nail A. Gumerov and Ramani Duraswami: &#8220;Scalable fast multipole methods on distributed heterogeneous architectures&#8221;, accepted for SC&#8217;11. [<a href="http://www.umiacs.umd.edu/~ramani/pubs/Qi_Gumerov_Duraiswami_SC11_FMM_Heterogeneous.pdf" target="_blank">PDF</a>])</p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2011/08/17/scalable-fast-multipole-methods/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Molecular Dynamics Simulations Using Graphics Processing Units</title>
		<link>http://gpgpu.org/2011/08/15/molecular-dynamics-simulation</link>
		<comments>http://gpgpu.org/2011/08/15/molecular-dynamics-simulation#comments</comments>
		<pubDate>Mon, 15 Aug 2011 07:33:26 +0000</pubDate>
		<dc:creator>dom</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[Molecular Dynamics]]></category>
		<category><![CDATA[OpenMM]]></category>
		<category><![CDATA[Papers]]></category>

		<guid isPermaLink="false">http://gpgpu.org/?p=3840</guid>
		<description><![CDATA[Abstract It is increasingly easy to develop software that exploits Graphics Processing Units (GPUs). The molecular dynamics simulation community has embraced this recent opportunity. Herein, we outline the current approaches that exploit this technology. In the context of biomolecular simulations, we discuss some of the algorithms that have been implemented and some of the aspects [...]]]></description>
			<content:encoded><![CDATA[<p>Abstract</p>
<blockquote><p>It is increasingly easy to develop software that exploits Graphics Processing Units (GPUs). The molecular dynamics simulation community has embraced this recent opportunity. Herein, we outline the current approaches that exploit this technology. In the context of biomolecular simulations, we discuss some of the algorithms that have been implemented and some of the aspects that distinguish the GPU from previous parallel environments. The ubiquity of GPUs and the ingenuity of the simulation community augur well for the scale and scope of future computational studies of biomolecules.</p></blockquote>
<p>(Baker, J. A. and Hirst, J. D.: <em>&#8220;Molecular Dynamics Simulations Using Graphics Processing Units&#8221;</em>. Molecular Informatics, 30:498–504. [<a href="http://dx.doi.org/10.1002/minf.201100042" target="_blank">DOI</a>])</p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2011/08/15/molecular-dynamics-simulation/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GPIUTMD 0.9.6 released</title>
		<link>http://gpgpu.org/2011/06/26/gpiutmd-0-9-6-released</link>
		<comments>http://gpgpu.org/2011/06/26/gpiutmd-0-9-6-released#comments</comments>
		<pubDate>Sun, 26 Jun 2011 23:16:13 +0000</pubDate>
		<dc:creator>dom</dc:creator>
				<category><![CDATA[Developer Resources]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[Molecular Dynamics]]></category>
		<category><![CDATA[NVIDIA CUDA]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Particle Systems]]></category>
		<category><![CDATA[Physics Simulation]]></category>
		<category><![CDATA[Scientific Computing]]></category>

		<guid isPermaLink="false">http://gpgpu.org/?p=3669</guid>
		<description><![CDATA[GPIUTMD stands for Graphic Processors at Isfahan University of Technology for Many-particle Dynamics. It performs general-purpose many-particle dynamic simulations on a single workstation, taking advantage of NVIDIA GPUs to attain a level of performance equivalent to thousands of cores on a fast cluster. Flexible and configurable, GPIUTMD is currently being used for all atom and [...]]]></description>
			<content:encoded><![CDATA[<p><!--[if !mso]&gt;--><span style="font-size: 12.0pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">GPIUTMD stands for <strong>Graphic Processors at Isfahan University of Technology for Many-particle Dynamics</strong>. It performs general-purpose many-particle dynamic simulations on a single workstation, taking advantage of NVIDIA GPUs to attain a level of performance equivalent to thousands of cores on a fast cluster. Flexible and configurable, GPIUTMD is currently being used for all atom and coarse-grained molecular dynamics simulations of nano-materials, glasses, and surfactants; dissipative particle dynamics simulations (DPD) of polymers; and crystallization of metals using EAM potentials. </span><img class="alignright" title="GPIUTMD Logo" src="GPIUTMD%200_files/image002.jpg" alt="" hspace="12" align="right" /><span style="font-size: 12.0pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">GPIUTMD 0.9.6 adds many new features. Highlights include:<span> </span></span></p>
<div class="WordSection1">
<ul type="disc">
<li class="MsoNormal"><span style="font-size: 12.0pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">Morse bond potential</span></li>
<li class="MsoNormal"><span style="font-size: 12.0pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">Adding constant acceleration to a group of particles. (useful for modeling gravity effects)</span></li>
<li class="MsoNormal"><span style="font-size: 12.0pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">Computes the full virial stress tensor (useful in mechanical characterization of materials)</span></li>
<li class="MsoNormal"><span style="font-size: 12.0pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">Long-ranged electrostatics via PPPM</span></li>
<li class="MsoNormal"><span style="font-size: 12.0pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">Support for CUDA 3.2</span></li>
<li class="MsoNormal"><span style="font-size: 12.0pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">Theory manual</span></li>
<li class="MsoNormal"><span style="font-size: 12.0pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">Up to twenty percent boost in simulations</span></li>
<li class="MsoNormal"><span style="font-size: 12.0pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">and <a href="http://gpiutmd.iut.ac.ir/index.php/about/features" target="_blank">more</a></span></li>
</ul>
<p class="MsoNormal" style="line-height: normal;"><span style="font-size: 12.0pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">A demo version of GPIUTMD 0.9.6 will be available soon for <a href="http://gpiutmd.iut.ac.ir/index.php/download" target="_blank">download</a> under an open source license. Check out the <a href="http://gpiutmd.iut.ac.ir/index.php/documentation" target="_blank">quick start tutorial</a> to get started, or check out the <a href="http://gpiutmd.iut.ac.ir/index.php/documentation">full documentation</a> to see everything it can do.</span></p>
<p class="MsoNormal">&nbsp;</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2011/06/26/gpiutmd-0-9-6-released/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fast analysis of molecular dynamics trajectories with graphics processing units—Radial distribution function histogramming</title>
		<link>http://gpgpu.org/2011/06/14/molecular-dynamics-trajectories</link>
		<comments>http://gpgpu.org/2011/06/14/molecular-dynamics-trajectories#comments</comments>
		<pubDate>Wed, 15 Jun 2011 01:35:29 +0000</pubDate>
		<dc:creator>dom</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[hist]]></category>
		<category><![CDATA[Molecular Dynamics]]></category>
		<category><![CDATA[NVIDIA CUDA]]></category>
		<category><![CDATA[Papers]]></category>

		<guid isPermaLink="false">http://gpgpu.org/?p=3663</guid>
		<description><![CDATA[Abstract: The calculation of radial distribution functions (RDFs) from molecular dynamics trajectory data is a common and computationally expensive analysis task. The rate limiting step in the calculation of the RDF is building a histogram of the distance between atom pairs in each trajectory frame. Here we present an implementation of this histogramming scheme for [...]]]></description>
			<content:encoded><![CDATA[<p>Abstract:</p>
<blockquote><p>The calculation of radial distribution functions (RDFs) from molecular dynamics trajectory data is a common and computationally expensive analysis task. The rate limiting step in the calculation of the RDF is building a histogram of the distance between atom pairs in each trajectory frame. Here we present an implementation of this histogramming scheme for multiple graphics processing units (GPUs). The algorithm features a tiling scheme to maximize the reuse of data at the fastest levels of the GPU’s memory hierarchy and dynamic load balancing to allow high performance on heterogeneous configurations of GPUs. Several versions of the RDF algorithm are presented, utilizing the specific hardware features found on different generations of GPUs. We take advantage of larger shared memory and atomic memory operations available on state-of-the-art GPUs to accelerate the code significantly. The use of atomic memory operations allows the fast, limited-capacity on-chip memory to be used much more efficiently, resulting in a fivefold increase in performance compared to the version of the algorithm without atomic operations. The ultimate version of the algorithm running in parallel on four NVIDIA GeForce GTX 480 (Fermi) GPUs was found to be 92 times faster than a multithreaded implementation running on an Intel Xeon 5550 CPU. On this multi-GPU hardware, the RDF between two selections of 1,000,000 atoms each can be calculated in 26.9 s per frame. The multi-GPU RDF algorithms described here are implemented in VMD, a widely used and freely available software package for molecular dynamics visualization and analysis.</p></blockquote>
<p>(Benjamin G. Levine, John E. Stone, and Axel Kohlmeyer: <em>&#8220;Fast Analysis of Molecular Dynamics Trajectories with Graphics Processing Units — Radial Distribution Function Histogramming&#8221;</em>, Journal of Computational Physics, 230(9):3556-3569, 2011. [<a href="http://dx.doi.org/10.1016/j.jcp.2011.01.048" target="_blank">DOI: 10.1016/j.jcp.2011.01.048</a>])</p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2011/06/14/molecular-dynamics-trajectories/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HOOMD-blue 0.9.2 release</title>
		<link>http://gpgpu.org/2011/04/06/hoomd-blue-0-9-2</link>
		<comments>http://gpgpu.org/2011/04/06/hoomd-blue-0-9-2#comments</comments>
		<pubDate>Wed, 06 Apr 2011 23:39:25 +0000</pubDate>
		<dc:creator>dom</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[High-Performance Computing]]></category>
		<category><![CDATA[Molecular Dynamics]]></category>
		<category><![CDATA[NVIDIA CUDA]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://gpgpu.org/?p=3452</guid>
		<description><![CDATA[HOOMD-blue performs general-purpose particle dynamics simulations on a single workstation, taking advantage of NVIDIA GPUs to attain a level of performance equivalent to many cores on a fast cluster. Flexible and configurable, HOOMD-blue is currently being used for coarse-grained molecular dynamics simulations of nano-materials, glasses, and surfactants, dissipative particle dynamics simulations (DPD) of polymers, and [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://codeblue.umich.edu/hoomd-blue/" target="_blank">HOOMD-blue</a> performs general-purpose particle dynamics simulations on a single workstation, taking advantage of NVIDIA GPUs to attain a level of performance equivalent to many cores on a fast cluster. Flexible and configurable, HOOMD-blue is currently being used for coarse-grained molecular dynamics simulations of nano-materials, glasses, and surfactants, dissipative particle dynamics simulations (DPD) of polymers, and crystallization of metals.</p>
<p>HOOMD-blue 0.9.2 adds many new features. Highlights include:</p>
<ul>
<li>Long-ranged electrostatics via PPPM</li>
<li>Support for CUDA 3.2 and 4.0</li>
<li>New neighbor list option to exclude by particle diameter (for pair.slj)</li>
<li>New syntax to specify multiple pair coefficients at once</li>
<li>Improved documentation</li>
<li>Significant performance boosts for small simulations</li>
<li>RPM and .deb packaging for CentOS, Fedora, and Ubuntu</li>
<li>and <a href="https://codeblue.umich.edu/hoomd-blue/trac/wiki/ChangeLog" target="_blank">more</a></li>
</ul>
<p>HOOMD-blue 0.9.2 is available for <a href="http://codeblue.umich.edu/hoomd-blue/download.html" target="_blank">download</a> under an open source license. Check out the <a href="http://codeblue.umich.edu/hoomd-blue/doc/page_quick_start.html" target="_blank">quick start tutorial</a> to get started, or check out the <a href="http://codeblue.umich.edu/hoomd-blue/doc/index.html">full documentation</a> to see everything it can do.</p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2011/04/06/hoomd-blue-0-9-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>High Throughput Parallel Molecular Dynamics for GPUs</title>
		<link>http://gpgpu.org/2011/04/06/high-throughput-molecular-dynamics</link>
		<comments>http://gpgpu.org/2011/04/06/high-throughput-molecular-dynamics#comments</comments>
		<pubDate>Wed, 06 Apr 2011 23:37:17 +0000</pubDate>
		<dc:creator>dom</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[Molecular Dynamics]]></category>
		<category><![CDATA[NVIDIA]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Scientific Computing]]></category>

		<guid isPermaLink="false">http://gpgpu.org/?p=3443</guid>
		<description><![CDATA[The North Carolina Renaissance Computing Institute (RENCI) is running Amber PMEMD on the Open Science Grid, the high throughput computing (HTC) fabric used by the Large Hadron Collider (LHC). This approach is likely to be helpful to researchers with any of these challenges: Constrained by limited computing resources including access to GPGPUs Manually executing the [...]]]></description>
			<content:encoded><![CDATA[<p>The North Carolina Renaissance Computing Institute (RENCI) is running Amber PMEMD on the Open Science Grid, the high throughput computing (HTC) fabric used by the Large Hadron Collider (LHC). This approach is likely to be helpful to researchers with any of these challenges:</p>
<ol>
<li>Constrained by limited computing resources including access to GPGPUs</li>
<li>Manually executing the same simulation repeatedly with different parameters</li>
<li>Making simulations easier to understand, share, scale and re-use across compute resources</li>
</ol>
<p>For more information see these two blog posts: <a href="http://osglog.wordpress.com/2010/11/04/high-throughput-parallel-molecular-dynamics" target="_blank">High Throughput Parallel Molecular Dynamics</a> and <a href="http://osglog.wordpress.com/2011/02/02/amber11-pmemd-for-nvidia-gpgpu" target="_blank">CUDA/Tesla Accelerated PMEMD on OSG</a>. Contact Steve Cox (scox@renci.org) if you&#8217;d like to discuss further and determine if your application is a fit. If it is, RENCI can provide access to the grid as well as tools for executing and managing simulations.</p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2011/04/06/high-throughput-molecular-dynamics/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

