bigGP.exit {bigGP} | R Documentation |
Exit bigGP Environment
Description
bigGP.exit
terminates the package's execution environment and
detaches the package. After that, you can still work in R.
bigGP.quit
terminates the package's execution environment and quits R.
Usage
bigGP.exit()
bigGP.quit(save = "no")
Arguments
save |
the same argument as |
Details
These functions should be used to safely leave the "bigGP"
execution context, specifically MPI, when R is started via MPI such as
by calling mpirun or analogous executables. They close the slave
processes and then invoke either mpi.exit
or mpi.quit
.
If leaving R altogether, one simply uses bigGP.quit
.
See Also
[Package bigGP version 0.1.8 Index]