Command for DistDVR comparison
This commit is contained in:
parent
8f8edc6e63
commit
5e7ace8223
|
|
@ -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
|
using CUDA
|
||||||
|
|
||||||
GPU_mode = !("CPU" in ARGS) && CUDA.functional() && CUDA.has_cuda() && CUDA.has_cuda_gpu()
|
GPU_mode = !("CPU" in ARGS) && CUDA.functional() && CUDA.has_cuda() && CUDA.has_cuda_gpu()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue