mpi.comm.set.errhandler {Rmpi} | R Documentation |
mpi.comm.set.errhandler
sets a communicator to MPI_ERRORS_RETURN
instead of
MPI_ERRORS_ARE_FATAL (default) which crashes R on any type of MPI errors.
Almost all MPI API calls return errcodes which can map to specific MPI error
messages. All MPI related error messages come from predefined
MPI_Error_string.
mpi.comm.set.errhandler(comm = 1)
comm |
a communicator number |
1 if success. Otherwise 0.
Hao Yu
http://www.lam-mpi.org/, http://www-unix.mcs.anl.gov/mpi/www/www3/