QuESTEnv Struct Reference
Information about the environment the program is running in. More...
#include <QuEST.h>
Data Fields | |
CuQuantumConfig * | cuConfig |
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
Field Documentation
◆ cuConfig
CuQuantumConfig* QuESTEnv::cuConfig |
Referenced by createQuESTEnv(), and destroyQuESTEnv().
◆ numRanks
int QuESTEnv::numRanks |
◆ numSeeds
int QuESTEnv::numSeeds |
Referenced by createQuESTEnv(), getQuESTSeeds(), and seedQuEST().
◆ rank
int QuESTEnv::rank |
Referenced by createQuESTEnv(), deleteFilesWithPrefixSynch(), reportQuESTEnv(), TEST_CASE(), and writeToFileSynch().
◆ seeds
unsigned long int* QuESTEnv::seeds |
Referenced by createQuESTEnv(), destroyQuESTEnv(), getQuESTSeeds(), and seedQuEST().
The documentation for this struct was generated from the following file: