Skip to content

Conversation

dreambeyondorange
Copy link
Contributor

The gcc compiler used to build the kernel on Ubuntu 22.04 images we use is 11.3, but the gcc apt package seems to install 11.4 for use in the terminal. This flag will prevent the NVIDIA driver from failing to install due to the minor version difference in gcc.

References

Checklist

  • Make sure you are pointing to the right branch.
  • If you're creating a patch for a branch other than develop add the branch name as prefix in the PR title (e.g. [release-3.6]).
  • Check all commits' messages are clear, describing what and why vs how.
  • Make sure to have added unit tests or integration tests to cover the new/modified code.
  • Check if documentation is impacted by this change.

Please review the guidelines for contributing and Pull Request Instructions.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

The gcc compiler used to build the kernel on Ubuntu 22.04 images we use is 11.3, but the gcc apt package seems to install 11.4 for use
in the terminal.  This flag will prevent the NVIDIA driver from failing to install due to the minor version difference in gcc.
@dreambeyondorange dreambeyondorange requested review from a team as code owners August 7, 2023 14:34
@codecov
Copy link

codecov bot commented Aug 7, 2023

Codecov Report

Merging #2404 (01f554a) into develop (2c5770b) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff            @@
##           develop    #2404   +/-   ##
========================================
  Coverage    70.34%   70.34%           
========================================
  Files           13       13           
  Lines         1851     1851           
========================================
  Hits          1302     1302           
  Misses         549      549           
Flag Coverage Δ
unittests 70.34% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@dreambeyondorange dreambeyondorange enabled auto-merge (squash) August 7, 2023 15:05
@dreambeyondorange dreambeyondorange merged commit 37f0c8c into aws:develop Aug 7, 2023
gmarciani added a commit to gmarciani/aws-parallelcluster-cookbook that referenced this pull request Feb 17, 2025
…ver.

We remove it because:
  1/ it is not supported anymore by the NVIDIA installer.
  2/ it was an unsafe workaround introduced in 3.8.0 (aws#2404), which was supposed to be there only in the short term and in ended be there for long time.
  3/ we introduced in 3.12.0 a logic to install NVIDIA drivers using the gcc version used to compile the kernel aws#2852.
gmarciani added a commit to gmarciani/aws-parallelcluster-cookbook that referenced this pull request Feb 17, 2025
…ver.

We remove it because:
  1/ it is not supported anymore by the NVIDIA installer.
  2/ it was an unsafe workaround introduced in 3.8.0 (aws#2404), which was supposed to be there only in the short term and in ended be there for long time.
  3/ we introduced in 3.12.0 a logic to install NVIDIA drivers using the gcc version used to compile the kernel aws#2852.
gmarciani added a commit to gmarciani/aws-parallelcluster-cookbook that referenced this pull request Feb 17, 2025
…ver.

We remove it because:
  1/ it is not supported anymore by the NVIDIA installer.
  2/ it was an unsafe workaround introduced in 3.8.0 (aws#2404), which was supposed to be there only in the short term and in ended be there for long time.
  3/ we introduced in 3.12.0 a logic to install NVIDIA drivers using the gcc version used to compile the kernel aws#2852.
gmarciani added a commit that referenced this pull request Feb 19, 2025
…ver.

We remove it because:
  1/ it is not supported anymore by the NVIDIA installer.
  2/ it was an unsafe workaround introduced in 3.8.0 (#2404), which was supposed to be there only in the short term and in ended be there for long time.
  3/ we introduced in 3.12.0 a logic to install NVIDIA drivers using the gcc version used to compile the kernel #2852.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants