Command to acknowledge getting process data. More...
#include <ToolctlMessages.h>
Data Fields | |
| uint32_t | rank |
| MPI rank. | |
| uint32_t | tgid |
| Thread group id. | |
| uint32_t | aCoord |
| A coordinate. | |
| uint32_t | bCoord |
| B coordinate. | |
| uint32_t | cCoord |
| C coordinate. | |
| uint32_t | dCoord |
| D coordinate. | |
| uint32_t | eCoord |
| E coordinate. | |
| uint32_t | tCoord |
| T coordinate. | |
| BG_Addr_t | sharedMemoryStartAddr |
| Shared memory region start address. | |
| BG_Addr_t | sharedMemoryEndAddr |
| Shared memory region end address. | |
| BG_Addr_t | persistMemoryStartAddr |
| Persistent memory region start address. | |
| BG_Addr_t | persistMemoryEndAddr |
| Persistent memory region end address. | |
| BG_Addr_t | heapStartAddr |
| Heap start address. | |
| BG_Addr_t | heapEndAddr |
| Heap end address. | |
| BG_Addr_t | heapBreakAddr |
| Heap break address. | |
| BG_Addr_t | mmapStartAddr |
| Memory map start address. | |
| BG_Addr_t | mmapEndAddr |
| Memory map end address. | |
| struct timeval | jobTime |
| Time job has been running. | |
| BG_ThreadID_t | threadID |
| Thread id. | |
Command to acknowledge getting process data.
Definition at line 754 of file ToolctlMessages.h.
A coordinate.
Definition at line 758 of file ToolctlMessages.h.
B coordinate.
Definition at line 759 of file ToolctlMessages.h.
C coordinate.
Definition at line 760 of file ToolctlMessages.h.
D coordinate.
Definition at line 761 of file ToolctlMessages.h.
E coordinate.
Definition at line 762 of file ToolctlMessages.h.
Heap break address.
Definition at line 770 of file ToolctlMessages.h.
Heap end address.
Definition at line 769 of file ToolctlMessages.h.
Heap start address.
Definition at line 768 of file ToolctlMessages.h.
struct timeval bgcios::toolctl::GetProcessDataAckCmd::jobTime [read] |
Time job has been running.
Definition at line 773 of file ToolctlMessages.h.
Memory map end address.
Definition at line 772 of file ToolctlMessages.h.
Memory map start address.
Definition at line 771 of file ToolctlMessages.h.
Persistent memory region end address.
Definition at line 767 of file ToolctlMessages.h.
Persistent memory region start address.
Definition at line 766 of file ToolctlMessages.h.
MPI rank.
Definition at line 756 of file ToolctlMessages.h.
Shared memory region end address.
Definition at line 765 of file ToolctlMessages.h.
Shared memory region start address.
Definition at line 764 of file ToolctlMessages.h.
T coordinate.
Definition at line 763 of file ToolctlMessages.h.
Thread group id.
Definition at line 757 of file ToolctlMessages.h.
BG_ThreadID_t bgcios::toolctl::ToolCommand::threadID [inherited] |
Thread id.
Definition at line 659 of file ToolctlMessages.h.
1.6.1