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

Update versions in README.md #5257

Merged
merged 3 commits into from
Dec 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 15 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,20 +65,24 @@ library versions is particularly encouraged for highest performance and easiest
Nightly testing currently includes at least the following software versions:

* Compilers
* GCC 13.2.0, 11.4.0
* Clang/LLVM 17.0.4
* Boost 1.83.0, 1.77.0
* HDF5 1.14.3
* FFTW 3.3.10, 3.3.8
* CMake 3.27.9, 3.21.4
* GCC 14.2.0, 12.4.0
* Clang/LLVM 19.1.4
* Boost 1.86.0, 1.79.0
* HDF5 1.14.5
* FFTW 3.3.10
* CMake 3.30.5
* MPI
* OpenMPI 4.1.6
* CUDA 12.3
* OpenMPI 5.0.5
* CUDA 12.4
* ROCm 6.3.0

GitHub Actions-based tests include additional version combinations from within our two year support window. On a developmental basis
we also check the latest Clang and GCC development versions, AMD Clang and Intel OneAPI compilers.
For GPU acceleration on NVIDIA GPUs we test LLVM with CUDA using the above versions. On AMD GPUs we support using the latest ROCm
version and its matching amdclang compiler, as listed above. On a developmental basis we also check the latest Clang and GCC
development versions, and Intel OneAPI compilers.

Workflow tests are currently performed with Quantum Espresso v7.2.0 and PySCF v2.2.0. These check trial wavefunction generation and
GitHub Actions-based tests include additional version combinations from within our two year support window.

Workflow tests are currently performed with Quantum ESPRESSO v7.4.0 and PySCF v2.7.0. These check trial wavefunction generation and
conversion through to actual QMC runs.

# Building with CMake
Expand Down
Loading