FreeNOS
Data Fields
MpiHost::Node Struct Reference

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...
 

Detailed Description

Describes a remote CPU node accessible via MPI.

Definition at line 51 of file MpiHost.h.

Field Documentation

◆ coreId

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().

◆ ipAddress

in_addr_t MpiHost::Node::ipAddress

◆ udpPort

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().


The documentation for this struct was generated from the following file: