mirror of
https://igit.ific.uv.es/alramos/latticegpu.jl.git
synced 2025-05-15 11:43:42 +02:00
Bugs corrected, Zeuthen flow working
This commit is contained in:
parent
334ddf813a
commit
9de5e4ad59
4 changed files with 61 additions and 34 deletions
|
@ -7,7 +7,7 @@ Pkg.activate("/lhome/ific/a/alramos/s.images/julia/workspace/LatticeGPU")
|
|||
using LatticeGPU
|
||||
|
||||
# Set lattice/block size
|
||||
lp = SpaceParm{4}((96,96,32,32), (4,4,4,4))
|
||||
lp = SpaceParm{4}((32,32,32,32), (4,4,4,4))
|
||||
println("Space Parameters: ", lp)
|
||||
|
||||
# Seed RNG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue