From 5e7ace8223da68f2c16a6b190e14e97476fa7cd0 Mon Sep 17 00:00:00 2001 From: ysyapa Date: Fri, 17 Mar 2023 19:04:52 -0400 Subject: [PATCH] Command for DistDVR comparison --- tester.jl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tester.jl b/tester.jl index 041d2cf..95f2069 100644 --- a/tester.jl +++ b/tester.jl @@ -1,3 +1,5 @@ +# ./En.run -d 3 -n 3 -e 5 -c eps=0 -c pot=v_gauss,v0=-4,r=2 -N 6 -L 5:14 -c n_imag=1 + using CUDA GPU_mode = !("CPU" in ARGS) && CUDA.functional() && CUDA.has_cuda() && CUDA.has_cuda_gpu()