SCOREC core
Parallel unstructured mesh tools
Classes | Functions
pcu Namespace Reference

Classes

class  PCU
 The Parallel Contrul Unit class encapsulates parallel communication. More...
 

Functions

void Init (int *argc, char ***argv)
 Initialize the underlying parallel library. More...
 
void Finalize ()
 Finalize the underlying parallel library. More...
 

Detailed Description

All C++ PCU symbols are contained in this namespace.

Function Documentation

◆ Finalize()

void pcu::Finalize ( )

Finalize the underlying parallel library.

This may be MPI (or a stub, given SCOREC_NO_MPI). This function abstracts the difference.

◆ Init()

void pcu::Init ( int *  argc,
char ***  argv 
)

Initialize the underlying parallel library.

This may be MPI (or a stub, given SCOREC_NO_MPI). This function abstracts the difference.