JISE


  [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14]


Journal of Information Science and Engineering, Vol. 14 No. 1, pp. 79-105


Supporting Efficient Tree Structures for Distributed Scientific Computation


Pangfeng Liu and Jan-Jan Wu*
Department of Computer Science and Information Engineering 
National Chung Cheng University 
Chia-yi, Taiwan 621, R.O.C. 
* Institute of Information Science 
Academia Sinica 
Taipei, Taiwan 115, R.O.C.


    This paper describes an implementation of a platform-independent parallel C++ framework that can support various scientific simulations involving tree structures, such as astrophysics, semiconductor device simulation, molecular dynamics, plasma physics, and fluid mechanics. Within the framework, users are able to concentrate on the computation kernels that differentiate different tree-structured scientific simulation problems and let the framework take care of tedious and error-prone details that are common among these applications.
    This framework was developed based on the techniques we learned from previous CM-5 C implementations, which have been rigorously justified both ex-perimentally and mathematically. This gives us confidence that our framework will allow fast prototyping of different scientific simulation applications that run on different parallel platforms and deliver good performance as well.

        We used MPI to implement the communication routines within the framework for better portability; therefore, the parallel library, as well as the applications developed within the framework, can run on every parallel machine where MPI is available. The applications remain portable across different platforms, and the communication library within the framework can be customized to explore possible performance gains based on individual characteristics of different parallel machines.
    To demonstrate the flexibility and performance of this framework, we implemented a gravitational force field computation code and a multi-filament vortex method on a SPARC Ultra workstation cluster, and report very competitive speedup even compared with a highly optimized sequential C implementation.


Keywords: distributed scientific computation, data structures, parallel trees, n-body simulations, class library

  Retrieve PDF document (JISE_199801_04.pdf)