Module Scientific.MPI

Submodules:


Class MPICommunicator: MPI Communicator

There is no constructor for MPI Communicator objects. The default communicator is given by Scientific.MPI.world, and other communicators can only be created by methods on an existing communicator object.

A communicator object has two read-only attributes: rank is an integer which indicates the rank of the current process in the communicator, and size is an integer equal to the number of processes that participate in the communicator.

Methods:

Class MPIError: MPI call failed


Class MPIRequest: MPI Request

There is no constructor for MPI Request objects. They are returned by nonblocking send and receives, and are used to query the status of the message.

Methods: