Skip to content

Commit

Permalink
gitlab: drop HWLOC_COMPONENTS=x86
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
wihobbs committed Feb 27, 2024
1 parent b3c8a1e commit 8d3dc0b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .gitlab/machines.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,29 +14,25 @@
- corona
- batch
variables:
HWLOC_COMPONENTS: "x86"
LLNL_FLUX_SCHEDULER_PARAMETERS: "--exclusive -N 1 -q pdebug --setattr=bank=lc"

.poodle:
tags:
- poodle
- batch
variables:
HWLOC_COMPONENTS: "x86"
LLNL_SLURM_SCHEDULER_PARAMETERS: "--exclusive -N 1 -p pdebug"

.tioga:
tags:
- tioga
- batch
variables:
HWLOC_COMPONENTS: "x86"
LLNL_FLUX_SCHEDULER_PARAMETERS: "--exclusive -N 1 -q pci"

.quartz:
tags:
- quartz
- batch
variables:
HWLOC_COMPONENTS: "x86"
LLNL_SLURM_SCHEDULER_PARAMETERS: "-N 1 -p pdebug"

0 comments on commit 8d3dc0b

Please sign in to comment.