Scalability of hybrid programming for a CFD code on the earth simulator

  • Authors:
  • K. Itakura;A. Uno;M. Yokokawa;T. Ishihara;Y. Kaneda

  • Affiliations:
  • Earth Simulator Center, Japan Agency for Marine-Earth Science and Technology, Kanazawa-ku, Yokohama 236-0001, Japan;Earth Simulator Center, Japan Agency for Marine-Earth Science and Technology, Kanazawa-ku, Yokohama 236-0001, Japan;Grid Technology Research Center, National Institute for Advanced Industrial Science and Technology, Umezono, 1-1-1, Tsukuba 305-3568, Japan;Department of Computational Science and Engineering, Graduate School of Engineering, Nagoya University, Nagoya 464-8603, Japan;Department of Computational Science and Engineering, Graduate School of Engineering, Nagoya University, Nagoya 464-8603, Japan

  • Venue:
  • Parallel Computing
  • Year:
  • 2004

Quantified Score

Hi-index 0.00

Visualization

Abstract

The Earth Simulator (ES) is an SMP cluster system. There are two types of parallel programming models available on the ES. One is a flat programming model, in which a parallel program is implemented by MPI interfaces only, both within an SMP node and among nodes. The other is a hybrid programming model, in which a parallel program is written by using thread programming within an SMP node and MPI programming among nodes simultaneously. It is generally known that it is difficult to obtain the same high level of performance using the hybrid programming model as can be achieved with the flat programming model.In this paper, we have evaluated scalability of the code for direct numerical simulation of the Navier-Stokes equations on the ES. The hybrid programming model achieves the sustained performance of 346.9 Gflop/s, while the flat programming model achieves 296.4 Gflop/s with 16 PNs of the ES for a DNS problem size of 2563. For small scale problems, however, the hybrid programming model is not as efficient because of microtasking overhead. It is shown that there is an advantage for the hybrid programming model on the ES for the larger size problems.