alldone {mspath}R Documentation

Distributed Calculation Shut-Down

Description

Shut down the distributed calculation

Usage

alldone(comm = 0)

Arguments

comm The MPI communicator to shut down.

Details

Note that the distributed environment itself may remain and need to be shutdown separately. For example, if lamboot started the MPI session, you still need to execute lamhalt.

Only the master (rank 0) process should execute this command.

Value

The return value from mpi.exit().

Author(s)

Ross Boylan

See Also

master, mspathDistributedCalculator, Rmpi


[Package mspath version 0.9-9 Index]