Complete a number of empty writes (due to higher amount of mpi_file_writes from other processes to finalize the write process), close the restart dump file and write the last header.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_restart_type) | :: | me | the restart information |
|||
type(treelmesh_type) | :: | tree | mesh, provided in treelm format |
|||
type(tem_time_type), | intent(in) | :: | timing | The timing object holding the simulation time |
||
type(tem_varSys_type), | intent(in) | :: | varSys | global variable system defined in solver |
||
type(tem_subTree_type), | optional | :: | subTree | optional subTree of given tree |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | iError | ||||
integer, | private | :: | iChunk | ||||
real(kind=rk), | private | :: | chunk(1) |