Skip to content

Commit 801bead

Browse files
committed
3.14.0 version number and release notes
1 parent 4c74208 commit 801bead

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22

33
Notable changes to QMCPACK are documented in this file.
44

5-
## [Unreleased]
5+
## [3.14.0] - 2022-04-06
6+
7+
This release focuses on performance improvements to the OpenMP target offload version for GPUs as well as ongoing minor
8+
improvements. The new GPU implementation rivals the legacy CUDA version for performance for broad range of problems
9+
while offering more functionality, such as three body Jastrow functions. Developers are very interested in feedback from
10+
users about the new version and will prioritize developments based on comments received. A new driver\_version switch is
11+
introduced, currently optional, to disambiguate between the versions and their inputs.
612

713
- New global driver\_version switch to select between batched and legacy codes. This will become a required input tag in the next major release series of QMCPACK, but remains optional in 3.x versions [\#3897](https://github.com/QMCPACK/qmcpack/pull/3897)
814
- Optimization of block sizes in GPU offload kernels [\#3910](https://github.com/QMCPACK/qmcpack/pull/3910)

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ cmake_policy(SET CMP0075 NEW)
1616
######################################################################
1717
project(
1818
qmcpack
19-
VERSION 3.13.9
19+
VERSION 3.14.0
2020
LANGUAGES C CXX)
2121

2222
#--------------------------------------------------------------------

0 commit comments

Comments
 (0)