期刊文献+
共找到1篇文章
< 1 >
每页显示 20 50 100
Kernel Optimization on Short-Range Potentials Computations in Molecular Dynamics Simulations
1
作者 Xianmeng Wang Jianjiang Li +2 位作者 Jue Wang Xinfu He ningming nie 《国际计算机前沿大会会议论文集》 2015年第B12期67-69,共3页
We present multi-threading and SIMD optimizations on short-range potential calculation kernel in Molecular Dynamics.For the multi-threading optimization,we design a partition-and-two-steps(PTS)method to avoid write co... We present multi-threading and SIMD optimizations on short-range potential calculation kernel in Molecular Dynamics.For the multi-threading optimization,we design a partition-and-two-steps(PTS)method to avoid write conflicts caused by using Newton’s third law.Our method eliminates serialization bottle-neck without extra memory.We implement our PTS method using OpenMP.Afterwards,we discuss the influence of the cutoff if statement on the performance of vectorization in MD simulations.We propose a pre-searching neighbors method,which makes about 70%atoms meet the cutoff check,reducing a large amount of redundant calculation.The experiment results prove our PTS method is scalable and efficient.In double precision,our 256-bit SIMD implementation is about 3×faster than the scalar version. 展开更多
关键词 Molecular dynamics EAM SIMD VECTORIZATION OPENMP SHORT-RANGE potential High-performance computing
下载PDF
上一页 1 下一页 到第
使用帮助 返回顶部