Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gitlab: drop HWLOC_COMPONENTS=x86 #18

Merged
merged 1 commit into from
Feb 27, 2024
Merged

Commits on Feb 27, 2024

  1. gitlab: drop HWLOC_COMPONENTS=x86

    Problem: per the hwloc(7) documentation for hwloc v2.3.0, the
    HWLOC_COMPONENTS environment variable, if used, will override
    the HWLOC_XMLFILE variable. According to the docs, "since this
    variable is the low-level and more generic way to select components,
    it takes precedence over environment variables for selecting components."
    
    I don't believe we've actually hit this problem. But just in case,
    it seems advisable to drop the HWLOC_COMPONENTS variable in favor of
    using the xml file.
    wihobbs committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    8d3dc0b View commit details
    Browse the repository at this point in the history