ug4
pcl_base.cpp File Reference
#include <mpi.h>
#include "pcl_comm_world.h"
#include "pcl_base.h"
#include "pcl_profiling.h"
#include "common/log.h"

Namespaces

 pcl
 

Functions

void pcl::Abort (int errorcode=1)
 call this method to abort all mpi processes More...
 
void pcl::DisableMPIInit ()
 call this method before 'Init' to avoid a call to MPI_Init. More...
 
void pcl::Finalize ()
 call this method right before quitting your application More...
 
void pcl::Init (int *argcp, char ***argvp)
 call this method before any other pcl-operations. More...
 
void pcl::MPIErrorHandler (MPI_Comm *comm, int *err,...)
 
int pcl::NumProcs ()
 returns the number of processes More...
 
int pcl::ProcRank ()
 returns the rank of the process More...
 
void pcl::SetErrHandler ()
 sets error handler More...
 

Variables

static bool pcl::PERFORM_MPI_INITIALIZATION = true