Skip to content

Commit

Permalink
Merge pull request #5257 from prckent/updatereadme
Browse files Browse the repository at this point in the history
Update versions in README.md
  • Loading branch information
ye-luo authored Dec 20, 2024
2 parents 7248e26 + ce96600 commit 961dad9
Showing 1 changed file with 15 additions and 11 deletions.
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

0 comments on commit 961dad9

Please sign in to comment.