Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/patches/DDalphaAMG.patch
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ index ae45ecc..7299fc7 100644

# --- CFLAGS -----------------------------------------
-CFLAGS_gnu = -std=gnu99 -Wall -pedantic -O3 -ffast-math -msse4.2 -fopenmp
+CFLAGS_gnu = -std=gnu99 -Wall -pedantic -O3 -ffast-math -mavx2 -mfma -mtune=haswell -march=haswell -fopenmp
+CFLAGS_gnu = -std=gnu99 -Wall -pedantic -O3 -mavx2 -mfma -mtune=haswell -march=haswell -fopenmp
CFLAGS_intel = -std=gnu99 -Wall -pedantic -O3 -xHOST -qopenmp
-CFLAGS = $(CFLAGS_intel)
+CFLAGS = ${CFLAGS_gnu}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ddalphaamg-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ jobs:
- name: get_ddalphaamg
uses: actions/checkout@v4
with:
repository: kostrzewa/ddalphaamg #sbacchio/ddalphaamg
ref: fix_main_build
repository: etmc/ddalphaamg
ref: master
path: ddalphaamg

- name: build_ddalphaamg
Expand Down
10 changes: 5 additions & 5 deletions doc/sample-input/sample-hmc-ddalphaamg-tmcloverdetratio.input
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ BeginMonomial CLOVERDET
# nominator shift
rho = 0.1
kappa = 0.138
AcceptancePrecision = 1.e-20
ForcePrecision = 1.e-14
AcceptancePrecision = 1.e-22
ForcePrecision = 1.e-18
Name = cloverdet
solver = ddalphaamg
EndMonomial
Expand All @@ -67,8 +67,8 @@ BeginMonomial CLOVERDETRATIO
rho2 = 0.1
CSW = 1.00
kappa = 0.138
AcceptancePrecision = 1.e-20
ForcePrecision = 1.e-16
AcceptancePrecision = 1.e-22
ForcePrecision = 1.e-19
Name = cloverdetratio
solver = ddalphaamg
EndMonomial
Expand All @@ -91,7 +91,7 @@ BeginOperator CLOVER
2KappaMu = 0.01
CSW = 1.00
kappa = 0.138
SolverPrecision = 1e-16
SolverPrecision = 1e-18
MaxSolverIterations = 1000
useevenodd = no
solver = ddalphaamg
Expand Down
Loading