| mpi.comm.set.errhandler | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.