GPU = false # if you want to use the gpu or not
plotting = false # if going to plot graphs
logging = true # if you want the simulation to be verbose

include("./julia/MetaVoxels.jl") 
include("./julia/examples/dynamicVal.jl")

# savedDataFolderPath = "./json/tutorial/" # make sure this folder exists, this is where the simulation result will be saved
# exportJuliaSettingsUsingNode(setup,"tutorial")

setupSim = getSetup("dynamicVal16"); # get simulation from"./json/$(simName).json"
savedDataFolderPath = "./json/dynamicVal/" # make sure this folder exists, this is where the simulation result will be saved
runMetaVoxels!(setupSim,savedDataFolderPath,"CPU")