MPI_first_template
greetings.h
Go to the documentation of this file.
1 // general header for all functions in directory
2 
3 #ifndef GREETINGS_FILE
4 #define GREETINGS_FILE
5 
6 #include <mpi.h>
7 
13 void greetings(MPI_Comm const &icomm);
14 void greetings_cpp(MPI_Comm const &icomm);
15 
16 #endif
greetings_cpp
void greetings_cpp(MPI_Comm const &icomm)
Definition: greetings.cpp:50
greetings
void greetings(MPI_Comm const &icomm)
Definition: greetings.cpp:12