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

Go to the source code of this file.

Namespaces

namespace  Foam
 Namespace for OpenFOAM.
 

Functions

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

Variables

static const char * notImplementedMessage
 

Detailed Description

Original source file dummyKahipDecomp.C

Definition in file dummyKahipDecomp.C.

Variable Documentation

◆ notImplementedMessage

const char* notImplementedMessage
static
Initial value:
=
"Attempted to use <kahip> without the kahipDecomp library loaded.\n"
"This message is from the dummy kahipDecomp stub library instead.\n\n"
"Please install <kahip> and ensure libkahip.so is in LD_LIBRARY_PATH.\n"
"The kahipDecomp library can then be built from "
"src/parallel/decompose/kahipDecomp.\n"
"Dynamically loading or linking this library will add "
"<kahip> as a decomposition method.\n"

Definition at line 31 of file dummyKahipDecomp.C.

Referenced by ptscotchDecomp::decompose(), scotchDecomp::decompose(), kahipDecomp::decomposeSerial(), metisDecomp::decomposeSerial(), and scotchDecomp::decomposeSerial().