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 294c0d9 commit e8ad715Copy full SHA for e8ad715
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=cuda cmake ..
+ FC=gfortran compute_capability=70 gpu_lang= cmake ..
14
make
15
make test
16
0 commit comments