Message to setup for running a new job. More...
#include <ToolctlMessages.h>
Data Fields | |
| uint16_t | numRanks |
| Number of ranks running on compute node for job. | |
| uint32_t | ranks [MaxRanksPerNode] |
| Rank of each process running on compute node. | |
| uid_t | userId |
| User id. | |
| gid_t | groupId |
| Primary group id. | |
| uint32_t | nodeId |
| struct MessageHeader | header |
| Message header. | |
| uint32_t | toolId |
| Tool identifier. | |
Message to setup for running a new job.
Definition at line 564 of file ToolctlMessages.h.
Primary group id.
Definition at line 569 of file ToolctlMessages.h.
struct MessageHeader bgcios::toolctl::ToolMessage::header [read, inherited] |
Message header.
Definition at line 460 of file ToolctlMessages.h.
Node id used to name symbolic link in toolctl_node directory. The value matches the pid field in the MPIR_PROCDESC structure.
Definition at line 570 of file ToolctlMessages.h.
Number of ranks running on compute node for job.
Definition at line 566 of file ToolctlMessages.h.
Rank of each process running on compute node.
Definition at line 567 of file ToolctlMessages.h.
uint32_t bgcios::toolctl::ToolMessage::toolId [inherited] |
Tool identifier.
Definition at line 461 of file ToolctlMessages.h.
User id.
Definition at line 568 of file ToolctlMessages.h.
1.6.1