mpi.get.processor.name {Rmpi} | R Documentation |
MPI_Get_processor_name API
Description
mpi.get.processor.name
returns the host name (a string) where
it is executed.
Usage
mpi.get.processor.name(short = TRUE)
Arguments
short |
a logical. |
Value
a base host name if short = TRUE
and a full host name otherwise.
Author(s)
Hao Yu
References
[Package Rmpi version 0.7-2 Index]