Skip to content

Commit 02035d0

Browse files
committed
Fix scf_ppcg GPU case: remove k-point-incompatible use_k_continuity
The case was copied from scf_bpcg and inherited use_k_continuity, which cannot be used with k-point parallelization (the default for the 2-process run without bndpar). Drop use_k_continuity and diago_smooth_ethr, matching the other GPU solver cases, and regenerate the reference with mpirun -np 2.
1 parent eac9cd0 commit 02035d0

2 files changed

Lines changed: 5 additions & 7 deletions

File tree

tests/11_PW_GPU/scf_ppcg/INPUT

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,3 @@ mixing_beta 0.4
3232
mixing_gg0 1.5
3333

3434
pw_seed 1
35-
diago_smooth_ethr 1
36-
use_k_continuity 1
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
etotref -4869.7470516888497514
2-
etotperatomref -2434.8735258444
3-
totalforceref 5.204732
4-
totalstressref 37241.882220
1+
etotref -4869.7470517268475305
2+
etotperatomref -2434.8735258634
3+
totalforceref 5.206812
4+
totalstressref 37241.543010
55
pointgroupref C_1
66
spacegroupref C_1
77
nksibzref 8
8-
totaltimeref 4.39
8+
totaltimeref 4.30

0 commit comments

Comments
 (0)