We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8ad715 commit 8e66818Copy full SHA for 8e66818
doc/manual/m/install/buildwithcmake.rst
@@ -10,7 +10,7 @@ an example to compile the GPU code without OpenACC:
10
.. code-block:: bash
11
12
cd tinker9 && mkdir build
13
- FC=gfortran compute_capability=70 gpu_lang= cmake ..
+ FC=gfortran compute_capability=70 gpu_lang=CUDA cmake ..
14
make
15
make test
16
0 commit comments