Skip to content

Commit a378ff2

Browse files
authored
Update preq.rst
1 parent 8c50acf commit a378ff2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/manual/m/install/preq.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Prerequisites
44
**Hardware**
55

66
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).
88

99
**Operating Systems and Compilers**
1010

@@ -22,7 +22,7 @@ OpenACC/NVHPC/PGI [c]
2222
- [a] Recent C++ compiler that supports C++11 syntax.
2323
- [b] GPU code only. Version >= 9.0.
2424
- [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.
2626

2727
**Using NVIDIA HPC SDK on Clusters**
2828

@@ -65,7 +65,7 @@ then add *export NVLOCALRC=/dir_for_new_config/localrc* to the shell resource fi
6565

6666
Canonical Tinker requires FFTW libraries because by default it is compiled with OpenMP.
6767
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,
6969
therefore FFTW libraries are no longer mandatory for GPU code.
7070

7171
However, FFTW libraries are required by CPU code.

0 commit comments

Comments
 (0)