gridexit {pbdBASE} | R Documentation |
Frees a BLACS context.
base.gridexit(ICTXT, override = FALSE) gridexit(ICTXT, override = FALSE)
ICTXT |
BLACS context number. |
override |
logical; if TRUE, ignores normal check preventing the
closing of |
For advanced users only.
The function frees the requested BLACS context. It is a trivial wrapper for
the BLACS routine BLACS_GRIDEXIT
. Also removes the object
.__blacs_gridinfo_ICTXT
.
Contexts 0, 1, and 2 can not be freed in this way unless the argument
override=FALSE
. This will probably break something and I do not
recommend it.
Silently returns 0 when successful. Silently returns 1 when
requested ICTXT
does not exist.