mpi

package module
v0.0.0-...-cfdda86 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 31, 2020 License: MIT Imports: 6 Imported by: 0

README

mpi-interface

standard-readme compliant

Info

Interface with mpi.

WARNING : Development in progress, might contain bug

ToDo

main changes:

  • manage mpi function loading
  • handle mpi message

License

MIT

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Install

func Install(path string) error

Types

type Handler

type Handler func(Message) ([]Message, error)

func Load

func Load(path string, responder func(Message) error) Handler

type Message

type Message struct {
	Pid  int
	From string
	To   string
	Data []byte
}

func FromString

func FromString(msg string) (*Message, error)

func (*Message) String

func (m *Message) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL