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

Go to the source code of this file.

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Functions

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

Variables

static const char * notImplementedMessage
 

Detailed Description

Original source file dummyScotchDecomp.C

Definition in file dummyScotchDecomp.C.

Variable Documentation

◆ notImplementedMessage

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

Definition at line 30 of file dummyScotchDecomp.C.

Referenced by scotchDecomp::decompose().