Flow123d  release_2.1.0-84-g6a13a75
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 67 of file sys_profiler.hh.

Member Function Documentation

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

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

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

Definition at line 95 of file sys_profiler.cc.

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

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

Here is the caller graph for this function:

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

Definition at line 77 of file sys_profiler.cc.

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

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

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

Definition at line 59 of file sys_profiler.cc.


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