MPI_Get_processor_name
Last updated
Was this helpful?
Last updated
Was this helpful?
Gets the name of the processor.
[name, namelen, info] = MPI_Get_processor_name()
name - a string: name of the processor that is using MPI.
namelen - an integer value: Length (in characters) of the name.
info - an integer value: 0 MPI_SUCCESS, 16 MPI_ERR_OTHER.
This function get the name of the processor that is using MPI.
.
1.0.0
initial version
Allan CORNET