ETRI-Knowledge Sharing Plaform

KOREAN
논문 검색
Type SCI
Year ~ Keyword

Detail

Journal Article Dynamic software updates for parallel high‐performance applications
Cited 11 time in scopus Share share facebook twitter linkedin kakaostory
Authors
Dong Kwan Kim, Eli Tilevich, Calvin J. Ribbens
Issue Date
2011-03
Citation
Concurrency and Computation : Practice & Experience, v.23, no.4, pp.415-434
ISSN
1532-0626
Publisher
John Wiley & Sons
Language
English
Type
Journal Article
DOI
https://dx.doi.org/10.1002/cpe.1663
Abstract
Despite using multiple concurrent processors, a typical high-performance parallel application is long-running, taking hours, even days to arrive at a solution. To modify a running high-performance parallel application, the programmer has to stop the computation, change the code, redeploy, and enqueue the updated version to be scheduled to run, thus wasting not only the programmer's time, but also expensive computing resources. To address these inefficiencies, this article describes how dynamic software updates (DSU) can be used to modify a parallel application on the fly, thus saving the programmer's time and using expensive computing resources more productively. The net effect of updating parallel applications dynamically can reduce the total time that elapses between posing a problem and arriving at a solution, otherwise known as time-to-discovery. To explore the benefits of dynamic updates for high performance applications, this article takes a two-pronged approach. First, we describe our experiences of building and evaluating a system for dynamically updating applications running on a parallel cluster. We then review a large body of literature describing the existing state of the art in DSU and point out how this research can be applied to high-performance applications. Our experimental results indicate that DSU have the potential to become a powerful tool in reducing time-to-discovery for high-performance parallel applications. © 2010 John Wiley & Sons, Ltd.
KSP Keywords
Computing resources, Dynamic software updates, Long-running, Multiple concurrent, Parallel applications, dynamic update, existing state, high-performance applications, state-of-The-Art, the fly