This routine dump compute and BC timing for all ranks rank nFluids tCompute nBCElems tBC tCPU tMainLoop
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(tem_comm_env_type), | intent(in) | :: | proc | |||
| integer, | intent(in) | :: | nFluids | |||
| integer, | intent(in) | :: | nBCElems | |||
| integer(kind=long_k), | intent(in) | :: | DomSize | |||
| integer, | intent(in) | :: | iter | |||
| type(tem_communication_type), | intent(in) | :: | send |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=PathLen), | private | :: | filename | ||||
| real(kind=rk), | private | :: | tMainLoop | ||||
| real(kind=rk), | private | :: | tBC | ||||
| real(kind=rk), | private | :: | tCompute | ||||
| real(kind=rk), | private | :: | tBCBuffer | ||||
| real(kind=rk), | private | :: | tComm | ||||
| real(kind=rk), | private | :: | tCPU | ||||
| real(kind=rk), | private | :: | totalCPU | ||||
| real(kind=rk), | private | :: | maxCPU | ||||
| integer, | private | :: | fileunit | ||||
| integer, | private | :: | iError | ||||
| integer, | private | :: | msgsize | ||||
| integer, | private | :: | nLinks | ||||
| integer, | private | :: | totalProcs | ||||
| integer, | private | :: | totalLinks | ||||
| integer, | private | :: | ii | ||||
| character(len=OutLen), | private | :: | output | ||||
| integer, | private | :: | ioStatus(mpi_status_size) |