Enabling rapid development of parallel tree search applications

  • Authors:
  • Jeffrey P. Gardner;Andrew Connolly;Cameron McBride

  • Affiliations:
  • Pittsburgh Supercomputing Center, Pittsburgh, PA;University of Washington, Seattle, WA;University of Pittsburgh, Pittsburgh, PA

  • Venue:
  • Proceedings of the 5th IEEE workshop on Challenges of large applications in distributed environments
  • Year:
  • 2007

Quantified Score

Hi-index 0.01

Visualization

Abstract

Virtual observatories will give astronomers easy access to anunprecedented amount of data. Extracting scientific knowledge from these data will increasingly demand both efficient algorithms as well as the power of parallel computers. Nearly all efficient analyses of large astronomical datasets use trees as their fundamental data structure. Writing efficient tree-based techniques, a task that is time-consuming even on single-processor computers, is exceedingly cumbersome on massively parallel platforms (MPPs). Most applications that run on MPPs are simulation codes, since the expense of developing them is offset by the fact that they will be used for many years by many researchers. In contrast, data analysis codes change far more rapidly, are often unique to individual researchers, and therefore accommodate little reuse. Consequently, the economics of the current high-performance computing development paradigm for MPPs does not favor data analysis applications. We have therefore built a library, called Ntropy, that provides a flexible, extensible, and easy-to-use way of developing tree-based data analysis algorithms for both serial and parallel platforms. Our experience has shown that not only does our library save development time, it can also deliver excellent serial performance and parallel scalability. Furthermore, Ntropy makes it easy for an astronomer with little or noparallel programming experience to quickly scale their application to a distributed multiprocessor environment. By minimizing development time for efficient and scalable data analysis, we enable wide-scale knowledge discovery on massive datasets.