mpi.get.processor.name {Rmpi} | R Documentation |
mpi.get.processor.name
returns the host name (a string) where
it is executed.
mpi.get.processor.name(short = TRUE)
short |
a logical. |
a base host name if short = TRUE
and a full host name otherwise.
Hao Yu