MPI_Get_processor_name(3) (9/21/1994) MPI_Get_processor_name(3)
NAME
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
Page 1 (printed 3/8/95)