Skip to content

Attach more runtime info to QuESTEnv #769

@TysonRayJones

Description

@TysonRayJones

Presently, QuESTEnv has fields:

typedef struct {

    bool isMultithreaded;
    bool isGpuAccelerated;
    bool isDistributed;

    bool isMpiUserOwned;
    bool isCuQuantumEnabled;
    bool isGpuSharingEnabled;

    int rank;
    int numNodes;

} QuESTEnv;

but some active PRs attach new fields, like isHipCompiled and isMpiGpuAware. We might as well attach all env info available in the QuEST backend to the QuESTEnv struct, so that users can query it programmatically (rather than just viewing the output of reportQuESTEnv().

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions