Commit 8daabec2 authored by Alberto Ramos's avatar Alberto Ramos

Update LatticeGPU (i/o), and Bug corrected

parent edd5df81
......@@ -478,7 +478,7 @@ version = "0.15.9"
[[LatticeGPU]]
deps = ["CUDA", "Random", "TimerOutputs"]
git-tree-sha1 = "df3eca828b3ba004bc68806c8adce13e3bc224c2"
git-tree-sha1 = "02ab274590bf69198585b2bdd677774f88543084"
repo-rev = "master"
repo-url = "https://igit.ific.uv.es/alramos/latticegpu.jl"
uuid = "958c3683-801a-4582-9cfa-2d6e2ae1763b"
......
......@@ -47,7 +47,7 @@ l = parsed_args["L"]
t = parsed_args["T"]
println(" ## Analizing configuration: ", fconf)
lp = SpaceParm{4}((l,l,l,t), (4,4,4,4), BC_SF_AFWB, (0,0,0,0,0))
lp = SpaceParm{4}((l,l,l,t), (4,4,4,4), BC_SF_AFWB, (0,0,0,0,0,0))
println(lp)
U, Ubnd = import_lex64(fconf, lp)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment