QuESTEnv Struct Reference

Information about the environment the program is running in. More...

#include <QuEST.h>

Data Fields

int numRanks
 
int numSeeds
 
int rank
 
unsigned long int * seeds
 

Detailed Description

Information about the environment the program is running in.

In practice, this holds info about MPI ranks and helps to hide MPI initialization code

Author
Ania Brown
Tyson Jones (seeding)

Definition at line 362 of file QuEST.h.

Field Documentation

◆ numRanks

◆ numSeeds

int QuESTEnv::numSeeds

Definition at line 367 of file QuEST.h.

Referenced by createQuESTEnv(), getQuESTSeeds(), and seedQuEST().

◆ rank

◆ seeds

unsigned long int* QuESTEnv::seeds

Definition at line 366 of file QuEST.h.

Referenced by createQuESTEnv(), destroyQuESTEnv(), getQuESTSeeds(), and seedQuEST().


The documentation for this struct was generated from the following file: