• 中国计算机学会会刊
  • 中国科技核心期刊
  • 中文核心期刊

J4 ›› 2013, Vol. 35 ›› Issue (2): 26-31.

• 论文 • Previous Articles     Next Articles

Implementation and optimization of shortrange molecular dynamics simulation on Hadoop

JIAO Shanfei1,2,HE Chen2,DOU Yusheng2,TANG Hong1,2   

  1. (1.College of Computer Science and Technology,Chongqing University of Posts and Telecommunications,Chongqing 400065; 2. Institute of High Performance Computing and Application,
    Chongqing University of Posts and Telecommunications,Chongqing 400065,China)
  • Received:2012-02-20 Revised:2012-05-09 Online:2013-02-25 Published:2013-02-25

Abstract:

Running molecular dynamics simulation programs on Hadoop has many research meanings such as saving hardware and software investment and shortening simulation time. However, Hadoop is not good at implementing the quick iteration and communication between subtasks in these scientific computing applications. Base on atomdecomposition method, the paper proposes three solutions and implements the parallel algorithm of molecular dynamics simulation by using "HDFS read/write synchronization method". We tested it on a Hadoop cluster and analyzed expansibility, speedup ratio and costtime of various parts, and then obtained good results as high as 28x speedup in largescale system simulations. The experiment results show molecular dynamics simulation on Hadoop is more economical and practical.

 

Key words: molecular dynamics;cloud computing;atomdecomposition;parallel algorithm;Hadoop