Abstract
Symbolic computation is an important area of both Mathematics and Computer Science, with many large computations that would benefit from parallel execution. Symbolic computations are, however, challenging to parallelise as they have complex data and control structures, and both dynamic and highly irregular parallelism. The SymGridPar framework has been developed to address these challenges on small-scale parallel architectures. However the multicore revolution means that the number of cores and the number of failures are growing exponentially, and that the communication topology is becoming increasingly complex. Hence an improved parallel symbolic computation framework is required.
This paper presents the design and initial evaluation of SymGrid-Par2 (SGP2), a successor to SymGridPar that is designed to provide scalability onto 106 cores, and hence also provide fault tolerance. We present the SGP2 design goals, principles and architecture. We describe how scalability is achieved using layering and by allowing the programmer to control task placement. We outline how fault tolerance is provided by supervising remote computations, and outline higher-level fault tolerance abstractions.
We describe the SGP2 implementation status and development plans. We report the scalability and efficiency on approximately 2000 cores, and investigate the overheads of tolerating faults for simple symbolic computations.
This paper presents the design and initial evaluation of SymGrid-Par2 (SGP2), a successor to SymGridPar that is designed to provide scalability onto 106 cores, and hence also provide fault tolerance. We present the SGP2 design goals, principles and architecture. We describe how scalability is achieved using layering and by allowing the programmer to control task placement. We outline how fault tolerance is provided by supervising remote computations, and outline higher-level fault tolerance abstractions.
We describe the SGP2 implementation status and development plans. We report the scalability and efficiency on approximately 2000 cores, and investigate the overheads of tolerating faults for simple symbolic computations.
Original language | English |
---|---|
Title of host publication | Proceedings of the 28th Annual ACM Symposium on Applied Computing |
Publisher | Association for Computing Machinery |
Pages | 1674-1681 |
Number of pages | 8 |
ISBN (Electronic) | 9781450316569 |
DOIs | |
Publication status | Published - 2013 |
Event | 28th ACM Symposium on Applied Computing 2013 - Coimbra, Portugal, Coimbra, Portugal Duration: 18 Mar 2013 → 22 Mar 2013 Conference number: 28 http://oldwww.acm.org/conferences/sac/sac2013/ |
Conference
Conference | 28th ACM Symposium on Applied Computing 2013 |
---|---|
Abbreviated title | SAC 2013 |
Country/Territory | Portugal |
City | Coimbra |
Period | 18/03/13 → 22/03/13 |
Internet address |
Keywords
- fault tolerance, locality control, parallel functional programming
- locality control
- parallel functional programming