mpi.barrier {Rmpi}R Documentation

MPI\_Barrier API

Description

mpi.barrier blocks the caller until all members have called it.

Usage

  mpi.barrier(comm = 1)

Arguments

comm

a communicator number

Value

1 if success. Otherwise 0.

Author(s)

Hao Yu

References

http://www.openmpi.org/


[Package Rmpi version 0.6-8 Index]