Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | nDofs | = | 1 | Number of degrees of freedom for each of the scalars entries in the varibale system in the file. |
|
integer, | private | :: | nChunks | Number of local chunks required to fit complete data in. Set in routine: tem_restart_getTotalChunks |
|||
integer, | private | :: | maxnChunks | Globally maximal number of chunks required. Set in routine: tem_restart_getTotalChunks |
|||
integer, | private | :: | chunkSize | Number of elements that fit into the buffer. Set in routine: tem_restart_getTotalChunks |
|||
integer, | private | :: | ftype | Handle for the MPI type to describe the view for IO in binary IO |
|||
integer, | private | :: | vectype | Handle for the MPI type describing the vector of data in each element |
|||
integer(kind=MPI_OFFSET_KIND), | private | :: | displacement | start of view for MPI_SET_VIEW |