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

Go to the source code of this file.

Namespaces

namespace  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:
=
"Attempted to use <scotch> without the scotchDecomp library loaded.\n"
"This message is from the dummy scotchDecomp stub library instead.\n\n"
"Please install <scotch> and ensure libscotch.so is in LD_LIBRARY_PATH.\n"
"The scotchDecomp library can then be built from "
"src/parallel/decompose/scotchDecomp.\n"
"Dynamically loading or linking this library will add "
"<scotch> as a decomposition method.\n"

Definition at line 33 of file dummyScotchDecomp.C.