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
Generated on Fri Feb 10 2023 13:34:50 for MPI_first_template by
1.8.17