dump bc properties
Mpi IO
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_BC_prop_type), | intent(in) | :: | me | Boundary condition construct to load the data into |
||
integer(kind=long_k), | intent(in) | :: | offset | Offset of the local set of elements in the global list |
||
integer, | intent(in) | :: | nElems | Local number of elements with this property |
||
character(len=*), | intent(in) | :: | basename | Name of the file, the data is stored in, will be appended with ".lua" for the header information and ".lsb" or ".msb" for the binary data. |
||
integer, | intent(in) | :: | myPart | Partition to dump |
||
integer, | intent(in) | :: | comm | Communicator to use |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | root | ||||
integer, | private | :: | locomm | ||||
character(len=256), | private | :: | headerfile | ||||
character(len=256), | private | :: | datafile | ||||
character(len=4), | private | :: | EndianSuffix | ||||
integer(kind=MPI_OFFSET_KIND), | private | :: | displacement | ||||
integer, | private | :: | fh | ||||
integer, | private | :: | etype | ||||
integer, | private | :: | ftype | ||||
integer, | private | :: | ierror | ||||
integer, | private | :: | iostatus(MPI_STATUS_SIZE) | ||||
integer, | private | :: | typesize |