| <... more processes> |
|=============================================================================|
</syntaxhighlight>
You should also add the path for the binaries and libraries to your environment so that all tools are able to find them. For example, add the following two lines to your ".bashrc" in your home folder:
<syntaxhighlight lang="bash">
export PATH=/usr/local/cuda/bin:$PATH
export LD_LIBRARY_PATH=/usr/local/cuda/lib64:$LD_LIBRARY_PATH
</syntaxhighlight>