Documentation ¶
Index ¶
- Variables
- func Close()
- func GetHash(str string)
- func GetLocalIP() ([]string, error)
- func ReceiveBytes(size uint64, rank uint64) ([]byte, error)
- func SendBytes(buf []byte, rank uint64) error
- func SerializeWorld(world *MPIWorld) []byte
- func SetIPPool(filePath string, world *MPIWorld) error
- type MPIWorld
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func GetLocalIP ¶
func ReceiveBytes ¶
If Dispatcher calls this function, rank is required, it will receive from rank-th worker If Worker calls this function, rank is not required, it will receive from Dispatcher
func SerializeWorld ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.