Skip to content

Unable to access package domains (and recommended fix) #34

@venugopalansgr

Description

@venugopalansgr
          I faced the same issue and taking note of what nikhil153 mentioned, did the following fix in line 136 of rapl_device.py:

if domain_name_file.readline() == 'package-' + str(socket_id) + '\n': #removed this
if "package-" in domain_name_file.readline(): #replaced with this

Hope this helps others too!

Originally posted by @venugopalansgr in #14 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions