File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 22
33Notable changes to QMCPACK are documented in this file.
44
5- ## [ Unreleased]
5+ ## [ 3.16.0] - 2023-01-31
6+
7+ This release contains important bug fixes as well as feature improvements. It is a recommended release for all users. Thanks to
8+ everyone who reported an issue or suggested an improvement. See GitHub for the full list of merged pull requests and closed issues.
9+
10+ This release is expected to be the last including the legacy CUDA implementation, the version built with QMC_CUDA=1. Users should
11+ transition to the batched drivers which support greater functionality as well as both CPU and GPU execution. Users should adopt
12+ these drivers now and report any issues. The new drivers can be requested with the driver_version input parameter, see
13+ https://qmcpack.readthedocs.io/en/develop/performance_portable.html . In a subsequent release, the non-batched CPU drivers will also
14+ be removed leaving only the performance portable batched drivers. This will result in a single implementation of most functionality,
15+ improving overall usability and maintainability.
616
717* Important bugfix to NLPP integration grid rotations and update to all relevant deterministic test values. See issue
818 [ \# 4362] ( https://github.com/QMCPACK/qmcpack/issues/4362 ) for full discussion and visualization. Found and corrected by
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ endif()
1515######################################################################
1616project (
1717 qmcpack
18- VERSION 3.15.9
18+ VERSION 3.16.0
1919 LANGUAGES C CXX )
2020
2121# add the automatically determined parts of the RPATH
You can’t perform that action at this time.
0 commit comments