Loading...
Searching...
No Matches
UPstream.C File Reference
Include dependency graph for UPstream.C:

Go to the source code of this file.

Functions

static void attachOurBuffers ()
static void detachOurBuffers ()

Variables

constexpr int minBufLen = 20000000
static int attachedBufLen = 0
static bool ourMpi = false

Detailed Description

Original source file UPstream.C

Definition in file UPstream.C.

Function Documentation

◆ attachOurBuffers()

void attachOurBuffers ( )
static

Definition at line 50 of file UPstream.C.

References attachedBufLen, Foam::getEnv(), minBufLen, UPstream::mpiBufferSize, Foam::Perr, and Foam::read().

Here is the call graph for this function:

◆ detachOurBuffers()

void detachOurBuffers ( )
static

Definition at line 99 of file UPstream.C.

References attachedBufLen.

Variable Documentation

◆ minBufLen

int minBufLen = 20000000
constexpr

Definition at line 38 of file UPstream.C.

Referenced by attachOurBuffers().

◆ attachedBufLen

int attachedBufLen = 0
static

Definition at line 41 of file UPstream.C.

Referenced by attachOurBuffers(), and detachOurBuffers().

◆ ourMpi

bool ourMpi = false
static

Definition at line 44 of file UPstream.C.