Proceedings of the Korea Society for Simulation Conference (한국시뮬레이션학회:학술대회논문집)
- 1992.10a
- /
- Pages.5-5
- /
- 1992
병렬분산 환경에서의 DEVS형식론의 시뮬레이션
- Seong, Yeong-Rak (Computer Engineering Research Laboratory Department of Electrical Engineering) ;
- Jung, Sung-Hun (Computer Engineering Research Laboratory Department of Electrical Engineering) ;
- Kon, Tag-Gon (Computer Engineering Research Laboratory Department of Electrical Engineering) ;
- Park, Kyu-Ho- (Computer Engineering Research Laboratory Department of Electrical Engineering)
- Published : 1992.10.01
Abstract
The DEVS(discrete event system specification) formalism describes a discrete event system in a hierarchical, modular form. DEVSIM++ is C++ based general purpose DEVS abstract simulator which can simulate systems to be modeled by the DEVS formalism in a sequential environment. We implement P-DEVSIM++ which is a parallel version of DEVSIM++. In P-DEVSIM++, the external and internal event of models can be processed in parallel. To process in parallel, we introduce a hierarchical distributed simulation technique and some optimistic distributed simulation techniques. But in our algorithm, the rollback of a model is localized itself in contrast to the Time Warp approach. To evaluate its performance, we simulate a single bus multiprocessor architecture system with an external common memory. Simulation result shows that significant speedup is made possible with our algorithm in a parallel environment.