Loadable Function: name,resultlen,INFO = MPI_Get_processor_name ()
Get the name of the processor that is using MPI.
INFO (int) return code 0 MPI_SUCCESS No error 16 MPI_ERR_OTHER Attempt was made to call MPI_Init a second time MPI_Init may only be called once in a program
Package: mpi