MPI_Get_processor_name

--- Gets the name of the processor

Output Parameters

name
A unique specifier for the actual (as opposed to virtual) node.
resultlen
Length (in characters) of the name

Notes

The name returned should identify a particular piece of hardware; the exact format is implementation defined.

Synopsis


#include "mpi.h"
int MPI_Get_processor_name( name, resultlen )
char *name;
int *resultlen;

Location: getpname.c