Namespaces | Functions | Variables
dummyPtscotchDecomp.C File Reference
Include dependency graph for dummyPtscotchDecomp.C:

Go to the source code of this file.

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Functions

 defineTypeNameAndDebug (ptscotchDecomp, 0)
 
 addToRunTimeSelectionTable (decompositionMethod, ptscotchDecomp, dictionary)
 

Variables

static const char * notImplementedMessage
 

Detailed Description

Original source file dummyPtscotchDecomp.C

Definition in file dummyPtscotchDecomp.C.

Variable Documentation

◆ notImplementedMessage

const char* notImplementedMessage
static
Initial value:
=
"You are trying to use ptscotch but do not have the "
"ptscotchDecomp library loaded."
"\nThis message is from the dummy ptscotchDecomp stub library instead.\n"
"\n"
"Please install ptscotch and make sure that libptscotch.so is in your "
"LD_LIBRARY_PATH.\n"
"The ptscotchDecomp library can then be built in "
"$FOAM_SRC/parallel/decompose/ptscotchDecomp\n"

Definition at line 30 of file dummyPtscotchDecomp.C.

Referenced by ptscotchDecomp::decompose().