Flow123d  master-f44eb46
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 70 of file sys_profiler.hh.

Member Function Documentation

◆ max() [1/3]

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

Definition at line 84 of file sys_profiler.cc.

◆ max() [2/3]

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

Definition at line 78 of file sys_profiler.cc.

Here is the caller graph for this function:

◆ max() [3/3]

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

Definition at line 90 of file sys_profiler.cc.

◆ min() [1/3]

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

Definition at line 66 of file sys_profiler.cc.

◆ min() [2/3]

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

Definition at line 60 of file sys_profiler.cc.

Here is the caller graph for this function:

◆ min() [3/3]

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

Definition at line 72 of file sys_profiler.cc.

◆ sum() [1/3]

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

Definition at line 48 of file sys_profiler.cc.

◆ sum() [2/3]

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

Definition at line 42 of file sys_profiler.cc.

◆ sum() [3/3]

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

Definition at line 54 of file sys_profiler.cc.


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