Fault tolerance for multi-threaded applications by leveraging hardware transactional memory

  • Authors:
  • Gulay Yalcin;Osman Sabri Unsal;Adrian Cristal

  • Affiliations:
  • Barcelona Supercomputing Center, Spain and Universitat Politecnica de Catalunya, Spain;Barcelona Supercomputing Center, Spain;Barcelona Supercomputing Center, Spain

  • Venue:
  • Proceedings of the ACM International Conference on Computing Frontiers
  • Year:
  • 2013

Quantified Score

Hi-index 0.00

Visualization

Abstract

Providing fault tolerance especially to mission critical applications in order to detect transient and permanent faults and to recover from them is one of the main necessity for processor designers. However, fault tolerance for multi-threaded applications presents high performance degradations due to comparing the results of the instruction streams, checkpointing the entire system and recovering from the detected errors to an agreed state. In this study, we present FaulTM-multi, a fault tolerance scheme for multi threaded applications running on transactional memory hardware which reduces these performance degradations. FaulTM-multi decreases the performance degradation of lockstepping, a conventional fault detection scheme, from 23% and 9% to 10% and 2% for lock-based parallel and TM applications respectively. Also, FaulTM-multi creates 28% less checkpoints compared to Rebound, the state of the art checkpointing scheme.