dummyScotch.C File Reference
Include dependency graph for dummyScotch.C:

Go to the source code of this file.

Namespaces

 Foam
 Namespace for OpenFOAM.
 
 Foam::decompositionMethods
 

Functions

 defineTypeNameAndDebug (scotch, 0)
 
 addToRunTimeSelectionTable (decompositionMethod, scotch, decomposer)
 
 addToRunTimeSelectionTable (decompositionMethod, scotch, distributor)
 

Variables

static const char * notImplementedMessage
 

Detailed Description

Original source file dummyScotch.C

Definition in file dummyScotch.C.

Variable Documentation

◆ notImplementedMessage

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

Definition at line 30 of file dummyScotch.C.

Referenced by scotch::decompose().