MPI_first_template
Loading...
Searching...
No Matches
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
13void greetings(MPI_Comm const &icomm);
14void greetings_cpp(MPI_Comm const &icomm);
15
16#endif
void greetings_cpp(MPI_Comm const &icomm)
Definition greetings.cpp:50
void greetings(MPI_Comm const &icomm)
Definition greetings.cpp:12