From 8f1b5af1742588d7fe0bf0ae11a34828bee138e8 Mon Sep 17 00:00:00 2001 From: Steven Hahn Date: Thu, 30 Sep 2021 16:30:05 -0400 Subject: [PATCH] update documentation Signed-off-by: Steven Hahn --- docs/installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index b941e284c1..c218502bc2 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -289,7 +289,7 @@ the path to the source directory. particularly for large electron counts. ENABLE_CUDA ON/OFF(default). Enable CUDA code path for NVIDIA GPU acceleration. Production quality for AFQMC. Pre-production quality for real-space. - Use CUDA_ARCH, default sm_70, to set the actual GPU architecture. + Use CMAKE_CUDA_ARCHITECTURES, default 70, to set the actual GPU architecture. ENABLE_OFFLOAD ON/OFF(default). Enable OpenMP target offload for GPU acceleration. ENABLE_TIMERS ON(default)/OFF. Enable fine-grained timers. Timers are on by default but at level coarse to avoid potential slowdown in tiny systems. @@ -448,7 +448,7 @@ For example, using Clang 11 on Summit. :: - -D ENABLE_OFFLOAD=ON -D USE_OBJECT_TARGET=ON -D ENABLE_CUDA=ON -D CUDA_ARCH=sm_70 -D CUDA_HOST_COMPILER=`which gcc` + -D ENABLE_OFFLOAD=ON -D USE_OBJECT_TARGET=ON -D ENABLE_CUDA=ON -D CMAKE_CUDA_ARCHITECTURES=70 -D CUDA_HOST_COMPILER=`which gcc` Installation from CMake