Skip to content
Prev 1743 / 2152 Next

R error throwing and poe error catching

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: