%! /* */ struct icm_mpi_info_type { int total_size_mb; int buffer_size; int header_size; int body_size; int dyn_quota_perc; int buf_reserved; int buf_unreserved; int buf_count; int cur_buf_count; int cur_pipe_count; int peak_buf_usage; int trans_count; }; /* */ %> <% string browser; struct icm_mpi_info_type icm_mpi_info; browser = __icm_get_browser_type(); __icm_get_mpi_info (icm_mpi_info); %>
MPI Status |
|
Global settings | |
Total MPI size (Byte) | <%= icm_mpi_info.total_size_mb %> |
MPI buffer size (Byte) | <%= icm_mpi_info.buffer_size %> |
MPI header size (Byte) | <%= icm_mpi_info.header_size %> |
MPI body size (Byte) | <%= icm_mpi_info.body_size %> |
Total #reserved Mpi Buffer | <%= icm_mpi_info.buf_reserved %> |
Total #unreserved Mpi Buffer | <%= icm_mpi_info.buf_unreserved %> |
Total #Mpi Buffer | <%= icm_mpi_info.buf_count %> |
Current usage | |
#MPI Buffers used | <%= icm_mpi_info.cur_buf_count %> |
#MPI Pipes used | <%= icm_mpi_info.cur_pipe_count %> |
Misc information | |
Peak buffer usage | <%= icm_mpi_info.peak_buf_usage %> |
Transaction count | <%= icm_mpi_info.trans_count %> |