Removed dependency from StructArrays

Not used in current setup
This commit is contained in:
Alberto Ramos 2021-10-26 21:55:07 +02:00
parent 772fe1aa8c
commit 563eb55e48
5 changed files with 4 additions and 44 deletions

View file

@ -1,4 +1,4 @@
using CUDA, Logging, StructArrays, Random, TimerOutputs
using CUDA, Logging, Random, TimerOutputs
CUDA.allowscalar(false)
import Pkg
@ -7,7 +7,7 @@ Pkg.activate("/lhome/ific/a/alramos/s.images/julia/workspace/LatticeGPU")
using LatticeGPU
# Set lattice/block size
lp = SpaceParm{4}((16,16,16,16), (4,4,4,4), BC_SF_AFWB)
lp = SpaceParm{4}((32,32,32,32), (4,4,4,4), BC_SF_AFWB)
println("Space Parameters: ", lp)
# Seed RNG