|
|
void greetings (const int& myid, const int& num, const MPI_Comm& icomm)
| greetings |
#include <header.h>
Each process finds out its host, sends this information to root process 0 which prints this information for each process.
Parameters:
myid | the rank of the process (could be also determined by a MPI call) |
num | number of processes in icomm (could be also determined by a MPI call)
|
icomm | the MPI process group that is used. |
Generated by: ghaase on linux on Thu Jun 23 22:11:12 2005, using kdoc 2.0a54. |