MPI_first
greetings.h
Go to the documentation of this file.
1 // general header for all functions in directory
2 
3 #ifndef HEADER_FILE
4 #define HEADER_FILE
5 
11 void greetings(const MPI_Comm& icomm);
12 
13 #endif
void greetings(const MPI_Comm &icomm)
Definition: greetings.cpp:6