Sheet 7 - 1
This commit is contained in:
parent
330a304f76
commit
4c107a5c28
5 changed files with 181 additions and 0 deletions
16
Sheet_7/bsp_7_2/greetings.h
Normal file
16
Sheet_7/bsp_7_2/greetings.h
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
// general header for all functions in directory
|
||||
|
||||
#ifndef GREETINGS_FILE
|
||||
#define GREETINGS_FILE
|
||||
|
||||
#include <mpi.h>
|
||||
|
||||
/** Each process finds out its host, sends this information
|
||||
to root process 0 which prints this information for each process.
|
||||
@param[in] icomm the MPI process group that is used.
|
||||
*/
|
||||
|
||||
void greetings(MPI_Comm const &icomm);
|
||||
void greetings_cpp(MPI_Comm const &icomm);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue