FreeNOS
|
Describes a remote CPU node accessible via MPI. More...
Data Fields | |
in_addr_t | ipAddress |
u16 | udpPort |
< IP address of the node More... | |
u32 | coreId |
< UDP port of the node More... | |
u32 MpiHost::Node::coreId |
< UDP port of the node
Definition at line 55 of file MpiHost.h.
Referenced by MpiHost::initialize(), MpiHost::parseHostsFile(), MpiHost::receive(), MpiHost::receivePacket(), and MpiHost::send().
in_addr_t MpiHost::Node::ipAddress |
Definition at line 53 of file MpiHost.h.
Referenced by MpiHost::initialize(), MpiHost::parseHostsFile(), MpiHost::receivePacket(), and MpiHost::sendPacket().
u16 MpiHost::Node::udpPort |
< IP address of the node
Definition at line 54 of file MpiHost.h.
Referenced by MpiHost::initialize(), MpiHost::parseHostsFile(), MpiHost::receivePacket(), and MpiHost::sendPacket().