Skip to content

R error throwing and poe error catching

4 messages · Hao Yu, Jim Gattiker

#
Jim,

Try to alter the behave of error in R. Run at the beginning

options(error=quote(assign(".mpi.err", FALSE, envir = .GlobalEnv)))

Check Rmpi's Rprofile usage.

Hao
Jim Gattiker wrote: