Added support for improved actions

This commit is contained in:
Alberto Ramos 2021-09-25 21:58:06 +02:00
parent cdad0f2be7
commit 3d464a0325
4 changed files with 128 additions and 112 deletions

View file

@ -13,7 +13,7 @@ GRP = SU3
ALG = SU3alg
PREC = Float64
lp = SpaceParm{4}((32,32,32,32), (4,4,4,4))
gp = GaugeParm{PREC}(6.0, (0.0,0.0), 3)
gp = GaugeParm{PREC}(6.0, 5.0/3.0, (0.0,0.0), 3)
println("Space Parameters: ", lp)
println("Gauge Parameters: ", gp)
@ -33,7 +33,7 @@ println("Take to take the configuration to memory: ")
println("Allocating YM workspace")
ymws = YMworkspace(GRP, PREC, lp, save_mem = true)
ymws = YMworkspace(GRP, PREC, lp)
#CUDA.@sync begin
# @device_code_warntype CUDA.@cuda threads=lp.bsz blocks=lp.rsz LatticeGPU.krnl_plaq!(ymws.cm, U, lp)