Flow123d  release_2.2.0-914-gf1a3a4f
Static Public Member Functions | List of all members
MPI_Functions Class Reference

#include <sys_profiler.hh>

Static Public Member Functions

static int sum (int *val, MPI_Comm comm)
 
static double sum (double *val, MPI_Comm comm)
 
static long sum (long *val, MPI_Comm comm)
 
static int min (int *val, MPI_Comm comm)
 
static double min (double *val, MPI_Comm comm)
 
static long min (long *val, MPI_Comm comm)
 
static int max (int *val, MPI_Comm comm)
 
static double max (double *val, MPI_Comm comm)
 
static long max (long *val, MPI_Comm comm)
 

Detailed Description

Definition at line 72 of file sys_profiler.hh.

Member Function Documentation

int MPI_Functions::max ( int *  val,
MPI_Comm  comm 
)
static

Definition at line 86 of file sys_profiler.cc.

Here is the caller graph for this function:

double MPI_Functions::max ( double *  val,
MPI_Comm  comm 
)
static

Definition at line 92 of file sys_profiler.cc.

long MPI_Functions::max ( long *  val,
MPI_Comm  comm 
)
static

Definition at line 98 of file sys_profiler.cc.

int MPI_Functions::min ( int *  val,
MPI_Comm  comm 
)
static

Definition at line 68 of file sys_profiler.cc.

Here is the caller graph for this function:

double MPI_Functions::min ( double *  val,
MPI_Comm  comm 
)
static

Definition at line 74 of file sys_profiler.cc.

long MPI_Functions::min ( long *  val,
MPI_Comm  comm 
)
static

Definition at line 80 of file sys_profiler.cc.

int MPI_Functions::sum ( int *  val,
MPI_Comm  comm 
)
static

Definition at line 50 of file sys_profiler.cc.

Here is the caller graph for this function:

double MPI_Functions::sum ( double *  val,
MPI_Comm  comm 
)
static

Definition at line 56 of file sys_profiler.cc.

long MPI_Functions::sum ( long *  val,
MPI_Comm  comm 
)
static

Definition at line 62 of file sys_profiler.cc.


The documentation for this class was generated from the following files: