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()