You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/manual/m/install/preq.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Prerequisites
4
4
**Hardware**
5
5
6
6
A relatively recent NVIDIA GPU is mandatory for the GPU code.
7
-
The oldest NVIDIA GPU Tinker9 has been tested on is GeForce GTX 675MX (compute capability 3.0).
7
+
The oldest NVIDIA GPU that Tinker-GPU has been tested on is GeForce GTX 675MX (compute capability 3.0).
8
8
9
9
**Operating Systems and Compilers**
10
10
@@ -22,7 +22,7 @@ OpenACC/NVHPC/PGI [c]
22
22
- [a] Recent C++ compiler that supports C++11 syntax.
23
23
- [b] GPU code only. Version >= 9.0.
24
24
- [c] Optional for the GPU code. A recent `NVIDIA HPC SDK <https://www.developer.nvidia.com/hpc-sdk>`_ is preferred.
25
-
- [d] We have successfully built Tinker9 on Windows WSL2 Ubuntu with CUDA 11.0 and NVHPC 20.9. Please `check this link <https://docs.nvidia.com/cuda/wsl-user-guide/index.html>`_ for more details.
25
+
- [d] We have successfully built Tinker-GPU on Windows WSL2 Ubuntu with CUDA 11.0 and NVHPC 20.9. Please `check this link <https://docs.nvidia.com/cuda/wsl-user-guide/index.html>`_ for more details.
26
26
27
27
**Using NVIDIA HPC SDK on Clusters**
28
28
@@ -65,7 +65,7 @@ then add *export NVLOCALRC=/dir_for_new_config/localrc* to the shell resource fi
65
65
66
66
Canonical Tinker requires FFTW libraries because by default it is compiled with OpenMP.
67
67
Otherwise, Tinker will use *FFTPACK*.
68
-
In Tinker9, the underlying *libtinker.a* will be compiled without OpenMP,
68
+
In Tinker-GPU, the underlying *libtinker.a* will be compiled without OpenMP,
69
69
therefore FFTW libraries are no longer mandatory for GPU code.
0 commit comments