🌙

SpecSims:面向有限内存机器的可扩展推测性树基仿真克隆框架

SpecSims: A Scalable Speculative Tree-based Simulation Cloning Framework for Finite Memory Machines

ACM Transactions on Modeling and Computer Simulation · 2024
被引 1
ABS 3

中文导读

提出一种推测性仿真克隆框架,能在有限内存下高效探索由干预事件排列产生的指数级克隆仿真空间,并实现内存感知和按需执行,通过热扩散和电网仿真验证可行性。

Abstract

Simulation cloning is a technique in which cloned simulations whose state spaces differ partially from their parent simulation due to intervening events are spawned at runtime and concurrently advanced. It is a powerful method to carry out what-if analysis by speculatively exploring and evaluating the impact of various permutations of intervening cascade of events. Due to the exponential growth in the number of possible clones even for a small number of distinct intervening events, the practical efficacy of the approach is often severely limited by the maximum available memory of the computing host. In this paper, we introduce a novel speculative simulation cloning framework that executes a simulation cloning campaign capable of efficiently exploring an exponentially large space of clone simulations created by permutation of intervening events under a finite memory constraint. We provide a theoretical analysis of the runtime characteristics of our proposed approach and highlight its novel advantages such as memory-aware and as-long-as-needed execution. In support of our analytical findings and to demonstrate its practical feasibility, we implement a prototype of the cloning framework on a shared memory system and report its performance characteristics in the context of a heat diffusion simulation, and a power grid simulation subject to cascading disruptions from geomagnetic disturbances.

计算机科学并行计算仿真克隆可扩展性分布式计算