2012 SC Companion High Performance Computing, Networking Storage and Analysis(2012)
Lawrence Livermore Natl Lab
被引用6|浏览1
摘要
Derived field generation is a critical aspect of many visualization and analysis systems. This capability is frequently implemented by providing users with a language to create new fields and then translating their "programs" into a pipeline of filters that are combined in sequential fashion. Although this design is highly extensible and practical for development, the runtime characteristics of the typical implementation are poor, since it iterates over large arrays many times. As we reconsider visualization and analysis systems for many-core architectures, we must re-think the best way to implement derived fields while being cognizant of data movement. In this paper, we describe a flexible Python-based framework that realizes efficient derived field generation on many-core architectures using OpenCL. Our framework supports the development of different execution strategies for composing operations using a common library of building blocks. We present an evaluation of our framework by testing three execution strategies to explore tradeoffs between runtime performance and memory constraints. We successfully demonstrate our framework in an HPC environment using the vortex detection application on a large-scale simulation.
更多
查看译文
关键词
analysis system,many-core architecture,flexible Python-based framework,Derived field generation,different execution strategy,execution strategy,field generation,new field,runtime characteristic,runtime performance,Efficient Dynamic Derived Field