Flow123d  release_3.0.0-1192-gc7b86c0
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 68 of file sys_profiler.hh.

Member Function Documentation

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

Definition at line 81 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 87 of file sys_profiler.cc.

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

Definition at line 93 of file sys_profiler.cc.

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

Definition at line 63 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 69 of file sys_profiler.cc.

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

Definition at line 75 of file sys_profiler.cc.

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

Definition at line 45 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 51 of file sys_profiler.cc.

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

Definition at line 57 of file sys_profiler.cc.


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