The COOLFluiD parallel architecture

  • Authors:
  • Dries Kimpe;Andrea Lani;Tiago Quintino;Stefaan Poedts;Stefan Vandewalle

  • Affiliations:
  • Centre for Plasma-Astroyphysics, K.U.Leuven, Leuven, Belgium;Von Karman Institute, Aerospace Dept., Sint-Genesius-Rode, Belgium;Von Karman Institute, Aerospace Dept., Sint-Genesius-Rode, Belgium;Centre for Plasma-Astroyphysics, K.U.Leuven, Leuven, Belgium;Scientific Computing Group, K.U.Leuven, Leuven, Belgium

  • Venue:
  • PVM/MPI'05 Proceedings of the 12th European PVM/MPI users' group conference on Recent Advances in Parallel Virtual Machine and Message Passing Interface
  • Year:
  • 2005

Quantified Score

Hi-index 0.00

Visualization

Abstract

This paper discusses the parallel design of COOLFluiD (Computa- tional Object Oriented Library for Fluid Dynamics), a state-of-the-art C++ framework for multi-physics simulations using multiple numerical methods on unstructured grids. By using advanced techniques and specific design patterns, flexibility and modularity are assured. COOLFluiD was recently adapted to support parallel computations on distributed memory machines. For this, a parallel layer was added, designed to minimize impact on both users and software developers, while maintaining high performance. From the user’s point of view, parallelisation is fully transparent. The techniques making this possible will be discussed. Also presented is a technique for reconciling generic programming with libraries requiring explicit type information.