Changes between Version 1 and Version 2 of Public/User_Guide/FTI


Ignore:
Timestamp:
Jun 13, 2019, 2:42:31 PM (5 years ago)
Author:
Kai Keller
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Public/User_Guide/FTI

    v1 v2  
    1212
    1313Manual: https://github.com/leobago/fti/wiki
     14
     15= Feature List
     16* Multi level checkpointing
     17    * Node local
     18        * single checkpoint per node (level 1)
     19        * Buddy checkpoints (level 2)
     20        * Encoding checkpoints tolerating failures of half of the nodes/processes (level 3)
     21    * checkpoints on parallel file system (level 4)
     22- Differential checkpointing (available for posix/fti-ff level 4).
     23  Differential checkpointing means the differential update of a
     24  CP file. Unchanged application data compared to the last checkpoint
     25  will not be updated and thus saves I/O time.
     26- Incremental checkpointing. Incremental checkpointing means the incremental completion
     27  of a CP file. This technique serves primarily to avoid overhead
     28  caused by oversaturated network channels. It may also be used to overlap
     29  computation and checkpoint I/O
     30- Single file checkpoint on the PFS using HDF5 or MPI-IO
     31- Asynchronous post-processing of higher level checkpoints
    1432
    1533= Quick Start Guide
     
    6381}
    6482}}}
    65 
    66 = Feature List
    67 * Multi level checkpointing
    68     * Node local
    69         * single checkpoint per node (level 1)
    70         * Buddy checkpoints (level 2)
    71         * Encoding checkpoints tolerating failures of half of the nodes/processes (level 3)
    72     * checkpoints on parallel file system (level 4)
    73 - Differential checkpointing (available for posix/fti-ff level 4).
    74   Differential checkpointing means the differential update of a
    75   CP file. Unchanged application data compared to the last checkpoint
    76   will not be updated and thus saves I/O time.
    77 - Incremental checkpointing. Incremental checkpointing means the incremental completion
    78   of a CP file. This technique serves primarily to avoid overhead
    79   caused by oversaturated network channels. It may also be used to overlap
    80   computation and checkpoint I/O
    81 - Single file checkpoint on the PFS using HDF5 or MPI-IO
    82 - Asynchronous post-processing of higher level checkpoints