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

Go to the source code of this file.

Namespaces

 Foam
 Namespace for OpenFOAM.
 
 Foam::decompositionMethods
 

Functions

 defineTypeNameAndDebug (metis, 0)
 
 addToRunTimeSelectionTable (decompositionMethod, metis, decomposer)
 

Variables

static const char * notImplementedMessage
 

Detailed Description

Original source file dummyMetis.C

Definition in file dummyMetis.C.

Variable Documentation

◆ notImplementedMessage

const char* notImplementedMessage
static
Initial value:
=
"You are trying to use metis but do not have the metis library loaded."
"\nThis message is from the dummy metis stub library instead.\n"
"\n"
"Please install metis and make sure that libmetis.so is in your "
"LD_LIBRARY_PATH.\n"
"The metis library can then be built from "
"$FOAM_SRC/parallel/decompose/metis and dynamically loading or linking"
" this library will add metis as a decomposition method.\n"
"Please be aware that there are license restrictions on using Metis."

Definition at line 30 of file dummyMetis.C.

Referenced by metis::decompose().