We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 82a9053 + 3391107 commit c49d105Copy full SHA for c49d105
1 file changed
README.md
@@ -16,12 +16,6 @@ For installing the driver + CUDA, run the following commands:<br>
16
`sudo apt-get update`<br>
17
`sudo apt-get -y install cuda`<br>
18
19
-Make CUDA enviromental variables:<br>
20
-
21
-`export CUDA_HOME=/usr/local/cuda-${CUDA_SHORT}`<br>
22
-`LD_LIBRARY_PATH=${CUDA_HOME}/lib64:${LD_LIBRARY_PATH}`<br>
23
-`PATH=${CUDA_HOME}/bin:${PATH}`<br><br>
24
25
Now the GPU solver is ready to install by running the makefile via the command `make -C gpu`.
26
The `parafrost` binary and the library `libparafrost.a` will be created by default in the solver local directory.<br>
27
0 commit comments