Using Java for Particle Simulation and Its Optimization

陆全明,蒋友毅,王曙,周艳,王水
DOI: https://doi.org/10.3969/j.issn.1007-130x.2004.12.019
2004-01-01
Abstract:The success of Java in network computing is encouraging people to introduce it into scientific computing. In this paper we present our approach to developing an object-oriented particle simulation code in Java, and benchmark its performance on a Linux cluster consisting of 16 Pentium III 1.6G CPUs. To improve its performance, we replace the parts of the code that consume the large part of time with Fortran through JNI (Java Native Interface), and the result shows that it is an effective way for scientific computing.
What problem does this paper attempt to address?