You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
n-body - an n-body simulation approximates the motion of particles, often specifically particles that interact with one another through some type of physical forces.
midpoint-rule
monte-carlo
nprimes
User-level checkpoint library
Rollback recovery - checkpoint/restart based
Failure detection - ULFM based
Snapshot creation - hard drive based (in place/via NFS)
Incremental chekpointing - delta encoding based (XOR operation)
Implementing alternative recovery fault tolerance methods
Expanding test sample base
Reducing overhead
Improving impementation
This project has been implemented as a part of my graduate thesis in Computing Systems department of Siberian State University of Telecommunications and Information Scienses.