Source: header.h


Annotated List
Files
Globals
Hierarchy
Index
//	general header for all functions in directory

#ifndef HEADER_FILE
#define HEADER_FILE

/**	Each process finds out its host, sends this information 
	to root process 0 which prints this information for each process.
	@param	myid	the rank of the process (could be also determined by a MPI call)
	@param	num	number of processes in @p icomm (could be also determined by a MPI call)
	@param	icomm	the MPI process group that is used.
*/

void greetings(const int& myid, const int& num, const MPI_Comm& icomm);

#endif

Generated by: ghaase on linux on Thu Jun 23 22:11:12 2005, using kdoc 2.0a54.