Skip to content

Commit de86ab6

Browse files
committed
increase solver precision in DDalphaAMG workflow input file
1 parent c49d206 commit de86ab6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/sample-input/sample-hmc-ddalphaamg-tmcloverdetratio.input

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ BeginMonomial CLOVERDET
5252
# nominator shift
5353
rho = 0.1
5454
kappa = 0.138
55-
AcceptancePrecision = 1.e-20
56-
ForcePrecision = 1.e-14
55+
AcceptancePrecision = 1.e-22
56+
ForcePrecision = 1.e-18
5757
Name = cloverdet
5858
solver = ddalphaamg
5959
EndMonomial
@@ -67,8 +67,8 @@ BeginMonomial CLOVERDETRATIO
6767
rho2 = 0.1
6868
CSW = 1.00
6969
kappa = 0.138
70-
AcceptancePrecision = 1.e-20
71-
ForcePrecision = 1.e-16
70+
AcceptancePrecision = 1.e-22
71+
ForcePrecision = 1.e-19
7272
Name = cloverdetratio
7373
solver = ddalphaamg
7474
EndMonomial
@@ -91,7 +91,7 @@ BeginOperator CLOVER
9191
2KappaMu = 0.01
9292
CSW = 1.00
9393
kappa = 0.138
94-
SolverPrecision = 1e-16
94+
SolverPrecision = 1e-18
9595
MaxSolverIterations = 1000
9696
useevenodd = no
9797
solver = ddalphaamg

0 commit comments

Comments
 (0)