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