Skip to content

Update README for C++20#652

Open
jrood-nrel wants to merge 1 commit intoAMReX-Combustion:developmentfrom
jrood-nrel:jrood/readme
Open

Update README for C++20#652
jrood-nrel wants to merge 1 commit intoAMReX-Combustion:developmentfrom
jrood-nrel:jrood/readme

Conversation

@jrood-nrel
Copy link
Copy Markdown
Contributor

No description provided.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the project’s installation requirements in the README to reflect newer toolchain baselines.

Changes:

  • Update the stated compiler requirement to C++20.
  • Update documented GPU requirements to CUDA >= 12 and ROCm >= 6.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md
### Requirements

The compilations of *PeleLMeX* requires a C++17 compatible compiler (GCC >= 8 or Clang >= 3.6) as
The compilations of *PeleLMeX* requires a C++20 compatible compiler as
Copy link

Copilot AI Apr 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Grammar: "The compilations of PeleLMeX requires" is ungrammatical (plural subject with singular verb). Consider rephrasing to "Compiling PeleLMeX requires..." or "The compilation of PeleLMeX requires...".

Suggested change
The compilations of *PeleLMeX* requires a C++20 compatible compiler as
Compiling *PeleLMeX* requires a C++20 compatible compiler as

Copilot uses AI. Check for mistakes.
Comment thread README.md
[open-mpi](https://www.open-mpi.org/software/ompi/v4.1/) is a suitable option if MPI is not already available on your platform.

Finally, when building with GPU support, CUDA >= 11 is required with NVIDIA GPUs and ROCm >= 5.2 is required with AMD GPUs.
Finally, when building with GPU support, CUDA >= 12 is required with NVIDIA GPUs and ROCm >= 6 is required with AMD GPUs.
Copy link

Copilot AI Apr 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR title mentions only updating the README for C++20, but this change also bumps the documented GPU requirements (CUDA/ROCm). Please update the PR title/description to reflect this additional requirements change, or split it into a separate PR for clarity.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants