|
subroutine | 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_realloc::FTI_Realloc_Ptr |
( |
integer, intent(in) |
id_F, |
|
|
type(c_ptr) |
ptr, |
|
|
integer, intent(out) |
ierr |
|
) |
| |
|
private |
This function loads the checkpoint data size from the metadata file, reallacates memory and updates data size information.
Reallocates dataset to last checkpoint size.
- Parameters
-
id_F | (IN) Variable ID. |
ptr | (INOUT) C-Pointer to the variable. |
ierr | (OUT) Token for error handling. |
- Returns
- pointer Pointer if successful, NULL otherwise
The documentation for this interface was generated from the following file: