mirror of
https://igit.ific.uv.es/alramos/latticegpu.jl.git
synced 2025-05-15 03:33:42 +02:00
Removed dependency from StructArrays
Not used in current setup
This commit is contained in:
parent
772fe1aa8c
commit
563eb55e48
5 changed files with 4 additions and 44 deletions
|
@ -12,7 +12,7 @@
|
|||
|
||||
module YM
|
||||
|
||||
using CUDA, Random, StructArrays, TimerOutputs
|
||||
using CUDA, Random, TimerOutputs
|
||||
using ..Space
|
||||
using ..Groups
|
||||
using ..Fields
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using CUDA, Logging, StructArrays, Random
|
||||
using CUDA, Logging, Random
|
||||
|
||||
CUDA.allowscalar(true)
|
||||
import Pkg
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue