Skip to content
Snippets Groups Projects

Fix modules not available to ampere nodes

The def modules are specified in group_vars/all but here we overwrite them by putting them in group_vars/compute. This is done in this way because the default values we specify in group_vars/all is for COD deploys, we don't want to break the cod deploy by changing this value so we take advantage of variable precedence

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
1 1 ---
2 lmod_root_default_modules: ["shared", "cmd", "cmsh", "cluster-tools", "slurm"]
3 lmod_default_modules: ["shared", "slurm", "rc-base"]
  • Do you have a role that utilizes these variables?

  • Author Maintainer

    We already have a role, I am just putting it in group_vars/compute so that it will take precedence over the one's in CRI_XCBC/group_vars/all because values we use for COD and compute/gpu builds are different kind of like what you do with group_vars/knightly

  • Please register or sign in to reply
  • closed

  • Please register or sign in to reply
    Loading