Skip to content

Attach more runtime info to QuESTEnv #769

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().

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions