Fault Tolerance Interface
/home/kellekai/WORK/FTI/FTI-REPO-LEO/build/interface.F90 File Reference

Fortran interface for the FTI checkpoint library. More...

Data Types

type  FTI::FTI_type
 
interface  FTI::FTI_Init_impl
 
interface  FTI::FTI_Status_impl
 
interface  FTI::FTI_InitType_impl
 
interface  FTI::FTI_GetStoredSize_impl
 
interface  FTI::FTI_Realloc_impl
 
interface  FTI::FTI_Protect_impl
 
interface  FTI::FTI_Checkpoint_impl
 
interface  FTI::FTI_Recover_impl
 
interface  FTI::FTI_RecoverVar_impl
 
interface  FTI::FTI_Snapshot_impl
 
interface  FTI::FTI_Finalize_impl
 
interface  FTI::fti_realloc
 
interface  FTI::fti_protect
 
interface  FTI::FTI_InitComplexType_impl
 
interface  FTI::FTI_AddSimpleField_impl
 
interface  FTI::FTI_AddComplexField_impl
 

Modules

module  FTI
 Modul: FTI.
 

Functions/Subroutines

subroutine, public FTI::FTI_Init (config_file, global_comm, err)
 This function initializes the FTI context and prepares the heads to wait for checkpoints. FTI processes should never get out of this function. In case of a restart, checkpoint files should be recovered and in place at the end of this function. More...
 
subroutine, public FTI::FTI_Status (status)
 This function returns the current status of the recovery flag. More...
 
subroutine, public FTI::FTI_InitType (type_F, size_F, err)
 This function initalizes a data type. the only information needed is the size of the data type, the rest is black box for FTI. More...
 
subroutine, public FTI::FTI_GetStoredSize (id_F, size)
 This function returns size of variable of given ID that is saved in metadata. This may be different from size of variable that is in the program. If this function it's called when recovery it returns size from metadata file, if it's called after checkpoint it returns size saved in temporary metadata. If there is no size saved in metadata it returns 0. More...
 
subroutine FTI::FTI_Realloc_Ptr (id_F, ptr, ierr)
 This function loads the checkpoint data size from the metadata file, reallacates memory and updates data size information. More...
 
subroutine FTI::FTI_Protect_Ptr (id_F, ptr, count_F, type_F, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_CHARACTER10 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_CHARACTER11 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_CHARACTER12 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_CHARACTER13 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_CHARACTER14 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_CHARACTER15 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_CHARACTER16 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_CHARACTER17 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_CHARACTER40 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_CHARACTER41 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_CHARACTER42 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_CHARACTER43 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_CHARACTER44 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_CHARACTER45 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_CHARACTER46 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_CHARACTER47 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_COMPLEX40 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_COMPLEX41 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_COMPLEX42 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_COMPLEX43 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_COMPLEX44 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_COMPLEX45 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_COMPLEX46 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_COMPLEX47 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_COMPLEX80 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_COMPLEX81 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_COMPLEX82 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_COMPLEX83 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_COMPLEX84 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_COMPLEX85 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_COMPLEX86 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_COMPLEX87 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_COMPLEX160 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_COMPLEX161 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_COMPLEX162 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_COMPLEX163 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_COMPLEX164 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_COMPLEX165 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_COMPLEX166 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_COMPLEX167 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_INTEGER10 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_INTEGER11 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_INTEGER12 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_INTEGER13 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_INTEGER14 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_INTEGER15 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_INTEGER16 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_INTEGER17 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_INTEGER20 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_INTEGER21 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_INTEGER22 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_INTEGER23 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_INTEGER24 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_INTEGER25 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_INTEGER26 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_INTEGER27 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_INTEGER40 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_INTEGER41 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_INTEGER42 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_INTEGER43 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_INTEGER44 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_INTEGER45 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_INTEGER46 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_INTEGER47 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_INTEGER80 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_INTEGER81 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_INTEGER82 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_INTEGER83 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_INTEGER84 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_INTEGER85 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_INTEGER86 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_INTEGER87 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_INTEGER160 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_INTEGER161 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_INTEGER162 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_INTEGER163 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_INTEGER164 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_INTEGER165 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_INTEGER166 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_INTEGER167 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_LOGICAL10 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_LOGICAL11 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_LOGICAL12 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_LOGICAL13 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_LOGICAL14 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_LOGICAL15 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_LOGICAL16 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_LOGICAL17 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_LOGICAL20 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_LOGICAL21 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_LOGICAL22 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_LOGICAL23 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_LOGICAL24 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_LOGICAL25 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_LOGICAL26 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_LOGICAL27 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_LOGICAL40 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_LOGICAL41 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_LOGICAL42 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_LOGICAL43 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_LOGICAL44 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_LOGICAL45 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_LOGICAL46 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_LOGICAL47 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_LOGICAL80 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_LOGICAL81 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_LOGICAL82 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_LOGICAL83 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_LOGICAL84 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_LOGICAL85 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_LOGICAL86 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_LOGICAL87 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_LOGICAL160 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_LOGICAL161 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_LOGICAL162 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_LOGICAL163 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_LOGICAL164 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_LOGICAL165 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_LOGICAL166 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_LOGICAL167 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_REAL40 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_REAL41 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_REAL42 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_REAL43 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_REAL44 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_REAL45 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_REAL46 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_REAL47 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_REAL80 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_REAL81 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_REAL82 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_REAL83 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_REAL84 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_REAL85 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_REAL86 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_REAL87 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_REAL160 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_REAL161 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_REAL162 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_REAL163 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_REAL164 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_REAL165 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_REAL166 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine FTI::FTI_Protect_REAL167 (id_F, data, err)
 This function stores a pointer to a data structure, its size, its ID, its number of elements and the type of the elements. This list of structures is the data that will be stored during a checkpoint and loaded during a recovery. It resets the pointer to a data structure, its size, its number of elements and the type of the elements if the dataset was already previously registered. More...
 
subroutine, public FTI::FTI_Checkpoint (id_F, level, err)
 This function starts by blocking on a receive if the previous ckpt. was offline. Then, it updates the ckpt. information. It writes down the ckpt. data, creates the metadata and the post-processing work. This function is complementary with the FTI_Listen function in terms of communications. More...
 
subroutine, public FTI::FTI_Recover (err)
 This function loads the checkpoint data from the checkpoint file and it updates some basic checkpoint information. More...
 
subroutine, public FTI::FTI_RecoverVar (id, err)
 During a restart process, this function recovers the variable specified by the given id. No effect during a regular execution. The variable must have already been protected, otherwise, FTI_NSCS is returned. Improvements to be done: Open checkpoint file at FTI_Init, close it at FTI_Snapshot Maintain a variable accumulating the offset as variable are protected during the restart to avoid doing the loop to calculate the offset in the checkpoint file. More...
 
subroutine, public FTI::FTI_Snapshot (err)
 This function loads the checkpoint data from the checkpoint file in case of restart. Otherwise, it checks if the current iteration requires checkpointing, if it does it checks which checkpoint level, write the data in the files and it communicates with the head of the node to inform that a checkpoint has been taken. Checkpoint ID and counters are updated. More...
 
subroutine, public FTI::FTI_Finalize (err)
 This function notifies the FTI processes that the execution is over, frees some data structures and it closes. If this function is not called on the application processes the FTI processes will never finish (deadlock). More...
 
subroutine, public FTI::FTI_AddSimpleField (def_F, type_F, offset, id, name)
 This function adds a field to the complex datatype. Use offsetof macro to set offset. First ID must be 0, next one must be +1. If name is NULL FTI will set "T" name. Sets rank and dimLength to 1. More...
 
subroutine, public FTI::FTI_AddComplexField (def_F, type_F, offset, rank, dimLength, id, name)
 This function adds a field to the complex datatype. Use offsetof macro to set offset. First ID must be 0, next one must be +1. If name is NULL FTI will set "T" name. Sets rank and dimLength to 1. More...
 
subroutine, public FTI::FTI_InitComplexType (type_F, def_F, length, size, name, err)
 This function initalizes a data type. the only information needed is the size of the data type, the rest is black box for FTI. More...
 

Variables

integer, parameter, public FTI::fti_sces = 0
 Token returned if a FTI function succeeds. More...
 
integer, parameter, public FTI::fti_nscs = -1
 Token returned if a FTI function fails. More...
 
type(fti_type), public FTI::fti_character1
 
type(fti_type), public FTI::fti_character4
 
type(fti_type), public FTI::fti_complex4
 
type(fti_type), public FTI::fti_complex8
 
type(fti_type), public FTI::fti_complex16
 
type(fti_type), public FTI::fti_integer1
 
type(fti_type), public FTI::fti_integer2
 
type(fti_type), public FTI::fti_integer4
 
type(fti_type), public FTI::fti_integer8
 
type(fti_type), public FTI::fti_integer16
 
type(fti_type), public FTI::fti_logical1
 
type(fti_type), public FTI::fti_logical2
 
type(fti_type), public FTI::fti_logical4
 
type(fti_type), public FTI::fti_logical8
 
type(fti_type), public FTI::fti_logical16
 
type(fti_type), public FTI::fti_real4
 
type(fti_type), public FTI::fti_real8
 
type(fti_type), public FTI::fti_real16
 

Detailed Description

Fortran interface for the FTI checkpoint library.