x10-lang / x10

Core implementation of X10 programming language including compiler, runtime, class libraries, sample programs and test suite
Eclipse Public License 1.0
70 stars 15 forks source link

Local resilient store #13

Closed shamouda closed 7 years ago

shamouda commented 7 years ago

Replace the old resilient store (DistObjectSnapshot) with a new store (x10.util.resilient.localstore.ResilientStore) that can survive multiple place failures.

Three iterative executors are provided that use the new store: SPMDResilientIterativeExecutor SPMDResilientIterativeExecutorULFM GlobalResilientIterativeExecutor

All code related to the old resilient store were deleted

dgrove-oss commented 7 years ago

Thanks Sara! I will work on merging it now