2013
DOI: 10.1016/j.procs.2013.05.176
|View full text |Cite
|
Sign up to set email alerts
|

Fault-Tolerant Grid-Based Solvers: Combining Concepts from Sparse Grids and MapReduce

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1

Citation Types

0
9
0

Year Published

2014
2014
2017
2017

Publication Types

Select...
5
2
1

Relationship

0
8

Authors

Journals

citations
Cited by 16 publications
(10 citation statements)
references
References 24 publications
0
9
0
Order By: Relevance
“…Chen et al [15] proposed an algorithm-based recovery method for iterative system solvers to enable resilience to fail-stop failures based on data partitioning tailored to the characteristics of the iterative scheme, while Larson et al [30] achieved fault tolerance by combining solutions on sparse grids. Both approaches can in principle be reformulated in a domain decomposition paradigm, but with a distinct flavor of fault-detection or redundancy present.…”
mentioning
confidence: 99%
“…Chen et al [15] proposed an algorithm-based recovery method for iterative system solvers to enable resilience to fail-stop failures based on data partitioning tailored to the characteristics of the iterative scheme, while Larson et al [30] achieved fault tolerance by combining solutions on sparse grids. Both approaches can in principle be reformulated in a domain decomposition paradigm, but with a distinct flavor of fault-detection or redundancy present.…”
mentioning
confidence: 99%
“…As in many other applications, we use Python to glue together the different components of our implementation as well as providing some high level functions for performing the combination. It is based upon the development of NuMRF [17,18]:…”
Section: Top Layer: Loadmentioning
confidence: 99%
“…The second part is the initialisation of data structures and construction/allocation of arrays which will hold the relevant data. This is achieved using PyGraFT [17,18] which is a general class of grids and fields that allows us to handle data from the various components in a generic way. Also in this part of the code is the building of a sparse grid data structure.…”
Section: Top Layer: Loadmentioning
confidence: 99%
“…Hadoop is widely used in large-scale data analysis in the commercial and research communities. The rapid uptake of MapReduce has spawned other implementations, including one utilizing Python's Pool class [21], and the message-passing-parallel MapReduce-MPI [22]. A review discussion of MapReduce implementations, advantages and disadvantages of the MapReduce programming model, and its variants and extensions is given by [23].…”
Section: Mapreducementioning
confidence: 99%
“…Algorithm-Based Fault Tolerance (ABFT) techniques for creating robust PDE solvers based on the modified sparse grid combination technique are proposed in [22], [9]. The proposed solver can accommodate the loss of single or multiple component grids.…”
Section: Related Workmentioning
confidence: 99%