Loading [MathJax]/extensions/tex2jax.js
ug4
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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

namespace  pcl
 

Functions

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

Variables

static bool pcl::PERFORM_MPI_INITIALIZATION = true