QuESTEnv Struct Reference

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

#include <QuEST.h>

Data Fields

int numRanks
 
int rank
 

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

Definition at line 199 of file QuEST.h.

Field Documentation

◆ numRanks

◆ rank

int QuESTEnv::rank

Definition at line 201 of file QuEST.h.

Referenced by createQuESTEnv(), reportQuESTEnv(), and statevec_createQureg().


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