![]() |
SCOREC core
Parallel unstructured mesh tools
|
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... | |
All C++ PCU symbols are contained in this namespace.
void pcu::Finalize | ( | ) |
Finalize the underlying parallel library.
This may be MPI (or a stub, given SCOREC_NO_MPI). This function abstracts the difference.
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.